Skip to content

Commit faaa8ef

Browse files
authored
Merge pull request #322 from slevis-lmwg/mk_crujra_default
Add CRUJRA2024 as an option to DATM_MODE
2 parents bb29e46 + 54af59f commit faaa8ef

File tree

5 files changed

+194
-27
lines changed

5 files changed

+194
-27
lines changed

datm/cime_config/config_component.xml

+45-26
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
This file may have atm desc entries.
1111
-->
1212
<description modifier_mode="1">
13-
<desc atm="DATM[%QIA][%WISOQIA][%CRU][%CRUv7][%GSWP3v1][%MOSARTTEST][%NLDAS2][%CPLHIST][%1PT][%NYF][%IAF][%JRA][%JRA-1p4-2018][%JRA-1p5-2023][%JRA-RYF8485][%JRA-RYF9091][%JRA-RYF0304][%SIMPLE]"> Data driven ATM </desc>
13+
<desc atm="DATM[%QIA][%WISOQIA][%CRUJRA2024][%CRUv7][%GSWP3v1][%MOSARTTEST][%NLDAS2][%CPLHIST][%1PT][%NYF][%IAF][%JRA][%JRA-1p4-2018][%JRA-1p5-2023][%JRA-RYF8485][%JRA-RYF9091][%JRA-RYF0304][%SIMPLE]"> Data driven ATM </desc>
1414
<desc option="QIA"> QIAN data set </desc>
1515
<desc option="WISOQIA">QIAN with water isotopes</desc>
16-
<desc option="CRU"> CRUNCEP data set </desc>
16+
<desc option="CRUJRA2024"> CRUJRA 2024 data set </desc>
1717
<desc option="CRUv7"> CLM CRU NCEP v7 data set </desc>
1818
<desc option="GSWP3v1"> GSWP3v1 data set </desc>
1919
<desc option="NLDAS2"> NLDAS2 regional 0.125 degree data set over the U.S. (25-53N, 235-293E). WARNING: Garbage data will be produced for runs extending beyond this regional domain. </desc>
@@ -42,13 +42,13 @@
4242

