Skip to content

Commit 700b68d

Browse files
authored
Merge pull request #3734 from slevis-lmwg/cruncep20260129
ctsm5.4.017: Introduce CRUJRA2024b datm option (Greenland snow hole filled)
2 parents 96b9398 + 214d893 commit 700b68d

File tree

41 files changed

+164
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+164
-63
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ fxDONOTUSEurl = https://github.com/ESMCI/cime
8484
[submodule "cmeps"]
8585
path = components/cmeps
8686
url = https://github.com/ESCOMP/CMEPS.git
87-
fxtag = cmeps1.1.24
87+
fxtag = cmeps1.1.29
8888
fxrequired = ToplevelRequired
8989
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
9090
fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git
9191

9292
[submodule "cdeps"]
9393
path = components/cdeps
9494
url = https://github.com/ESCOMP/CDEPS.git
95-
fxtag = cdeps1.0.84
95+
fxtag = cdeps1.0.91
9696
fxrequired = ToplevelRequired
9797
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
9898
fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git

bld/namelist_files/namelist_defaults_ctsm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ attributes from the config_cache.xml file (with keys converted to upper-case).
122122
They can only be on for BGC compsets (NOT SP or FATES).
123123
124124
Also, we configured the defaults the following ways:
125-
- On only for CRUJRA2024 or CAM7 forcing because that is how the CESM3.0 clm6_0 simulations were run
125+
- On only for CRUJRA2024, CRUJRA2024b, or CAM7 forcing because that is how the CESM3.0 clm6_0 simulations were run
126126
- In contrast to above, it's turned off for other forcing options as we haven't run simulations with those configurations
127127
- It's also only turned on for Historical periods and NOT future scenarios because we don't have CMIP7 data for them -->
128128
<use_c13 phys="clm6_0" bgc_mode="bgc" lnd_tuning_mode="clm6_0_CRUJRA2024" ssp_rcp="hist">.true.</use_c13>

cime_config/config_component.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
that have been tuned. The buildnml will also warn you if a tuning combination is based on another set.
6565
Atm forcing options:
6666
CRUJRA2024
67+
CRUJRA2024b
6768
CRUv7
6869
GSWP3
6970
CAM4.0
@@ -80,7 +81,7 @@
8081
<!-- List of forcing options for each CLM physics option: CRUJRA2024, CRUv7, GSWP3, cam7.0, cam6.0, cam5.0, cam4.0, QIAN, 1PT, NLDAS2, ERA5 -->
8182
<valid_values>clm5_0_cam6.0,clm5_0_cam7.0,clm5_0_cam5.0,clm5_0_cam4.0,clm5_0_GSWP3v1,clm5_0_CRUJRA2024,clm5_0_CRUv7,clm5_0_QIAN,clm5_0_1PT,clm5_0_NLDAS2,clm5_0_ERA5,clm4_5_CRUv7,clm4_5_GSWP3v1,clm4_5_QIAN,clm4_5_cam6.0,clm4_5_cam7.0,clm4_5_cam5.0,clm4_5_cam4.0,clm4_5_1PT,clm4_5_NLDAS2,clm4_5_ERA5,clm6_0_CRUv7,clm6_0_GSWP3v1,clm6_0_CRUJRA2024,clm6_0_cam6.0,clm6_0_cam7.0,clm6_0_cam5.0,clm6_0_cam4.0,clm6_0_QIAN,clm6_0_1PT,clm6_0_NLDAS2,clm6_0_ERA5</valid_values>
8283
<values match="last">
83-
<!-- Options for atm forcing are: CRUJRA2024, CRUv7, GSWP3, cam6.0 (also used for DATM%CPLHIST), cam5.0, cam4.0, QIAN, WISOQIA, 1PT, NLDAS2, and ERA5) -->
84+
<!-- Options for atm forcing are: CRUJRA2024, CRUJRA2024b, CRUv7, GSWP3, cam6.0 (also used for DATM%CPLHIST), cam5.0, cam4.0, QIAN, WISOQIA, 1PT, NLDAS2, and ERA5) -->
8485
<!-- All the clm4_5 physics options -->
8586
<value compset="SATM_CLM45" >clm4_5_CRUv7</value>
8687
<value compset="DATM%CRUv7_CLM45" >clm4_5_CRUv7</value>
@@ -97,7 +98,7 @@
9798
<value compset="DATM%NLDAS2_CLM45" >clm4_5_NLDAS2</value>
9899
<value compset="DATM%ERA5_CLM45" >clm4_5_ERA5</value>
99100
<!-- All the clm5_0 physics options -->
100-
<value compset="DATM%CRUJRA2024_CLM50">clm5_0_CRUJRA2024</value>
101+
<value compset="DATM%CRUJRA2024[b]*_CLM50">clm5_0_CRUJRA2024</value>
101102
<value compset="DATM%CRUv7_CLM50" >clm5_0_CRUv7</value>
102103
<value compset="SATM_CLM50" >clm5_0_GSWP3v1</value>
103104
<value compset="DATM%GSWP3v1_CLM50">clm5_0_GSWP3v1</value>
@@ -113,7 +114,7 @@
113114
<value compset="DATM%NLDAS2_CLM50" >clm5_0_NLDAS2</value>
114115
<value compset="DATM%ERA5_CLM50" >clm5_0_ERA5</value>
115116
<!-- All the clm6_0 physics options -->
116-
<value compset="DATM%CRUJRA2024_CLM60">clm6_0_CRUJRA2024</value>
117+
<value compset="DATM%CRUJRA2024[b]*_CLM60">clm6_0_CRUJRA2024</value>
117118
<value compset="DATM%CRUv7_CLM60" >clm6_0_CRUv7</value>
118119
<value compset="SATM_CLM60" >clm6_0_GSWP3v1</value>
119120
<value compset="DATM%GSWP3v1_CLM60">clm6_0_GSWP3v1</value>

