-
Notifications
You must be signed in to change notification settings - Fork 324
/
Copy pathQuickstart.GUIDE
60 lines (37 loc) · 1.79 KB
/
Quickstart.GUIDE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
$CTSMROOT/doc/Quickstart.GUIDE Apr/19/2024
Quick-Start to Using NUOPC Scripts for ctsm6_0
==============================================
Assumptions: You want to use derecho with ctsm_0 BGC
to do a CTSM climate simulation with data atmosphere and the
latest GSWP3v1 atm forcing files and settings. You also want to cycle
the GSWP3v1 atm data between 1950 to 2010 and you want to run at
0.9x1.25 degree resolution.
Process:
# Create the case
cd cime/scripts
./create_newcase --case <testcase> --mach derecho --res f09_g16_gl4 -compset I2000Clm60BgcCrop
(./create_newcase -help -- to get help on the script)
# Setup the case
cd <testcase>
./xmlchange id1=val1,id2=val2 # to make changes to any settings in the env_*.xml files
./case.setup
(./case.setup -help -- to get help on the script)
# Add any namelist changes to the user_nl_* files
$EDITOR user_nl_*
# Compile the code
./case.build
# Submit the run
./case.submit
Information on Compsets:
"I" compsets are the ones with CTSM and NUOPC driver and CDEPS data models without ice and ocean.
Most of the "I" compsets for ctsm5.0 physics and use the GSWP3v1 data with solar following
the cosine of solar zenith angle, precipitation constant, and other
variables linear interpolated in time (and with appropriate time-stamps on
the date).
To get a list of the "I" compsets use the "query_config" utility in cime/scripts
./query_config --compsets clm
Automatically resubmitting jobs:
After doing a short simulation that you believe is correct
./xmlchange CONTINUE_RUN=TRUE
# Change RESUBMIT to number greater than 0, and CONTINUE_RUN to TRUE...
./case.submit