4343
<entry id="DATM_MODE">
4444
<type>char</type>
45-
<valid_values>CORE2_NYF,CORE2_IAF,CLM_QIAN,CLM_QIAN_WISO,1PT,CLMCRUNCEP,CLMCRUNCEPv7,CLMGSWP3v1,CLMNLDAS2,CPLHIST,CORE_IAF_JRA,CORE_IAF_JRA_1p4_2018,CORE_IAF_JRA_1p5_2023,ERA5,SIMPLE</valid_values>
45+
<valid_values>CORE2_NYF,CORE2_IAF,CLM_QIAN,CLM_QIAN_WISO,1PT,CLMCRUJRA2024,CLMCRUNCEPv7,CLMGSWP3v1,CLMNLDAS2,CPLHIST,CORE_IAF_JRA,CORE_IAF_JRA_1p4_2018,CORE_IAF_JRA_1p5_2023,ERA5,SIMPLE</valid_values>
4646
<default_value>CORE2_NYF</default_value>
4747
<group>run_component_datm</group>
4848
<file>env_run.xml</file>
4949
<desc>Mode for data atmosphere component.
5050
CORE2_NYF (CORE2 normal year forcing) are modes used in forcing prognostic ocean/sea-ice components.
51-
CLMCRUNCEPv7, CLMGSWP3v1, CLMNLDAS2 and 1PT are modes using observational data for forcing prognostic land components.
51+
CLMCRUJRA2024, CLMCRUNCEPv7, CLMGSWP3v1, CLMNLDAS2 and 1PT are modes using observational data for forcing prognostic land components.
5252
WARNING for CLMNLDAS2: This is a regional forcing dataset over the U.S. (25-53N, 235-293E). Garbage data will be produced for runs extending beyond this regional domain. </desc>
5353
<values match="last">
5454
<value compset="DATM%NYF">CORE2_NYF</value>
@@ -58,6 +58,7 @@
5858
<value compset="DATM%JRA-1p5-2023">CORE_IAF_JRA_1p5_2023</value>
5959
<value compset="DATM%QIA">CLM_QIAN</value>
6060
<value compset="DATM%WISOQIA">CLM_QIAN_WISO</value>
61+
<value compset="DATM%CRUJRA2024">CLMCRUJRA2024</value>
6162
<value compset="DATM%CRUv7">CLMCRUNCEPv7</value>
6263
<value compset="DATM%GSWP3v1">CLMGSWP3v1</value>
6364
<value compset="DATM%NLDAS2">CLMNLDAS2</value>
@@ -217,20 +218,22 @@
217218
<values match="last">
218219
<value compset="2000.*_DATM%1PT">$DATM_YR_START</value>
219220
<value compset="1850.*_DATM%QIA">1</value>
220-
<value compset="1850.*_DATM%CRU">1</value>
221+
<value compset="1850.*_DATM%CRUJRA2024">1</value>
222+
<value compset="1850.*_DATM%CRUv7">1</value>
221223
<value compset="1850.*_DATM%GSW">1</value>
222224
<value compset="HIST.*_DATM%QIA">1895</value>
223-
<value compset="HIST.*_DATM%CRU">1901</value>
225+
<value compset="HIST.*_DATM%CRUJRA2024">1901</value>
226+
<value compset="HIST.*_DATM%CRUv7">1901</value>
224227
<value compset="HIST.*_DATM%GSW">1901</value>
225228
<value compset="HIST.*_DATM%NLDAS2">$DATM_YR_START</value>
226229
<value compset="20TR.*_DATM%QIA">1895</value>
227-
<value compset="20TR.*_DATM%CRU">1901</value>
230+
<value compset="20TR.*_DATM%CRUJRA2024">1901</value>
231+
<value compset="20TR.*_DATM%CRUv7">1901</value>
228232
<value compset="20TR.*_DATM%GSW">1901</value>
229233
<value compset="SSP.*_DATM%QIA">$DATM_YR_START</value>
230-
<value compset="SSP.*_DATM%CRU">$DATM_YR_START</value>
234+
<value compset="SSP.*_DATM%CRUJRA2024">$DATM_YR_START</value>
235+
<value compset="SSP.*_DATM%CRUv7">$DATM_YR_START</value>
231236
<value compset="SSP.*_DATM%GSW">$DATM_YR_START</value>
232-
<value compset="1850.*_DATM%CRU">1</value>
233-
<value compset="1850.*_DATM%GSW">1</value>
234237
<value compset="2000.*_DATM">$DATM_YR_START</value>
235238
<value compset="2003.*_DATM">$DATM_YR_START</value>
236239
<value compset="2010.*_DATM">$DATM_YR_START</value>
@@ -263,28 +266,36 @@
263266
<value compset="2000.*_DATM%1PT" grid="1x1_vancouverCAN" >1992</value>
264267
<value compset="2000.*_DATM%1PT" grid="1x1_urbanc_alpha" >1</value>
265268
<value compset="1850.*_DATM%QIA">1948</value>
266-
<value compset="1850.*_DATM%CRU">1901</value>
269+
<value compset="1850.*_DATM%CRUJRA2024">1901</value>
270+
<value compset="1850.*_DATM%CRUv7">1901</value>
267271
<value compset="1850.*_DATM%GSW">1901</value>
268272
<value compset="1850.*_DATM%NLDAS2">0</value> <!-- Unsupported -->
269273
<value compset="2000.*_DATM%WISOQIA">2000</value>
270274
<value compset="2000.*_DATM%QIA">1972</value>
271275
<value compset="HIST.*_DATM%QIA">1948</value>
272-
<value compset="HIST.*_DATM%CRU">1901</value>
276+
<value compset="HIST.*_DATM%CRUJRA2024">1901</value>
277+
<value compset="HIST.*_DATM%CRUv7">1901</value>
273278
<value compset="HIST.*_DATM%GSW">1901</value>
274279
<value compset="HIST.*_DATM%NLDAS2">0</value> <!-- Unsupported -->
275280
<value compset="20TR.*_DATM%QIA">1948</value>
276-
<value compset="20TR.*_DATM%CRU">1901</value>
281+
<value compset="20TR.*_DATM%CRUJRA2024">1901</value>
282+
<value compset="20TR.*_DATM%CRUv7">1901</value>
277283
<value compset="20TR.*_DATM%GSW">1901</value>
278284
<value compset="20TR.*_DATM%NLDAS2">0</value> <!-- Unsupported -->
279285
<value compset="4804.*_DATM%QIA">1948</value>
280286
<value compset="SSP.*_DATM%QIA" >1995</value>
281-
<value compset="SSP.*_DATM%CRU" >2001</value>
287+
<value compset="SSP.*_DATM%CRUJRA2024" >2001</value>
288+
<value compset="SSP.*_DATM%CRUv7">2001</value>
282289
<value compset="SSP.*_DATM%GSW" >2001</value>
283290
<value compset="2003.*_DATM%QIA.*_TEST">2002</value>
284-
<value compset="1850.*_DATM%CRU">1901</value>
285-
<value compset="2000.*_DATM%CRU">1991</value>
286-
<value compset="2003.*_DATM%CRU">2002</value>
287-
<value compset="2010.*_DATM%CRU">2005</value>
291+
<value compset="1850.*_DATM%CRUJRA2024">1901</value>
292+
<value compset="2000.*_DATM%CRUJRA2024">1991</value>
293+
<value compset="2003.*_DATM%CRUJRA2024">2002</value>
294+
<value compset="2010.*_DATM%CRUJRA2024">2005</value>
295+
<value compset="1850.*_DATM%CRUv7">1901</value>
296+
<value compset="2000.*_DATM%CRUv7">1991</value>
297+
<value compset="2003.*_DATM%CRUv7">2002</value>
298+
<value compset="2010.*_DATM%CRUv7">2005</value>
288299
<value compset="1850.*_DATM%GSW">1901</value>
289300
<value compset="2000.*_DATM%GSW">1991</value>
290301
<value compset="2010.*_DATM%GSW">2005</value>
@@ -317,28 +328,36 @@
317328
<value compset="2000.*_DATM%1PT" grid="1x1_vancouverCAN" >1992</value>
318329
<value compset="2000.*_DATM%1PT" grid="1x1_urbanc_alpha" >2</value>
319330
<value compset="1850.*_DATM%QIA">1972</value>
320-
<value compset="1850.*_DATM%CRU">1920</value>
331+
<value compset="1850.*_DATM%CRUJRA2024">1920</value>
332+
<value compset="1850.*_DATM%CRUv7">1920</value>
321333
<value compset="1850.*_DATM%GSW">1920</value>
322334
<value compset="1850.*_DATM%NLDAS2">-1</value> <!-- Unsupported -->
323335
<value compset="2000.*_DATM%WISOQIA">2004</value>
324336
<value compset="2000.*_DATM%QIA">2004</value>
325337
<value compset="HIST.*_DATM%QIA">1972</value>
326-
<value compset="HIST.*_DATM%CRU">1920</value>
338+
<value compset="HIST.*_DATM%CRUJRA2024">1920</value>
339+
<value compset="HIST.*_DATM%CRUv7">1920</value>
327340
<value compset="HIST.*_DATM%GSW">1920</value>
328341
<value compset="HIST.*_DATM%NLDAS2">-1</value> <!-- Unsupported -->
329342
<value compset="20TR.*_DATM%QIA">1972</value>
330-
<value compset="20TR.*_DATM%CRU">1920</value>
343+
<value compset="20TR.*_DATM%CRUJRA2024">1920</value>
344+
<value compset="20TR.*_DATM%CRUv7">1920</value>
331345
<value compset="20TR.*_DATM%GSW">1920</value>
332346
<value compset="20TR.*_DATM%NLDAS2">-1</value> <!-- Unsupported -->
333347
<value compset="4804.*_DATM%QIA">2004</value>
334348
<value compset="SSP.*_DATM%QIA">2004</value>
335-
<value compset="SSP.*_DATM%CRU">2016</value>
349+
<value compset="SSP.*_DATM%CRUJRA2024">2023</value>
350+
<value compset="SSP.*_DATM%CRUv7">2016</value>
336351
<value compset="SSP.*_DATM%GSW">2014</value>
337352
<value compset="2003.*_DATM%QIA.*_TEST">2003</value>
338-
<value compset="1850.*_DATM%CRU">1920</value>
339-
<value compset="2000.*_DATM%CRU">2010</value>
340-
<value compset="2003.*_DATM%CRU">2003</value>
341-
<value compset="2010.*_DATM%CRU">2014</value>
353+
<value compset="1850.*_DATM%CRUJRA2024">1920</value>
354+
<value compset="2000.*_DATM%CRUJRA2024">2010</value>
355+
<value compset="2003.*_DATM%CRUJRA2024">2003</value>
356+
<value compset="2010.*_DATM%CRUJRA2024">2014</value>
357+
<value compset="1850.*_DATM%CRUv7">1920</value>
358+
<value compset="2000.*_DATM%CRUv7">2010</value>
359+
<value compset="2003.*_DATM%CRUv7">2003</value>
360+
<value compset="2010.*_DATM%CRUv7">2014</value>
342361
<value compset="1850.*_DATM%GSW">1920</value>
343362
<value compset="2000.*_DATM%GSW">2010</value>
344363
<value compset="2010.*_DATM%GSW">2014</value>