cime_config/config_compsets.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</compset>
9090
<compset>
9191
<alias>I2000Clm60SpCrujraRs</alias>
92-
<lname>2000_DATM%CRUJRA2024_CLM60%SP_SICE_SOCN_SROF_SGLC_SWAV</lname>
92+
<lname>2000_DATM%CRUJRA2024b_CLM60%SP_SICE_SOCN_SROF_SGLC_SWAV</lname>
9393
</compset>
9494

9595
<compset>
@@ -100,7 +100,7 @@
100100
</compset>
101101
<compset>
102102
<alias>I2000Clm60SpCrujra</alias>
103-
<lname>2000_DATM%CRUJRA2024_CLM60%SP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
103+
<lname>2000_DATM%CRUJRA2024b_CLM60%SP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
104104
<science_support grid="f09_t232"/>
105105
<science_support grid="f19_g17"/>
106106
</compset>
@@ -143,7 +143,7 @@
143143
</compset>
144144
<compset>
145145
<alias>I2000Clm60BgcCropCrujra</alias>
146-
<lname>2000_DATM%CRUJRA2024_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
146+
<lname>2000_DATM%CRUJRA2024b_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
147147
</compset>
148148

149149
<compset>
@@ -152,7 +152,7 @@
152152
</compset>
153153
<compset>
154154
<alias>I2000Clm60BgcCrujra</alias>
155-
<lname>2000_DATM%CRUJRA2024_CLM60%BGC_SICE_SOCN_MOSART_SGLC_SWAV</lname>
155+
<lname>2000_DATM%CRUJRA2024b_CLM60%BGC_SICE_SOCN_MOSART_SGLC_SWAV</lname>
156156
</compset>
157157

158158
<!-- Primarily for testing -->
@@ -172,7 +172,7 @@
172172

173173
<compset>
174174
<alias>I1850Clm60SpCrujra</alias>
175-
<lname>1850_DATM%CRUJRA2024_CLM60%SP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
175+
<lname>1850_DATM%CRUJRA2024b_CLM60%SP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
176176
</compset>
177177
<compset>
178178
<alias>I1850Clm60SpCru</alias>
@@ -193,7 +193,7 @@
193193
</compset>
194194
<compset>
195195
<alias>I1850Clm60BgcCropCrujra</alias>
196-
<lname>1850_DATM%CRUJRA2024_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
196+
<lname>1850_DATM%CRUJRA2024b_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
197197
</compset>
198198

199199
<compset>
@@ -209,7 +209,7 @@
209209
</compset>
210210
<compset>
211211
<alias>I1850Clm60BgcCrujra</alias>
212-
<lname>1850_DATM%CRUJRA2024_CLM60%BGC_SICE_SOCN_MOSART_SGLC_SWAV</lname>
212+
<lname>1850_DATM%CRUJRA2024b_CLM60%BGC_SICE_SOCN_MOSART_SGLC_SWAV</lname>
213213
</compset>
214214

215215

@@ -225,7 +225,7 @@
225225
</compset>
226226
<compset>
227227
<alias>I1850Clm60BgcCropCrujraCmip6</alias>
228-
<lname>1850_DATM%CRUJRA2024_CLM60%BGC-CROP-CMIP6DECK_SICE_SOCN_MOSART_SGLC_SWAV</lname>
228+
<lname>1850_DATM%CRUJRA2024b_CLM60%BGC-CROP-CMIP6DECK_SICE_SOCN_MOSART_SGLC_SWAV</lname>
229229
</compset>
230230

231231
<!-- Primarily for testing the CMIP6WACCMDECK compset option -->
@@ -240,7 +240,7 @@
240240
</compset>
241241
<compset>
242242
<alias>I1850Clm60BgcCropCrujraCmip6waccm</alias>
243-
<lname>1850_DATM%CRUJRA2024_CLM60%BGC-CROP-CMIP6WACCMDECK_SICE_SOCN_MOSART_SGLC_SWAV</lname>
243+
<lname>1850_DATM%CRUJRA2024b_CLM60%BGC-CROP-CMIP6WACCMDECK_SICE_SOCN_MOSART_SGLC_SWAV</lname>
244244
</compset>
245245

246246
<!-- clm5_0 (CMIP6) version with BGC-Crop and CRU forcing -->
@@ -303,7 +303,7 @@
303303
</compset>
304304
<compset>
305305
<alias>I2000Clm60FatesSpCrujraRsGs</alias>
306-
<lname>2000_DATM%CRUJRA2024_CLM60%FATES-SP_SICE_SOCN_SROF_SGLC_SWAV</lname>
306+
<lname>2000_DATM%CRUJRA2024b_CLM60%FATES-SP_SICE_SOCN_SROF_SGLC_SWAV</lname>
307307
</compset>
308308
<compset>
309309
<alias>I2000Clm60FatesSpCruRsGs</alias>
@@ -328,7 +328,7 @@
328328
</compset>
329329
<compset>
330330
<alias>I2000Clm60FatesCrujraRs</alias>
331-
<lname>2000_DATM%CRUJRA2024_CLM60%FATES_SICE_SOCN_SROF_SGLC_SWAV</lname>
331+
<lname>2000_DATM%CRUJRA2024b_CLM60%FATES_SICE_SOCN_SROF_SGLC_SWAV</lname>
332332
</compset>
333333

334334
<compset>
@@ -343,7 +343,7 @@
343343
</compset>
344344
<compset>
345345
<alias>I1850Clm60BgcCrujraNoAnthro</alias>
346-
<lname>1850_DATM%CRUJRA2024_CLM60%BGC-NOANTHRO_SICE_SOCN_RTM_SGLC_SWAV</lname>
346+
<lname>1850_DATM%CRUJRA2024b_CLM60%BGC-NOANTHRO_SICE_SOCN_RTM_SGLC_SWAV</lname>
347347
<science_support grid="f09_t232"/>
348348
</compset>
349349