datm/cime_config/namelist_definition_datm.xml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<value datm_mode="CLM_QIAN_WISO">
2020
CLM_QIAN_WISO.Solar,CLM_QIAN_WISO.Precip,CLM_QIAN_WISO.TPQW
2121
</value>
22+
<value datm_mode="CLMCRUJRA2024">
23+
CLMCRUJRA2024.Solar,CLMCRUJRA2024.Precip,CLMCRUJRA2024.TPQW
24+
</value>
2225
<value datm_mode="CLMCRUNCEPv7">
2326
CLMCRUNCEPv7.Solar,CLMCRUNCEPv7.Precip,CLMCRUNCEPv7.TPQW
2427
</value>

datm/cime_config/stream_definition_datm.xml

+109
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
Currently the following data modes are supported:
3030
CLM_QIAN = Run with the CLM Qian dataset valid from 1948 to 2004 (force CLM)
3131
CLM_QIAN_WISO = Run with the CLM Qian dataset with isotopes valid from 2000 to 2004 (force CLM)
32+
CLMCRUJRA2024 = Run with the CLM CRUJRA 2024 forcing valid from 1901 to 2023 (force CLM)
3233
CLMCRUNCEPv7 = Run with the CLM CRU NCEP V7 forcing valid from 1900 to 2010 (force CLM)
3334
CLMGSWP3v1 = Run with the CLM GSWP3 V1 forcing (force CLM)
3435
CLMNLDAS2 = Run with the CLM NLDAS2 regional forcing valid from 1980 to 2018 (force CLM)
@@ -68,6 +69,13 @@
6869
CLMGSWP3v1.Precip
6970
CLMGSWP3v1.TPQW
7071
72+
========================
73+
datm_mode CLMCRUJRA2024: (DATM%CRUJRA2024 in env_run.xml)
74+
========================
75+
CLMCRUJRA2024.Solar
76+
CLMCRUJRA2024.Precip
77+
CLMCRUJRA2024.TPQW
78+
7179
========================
7280
datm_mode CLMCRUNCEPv7: (DATM%CRUv7 in env_run.xml)
7381
========================
@@ -489,6 +497,107 @@
489497
<stream_readmode>single</stream_readmode>
490498
</stream_entry>
491499