@@ -354,7 +354,7 @@
354354
</compset>
355355
<compset>
356356
<alias>I1850Clm60SpCrujraNoAnthro</alias>
357-
<lname>1850_DATM%CRUJRA2024_CLM60%SP-NOANTHRO_SICE_SOCN_RTM_SGLC_SWAV</lname>
357+
<lname>1850_DATM%CRUJRA2024b_CLM60%SP-NOANTHRO_SICE_SOCN_RTM_SGLC_SWAV</lname>
358358
<science_support grid="f09_t232"/>
359359
</compset>
360360

@@ -384,7 +384,7 @@
384384
</compset>
385385
<compset>
386386
<alias>IHistClm60SpCrujra</alias>
387-
<lname>HIST_DATM%CRUJRA2024_CLM60%SP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
387+
<lname>HIST_DATM%CRUJRA2024b_CLM60%SP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
388388
</compset>
389389

390390
<compset>
@@ -393,7 +393,7 @@
393393
</compset>
394394
<compset>
395395
<alias>IHistClm60SpCrujraRs</alias>
396-
<lname>HIST_DATM%CRUJRA2024_CLM60%SP_SICE_SOCN_SROF_SGLC_SWAV</lname>
396+
<lname>HIST_DATM%CRUJRA2024b_CLM60%SP_SICE_SOCN_SROF_SGLC_SWAV</lname>
397397
</compset>
398398

399399
<compset>
@@ -407,7 +407,7 @@
407407
</compset>
408408
<compset>
409409
<alias>IHistClm60BgcCropCrujra</alias>
410-
<lname>HIST_DATM%CRUJRA2024_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
410+
<lname>HIST_DATM%CRUJRA2024b_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
411411
</compset>
412412

413413
<compset>
@@ -461,7 +461,7 @@
461461
</compset>
462462
<compset>
463463
<alias>ISSP585Clm60BgcCropCrujra</alias>
464-
<lname>SSP585_DATM%CRUJRA2024_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
464+
<lname>SSP585_DATM%CRUJRA2024b_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
465465
</compset>
466466

467467
<compset>
@@ -480,7 +480,7 @@
480480
</compset>
481481
<compset>
482482
<alias>ISSP245Clm60BgcCropCrujra</alias>
483-
<lname>SSP245_DATM%CRUJRA2024_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
483+
<lname>SSP245_DATM%CRUJRA2024b_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
484484
</compset>
485485

486486
<compset>
@@ -489,7 +489,7 @@
489489
</compset>
490490
<compset>
491491
<alias>ISSP370Clm60BgcCropCrujra</alias>
492-
<lname>SSP370_DATM%CRUJRA2024_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
492+
<lname>SSP370_DATM%CRUJRA2024b_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
493493
</compset>
494494

495495
<compset>
@@ -726,7 +726,7 @@
726726
</compset>
727727
<compset>
728728
<alias>I1850Clm60BgcCropCrujraG</alias>
729-
<lname>1850_DATM%CRUJRA2024_CLM60%BGC-CROP_SICE_SOCN_MOSART_CISM2%GRIS-EVOLVE_SWAV</lname>
729+
<lname>1850_DATM%CRUJRA2024b_CLM60%BGC-CROP_SICE_SOCN_MOSART_CISM2%GRIS-EVOLVE_SWAV</lname>
730730
<science_support grid="f09_t232"/>
731731
<science_support grid="f19_g17"/>
732732
<science_support grid="ne30pg3_t232"/>
@@ -757,7 +757,7 @@
757757
</compset>
758758
<compset>
759759
<alias>I1850Clm60SpCrujraRs</alias>
760-
<lname>1850_DATM%CRUJRA2024_CLM60%SP_SICE_SOCN_SROF_SGLC_SWAV</lname>
760+
<lname>1850_DATM%CRUJRA2024b_CLM60%SP_SICE_SOCN_SROF_SGLC_SWAV</lname>
761761
</compset>
762762

763763

components/cdeps

Submodule cdeps updated 84 files

doc/ChangeLog

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,102 @@
11
===============================================================
2+
Tag name: ctsm5.4.017
3+
Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310)
4+
Date: Mon Feb 9 12:34:51 PM MST 2026
5+
One-line Summary: Introduce CRUJRA2024b datm option (Greenand snow hole filled)
6+
7+
Purpose and description of changes
8+
----------------------------------
9+
10+
Introduce CRUJRA2024b option:
11+
- Includes corresponding changes in cdeps by updating to cdeps1.0.91
12+
- Includes renaming of CRUJRA2024 files present in /python/ctsm/test/testinputs/expected_result_files to permit all tests to pass
13+
14+
Significant changes to scientifically-supported configurations
15+
--------------------------------------------------------------
16+
17+
Does this tag change answers significantly for any of the following physics configurations?
18+
(Details of any changes will be given in the "Answer changes" section below.)
19+
20+
[Put an [X] in the box for any configuration with significant answer changes.]
21+
22+
[ ] clm6_0
23+
24+
[ ] clm5_0
25+
26+
[ ] ctsm5_0-nwp
27+
28+
[ ] clm4_5
29+
30+
31+
Bugs fixed
32+
----------
33+
List of CTSM issues fixed (include CTSM Issue # and description) [one per line]:
34+
Fixes #3680 and parts of #3707
35+
In cdeps this fixes https://github.com/ESCOMP/CDEPS/issues/382
36+
37+
Notes of particular relevance for users
38+
---------------------------------------
39+
Changes to CTSM's user interface (e.g., new/renamed XML or namelist variables):
40+
- The default datm input dataset changes from CRUJRA2024 to CRUJRA2024b. The former has Antarctica filled and the latter has Greenland also filled.
41+
- User may select either CRUJRA2024 or CRUJRA2024b using long compset names, e.g.
42+
HIST_DATM%CRUJRA2024_SLND_SICE_SOCN_SROF_SGLC_SWAV_SESP
43+
HIST_DATM%CRUJRA2024b_SLND_SICE_SOCN_SROF_SGLC_SWAV_SESP
44+
45+
Changes to the datasets (e.g., streams, surface or initial files):
46+
CRUJRA2024 already had Antarctica filled and CRUJRA2024b has Greenland also filled.
47+
48+
Changes to documentation:
49+
I updated from CRUJRA2024 to CRUJRA2024b where I found it mentioned.
50+
51+
Notes of particular relevance for developers:
52+
---------------------------------------------
53+
Changes to tests or testing:
54+
In aux_cdeps I kept one CRUJRA2024 test unchanged, for which I added a CRUJRA2024b test. All others I just changed to CRUJRA2024b.
55+
56+
Testing summary:
57+
----------------
58+
59+
[PASS means all tests PASS; OK means tests PASS other than expected fails.]
60+
61+
build-namelist tests (if CLMBuildNamelist.pm has changed):
62+
63+
derecho - OK (2 failures expected)
64+
65+
python testing (if python code has changed; see instructions in python/README.md; document testing done):
66+
67+
derecho - PASS
68+
69+
regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing):
70+
71+
derecho ----- OK done against ctsm5.4.016
72+
izumi ------- OK done against ctsm5.4.015 (b4b with .016)
73+
74+
Answer changes
75+
--------------
76+
77+
Changes answers relative to baseline: Yes
78+
79+
Summarize any changes to answers, i.e.,
80+
- what code configurations: All
81+
- what platforms/compilers: All
82+
- nature of change: New climate over Greenland due to the new datm files; cpl output diffs due to the submodule updates listed below
83+
84+
If this tag changes climate list the run(s) done to evaluate the new
85+
climate. Preferably in https://github.com/NCAR/LMWG_dev (or give details below)
86+
- LMWG_dev issue number(s): https://github.com/NCAR/LMWG_dev/issues/133
87+
88+
Other details
89+
-------------
90+
List any git submodules updated (cime, rtm, mosart, cism, fates, etc.):
91+
cdeps1.0.84 --> cdeps1.0.91
92+
cmeps1.1.24 --> cmeps1.1.29 (required for the cdeps update to work)
93+
94+
Pull Requests that document the changes (include PR ids):
95+
https://github.com/ESCOMP/ctsm/pull/3734
96+
https://github.com/ESCOMP/CDEPS/pull/385
97+
98+
===============================================================
99+
===============================================================
2100
Tag name: ctsm5.4.016
3101
Originator(s): samrabin (Sam Rabin, UCAR/TSS)
4102
Date: Fri Feb 6 09:09:56 MST 2026