500+
<!-- =================================== -->
501+
<!-- datm_mode CLMCRUJRA2024 -->
502+
<!-- =================================== -->
503+
504+
<stream_entry name="CLMCRUJRA2024.Solar">
505+
<stream_meshfile>
506+
<meshfile>$DIN_LOC_ROOT/atm/datm7/atm_forcing.datm7.CRUJRA.0.5d.c20241231/inputs/three_stream/mesh_cdf5.nc</meshfile>
507+
</stream_meshfile>
508+
<stream_datafiles>
509+
<file first_year="1901" last_year="2023">$DIN_LOC_ROOT_CLMFORC/atm_forcing.datm7.CRUJRA.0.5d.c20241231/inputs/three_stream/clmforc.CRUJRAv2.5_0.5x0.5.Solr.%y.nc</file>
510+
</stream_datafiles>
511+
<stream_datavars>
512+
<var>FSDS Faxa_swdn</var>
513+
</stream_datavars>
514+
<stream_lev_dimname>null</stream_lev_dimname>
515+
<stream_mapalgo>
516+
<mapalgo>bilinear</mapalgo>
517+
</stream_mapalgo>
518+
<stream_vectors>null</stream_vectors>
519+
<stream_year_align>$DATM_YR_ALIGN</stream_year_align>
520+
<stream_year_first>$DATM_YR_START</stream_year_first>
521+
<stream_year_last>$DATM_YR_END</stream_year_last>
522+
<stream_offset>0</stream_offset>
523+
<stream_tintalgo>
524+
<tintalgo>coszen</tintalgo>
525+
</stream_tintalgo>
526+
<stream_taxmode>
527+
<taxmode>cycle</taxmode>
528+
</stream_taxmode>
529+
<stream_dtlimit>
530+
<dtlimit>1.5</dtlimit>
531+
</stream_dtlimit>
532+
<stream_readmode>single</stream_readmode>
533+
</stream_entry>
534+
535+
<stream_entry name="CLMCRUJRA2024.Precip">
536+
<stream_meshfile>
537+
<meshfile>$DIN_LOC_ROOT/atm/datm7/atm_forcing.datm7.CRUJRA.0.5d.c20241231/inputs/three_stream/mesh_cdf5.nc</meshfile>
538+
</stream_meshfile>
539+
<stream_datafiles>
540+
<file first_year="1901" last_year="2023">$DIN_LOC_ROOT_CLMFORC/atm_forcing.datm7.CRUJRA.0.5d.c20241231/inputs/three_stream/clmforc.CRUJRAv2.5_0.5x0.5.Prec.%y.nc</file>
541+
</stream_datafiles>
542+
<stream_datavars>
543+
<var>PRECTmms Faxa_precn</var>
544+
</stream_datavars>
545+
<stream_lev_dimname>null</stream_lev_dimname>
546+
<stream_mapalgo>
547+
<mapalgo>bilinear</mapalgo>
548+
</stream_mapalgo>
549+
<stream_vectors>null</stream_vectors>
550+
<stream_year_align>$DATM_YR_ALIGN</stream_year_align>
551+
<stream_year_first>$DATM_YR_START</stream_year_first>
552+
<stream_year_last>$DATM_YR_END</stream_year_last>
553+
<stream_offset>0</stream_offset>
554+
<stream_tintalgo>
555+
<tintalgo>nearest</tintalgo>
556+
</stream_tintalgo>
557+
<stream_taxmode>
558+
<taxmode>cycle</taxmode>
559+
</stream_taxmode>
560+
<stream_dtlimit>
561+
<dtlimit>1.5</dtlimit>
562+
</stream_dtlimit>
563+
<stream_readmode>single</stream_readmode>
564+
</stream_entry>
565+
566+
<stream_entry name="CLMCRUJRA2024.TPQW">
567+
<stream_meshfile>
568+
<meshfile>$DIN_LOC_ROOT/atm/datm7/atm_forcing.datm7.CRUJRA.0.5d.c20241231/inputs/three_stream/mesh_cdf5.nc</meshfile>
569+
</stream_meshfile>
570+
<stream_datafiles>
571+
<file first_year="1901" last_year="2023">$DIN_LOC_ROOT_CLMFORC/atm_forcing.datm7.CRUJRA.0.5d.c20241231/inputs/three_stream/clmforc.CRUJRAv2.5_0.5x0.5.TPQWL.%y.nc</file>
572+
</stream_datafiles>
573+
<stream_datavars>
574+
<var>TBOT Sa_tbot</var>
575+
<var>WIND Sa_wind</var>
576+
<var>QBOT Sa_shum</var>
577+
<var>PSRF Sa_pbot</var>
578+
<var>FLDS Faxa_lwdn</var>
579+
</stream_datavars>
580+
<stream_lev_dimname>null</stream_lev_dimname>
581+
<stream_mapalgo>
582+
<mapalgo>bilinear</mapalgo>
583+
</stream_mapalgo>
584+
<stream_vectors>null</stream_vectors>
585+
<stream_year_align>$DATM_YR_ALIGN</stream_year_align>
586+
<stream_year_first>$DATM_YR_START</stream_year_first>
587+
<stream_year_last>$DATM_YR_END</stream_year_last>
588+
<stream_offset>0</stream_offset>
589+
<stream_tintalgo>
590+
<tintalgo>linear</tintalgo>
591+
</stream_tintalgo>
592+
<stream_taxmode>
593+
<taxmode>cycle</taxmode>
594+
</stream_taxmode>
595+
<stream_dtlimit>
596+
<dtlimit>1.5</dtlimit>
597+
</stream_dtlimit>
598+
<stream_readmode>single</stream_readmode>
599+
</stream_entry>
600+
492601
<!-- =================================== -->
493602
<!-- datm_mode CLMCRUNCEPv7 -->
494603
<!-- =================================== -->

datm/cime_config/testdefs/testlist_datm.xml

+30
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,36 @@
6161
<option name="wallclock"> 00:10:00 </option>
6262
</options>
6363
</test>
64+
<test compset="HIST_DATM%CRUJRA2024_SLND_SICE_SOCN_SROF_SGLC_SWAV_SESP" grid="f10_f10_mg37" name="SMS_Ld5">
65+
<machines>
66+
<machine name="derecho" compiler="intel" category="aux_cdeps"/>
67+
<machine name="betzy" compiler="intel" category="aux_cdeps_noresm"/>
68+
</machines>
69+
<options>
70+
<option name="wallclock"> 00:10:00 </option>
71+
<option name="comment">Test historical CRUJRA2024 forcing in a short smoke test to make sure it works</option>
72+
</options>
73+
</test>
74+
<test compset="1850_DATM%CRUJRA2024_SLND_SICE_SOCN_SROF_SGLC_SWAV_SESP" grid="f10_f10_mg37" name="SMS_Ld5">
75+
<machines>
76+
<machine name="derecho" compiler="intel" category="aux_cdeps"/>
77+
<machine name="betzy" compiler="intel" category="aux_cdeps_noresm"/>
78+
</machines>
79+
<options>
80+
<option name="wallclock"> 00:10:00 </option>
81+
<option name="comment">Test 1850 CRUJRA2024 forcing in a short smoke test to make sure it works</option>
82+
</options>
83+
</test>
84+
<test compset="2010_DATM%CRUJRA2024_SLND_SICE_SOCN_SROF_SGLC_SWAV_SESP" grid="f10_f10_mg37" name="SMS_Ld5">
85+
<machines>
86+
<machine name="derecho" compiler="intel" category="aux_cdeps"/>
87+
<machine name="betzy" compiler="intel" category="aux_cdeps_noresm"/>
88+
</machines>
89+
<options>
90+
<option name="wallclock"> 00:10:00 </option>
91+
<option name="comment">Test 2010 CRUJRA2024 forcing in a short smoke test to make sure it works</option>
92+
</options>
93+
</test>
6494
<test compset="2000_DATM%NLDAS2_SLND_SICE_SOCN_SROF_SGLC_SWAV_SESP" grid="f10_f10_mg37" name="SMS_Ld5">
6595
<machines>
6696
<machine name="derecho" compiler="intel" category="aux_cdeps"/>