doc/ChangeSum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Tag Who Date Summary
22
============================================================================================================================
3+
ctsm5.4.017 slevis 02/09/2026 Introduce CRUJRA2024b datm option (Greenand snow hole filled)
34
ctsm5.4.016 samrabin 02/06/2026 Merge b4b-dev to master
45
ctsm5.4.015 erik 02/03/2026 Update CISM to latest version with answer changes
56
ctsm5.4.014 mvdebols 01/29/2026 Fix for xm2 and revise logic for excess ice melt

doc/Quickstart.GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ the CRUJRA atm data between 1950 to 2010 and you want to run at
4343
## Information on Compsets:
4444

4545
"I" compsets are the ones with CTSM and NUOPC driver and CDEPS data models without ice and ocean.
46-
Most of the "I" compsets are for clm6_0 physics and use the CRUJRA-2024 data with solar following
46+
Most of the "I" compsets are for clm6_0 physics and use the CRUJRA2024b data with solar following
4747
the cosine of solar zenith angle, precipitation constant, and other
4848
variables linearly interpolated in time (and with appropriate time-stamps on
4949
the date). Previous CMIP6 simulations with clm5_0 physics used GSWP3 atmospheric forcing.

doc/source/users_guide/running-single-points/generic-single-point-regional.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ To subset surface data and climate forcings (DATM) for a single point, use the c
3333
- ``$my_lon_type``: 180 if your longitude is in the [-180, 180] format (i.e., centered at the Prime/0th Meridian); 360 if it's in the [0, 360] format (i.e., centered at the 180th Meridian). Note that ``--lon-type $my_lon_type`` is not necessary if your longitude is unambiguous---i.e., it's only needed if your longitude is in the range [0, 180].
3434
- ``$my_site_name``: name of site, *used for file naming*
3535
- ``$my_start_year``: start year for DATM data to subset, *default between 1901 and 2014*
36-
- ``$my_end_year``: end year for DATM data to subset, *default between 1901 and 2014; the default CRUJRA2024 DATM data ends in 2023, while the old default GSWP3 ends in 2014; see note below about switching the default DATM data*
36+
- ``$my_end_year``: end year for DATM data to subset, *default between 1901 and 2014; the default CRUJRA2024b DATM data ends in 2023, while the old default GSWP3 ends in 2014; see note below about switching the default DATM data*
3737
- ``$my_output_dir``: output directory to place the subset data and user_mods directory. This should be something specific to *just* your data for ``$my_site_name``.
3838

3939
You can also have the script subset land-use data. See the help (``tools/site_and_regional/subset_data --help``) for all argument options. For example, depending on your application, it may be helpful to specify a dominant PFT using ``--dompft`` and ``--pctpft`` flags. This allows you to control the PFTs that are present on your surface dataset
4040

4141
.. note::
42-
This script defaults to subsetting specific surface data, land-use timeseries, and the CRUJRA2024 DATM data. It can currently only be run as-is on Derecho. If you're not on Derecho, use ``--inputdata-dir`` to specify where the top level of your CESM input data is.
42+
This script defaults to subsetting specific surface data, land-use timeseries, and the CRUJRA2024b DATM data. It can currently only be run as-is on Derecho. If you're not on Derecho, use ``--inputdata-dir`` to specify where the top level of your CESM input data is.
4343

4444
Using ``--create-datm`` with GSWP3 data is no longer supported; see `CTSM issue #3269 <https://github.com/ESCOMP/CTSM/issues/3269>`_.
4545

0 commit comments

Comments
 (0)