doc/source/datm.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ referred to as its mode.
1111
In the case of CESM, the active model components would be: CTSM,
1212
POP2, MOM6, POP2, CICE5-6, WW3 and MOSART. As examples, CORE2_NYF
1313
(CORE2 normal year forcing) is the DATM mode used in driving
14-
POP2 and MOM6. On the other hand CLM_QIAN, CLMCRUNCEP, CLMGSWP3
14+
POP2 and MOM6. On the other hand CLM_QIAN, CLMCRUJRA2024, CLMCRUNCEP, CLMGSWP3
1515
and CLM1PT are DATM modes using observational data for forcing CTSM.
1616

1717
.. _datm-datamodes:
@@ -121,6 +121,12 @@ DATM%CLM_QIAN
121121
- streams: CLM_QIAN.Solar,CLM_QIAN.Precip,CLM_QIAN.TPQW
122122
- datamode: CLMNCEP
123123

124+
DATM%CLMCRUJRA2024
125+
- CRUJRA atm input data (CESM I compsets)
126+
- datm_mode: CLMNCEP
127+
- streams: CLMCRUJRA2024.Solar,CLMCRUJRA2024.Precip,CLMCRUJRA2024.TPQW
128+
- datamode: CLMNCEP
129+
124130
DATM%CLMCRUNCEPv7
125131
- CRUNCEP atm input data (CESM I compsets)
126132
- datm_mode: CLMNCEP

0 commit comments

Comments
 (0)