Skip to content

Commit 9a526f2

Browse files
authored
Merge pull request #522 from ekluzek/newcmip5histndep
Point to the new ndep historical file for all cases, also update cime…
2 parents 5db6bd1 + a0c14a7 commit 9a526f2

12 files changed

+142
-31
lines changed

Externals.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ required = True
3030
local_path = cime
3131
protocol = git
3232
repo_url = https://github.com/ESMCI/cime
33-
tag = cime5.6.10
33+
tag = cime_cesm2_0_rel_05
3434
required = True
3535

3636
[externals_description]

bld/CLMBuildNamelist.pm

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3192,16 +3192,12 @@ sub setup_logic_nitrogen_deposition {
31923192
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'ndepmapalgo', 'phys'=>$nl_flags->{'phys'},
31933193
'use_cn'=>$nl_flags->{'use_cn'}, 'hgrid'=>$nl_flags->{'res'},
31943194
'clm_accelerated_spinup'=>$nl_flags->{'clm_accelerated_spinup'} );
3195-
if ( defined($opts->{'use_case'}) ) {
3196-
if ( ($nl_flags->{'lnd_tuning_mode'} =~ /clm5_0_cam/) && ($opts->{'use_case'} eq "1850_control") ) {
3197-
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'ndep_taxmode', 'phys'=>$nl_flags->{'phys'},
3195+
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'ndep_taxmode', 'phys'=>$nl_flags->{'phys'},
31983196
'use_cn'=>$nl_flags->{'use_cn'},
31993197
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'} );
3200-
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'ndep_varlist', 'phys'=>$nl_flags->{'phys'},
3198+
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'ndep_varlist', 'phys'=>$nl_flags->{'phys'},
32013199
'use_cn'=>$nl_flags->{'use_cn'},
32023200
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'} );
3203-
}
3204-
}
32053201
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'stream_year_first_ndep', 'phys'=>$nl_flags->{'phys'},
32063202
'use_cn'=>$nl_flags->{'use_cn'}, 'sim_year'=>$nl_flags->{'sim_year'},
32073203
'sim_year_range'=>$nl_flags->{'sim_year_range'});
@@ -3214,9 +3210,9 @@ sub setup_logic_nitrogen_deposition {
32143210
'sim_year_range'=>$nl_flags->{'sim_year_range'});
32153211
}
32163212
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'stream_fldfilename_ndep', 'phys'=>$nl_flags->{'phys'},
3217-
'use_cn'=>$nl_flags->{'use_cn'}, 'rcp'=>$nl_flags->{'rcp'},
3213+
'use_cn'=>$nl_flags->{'use_cn'},
32183214
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'},
3219-
'hgrid'=>"1.9x2.5" );
3215+
'hgrid'=>"0.9x1.25" );
32203216
} else {
32213217
# If bgc is NOT CN/CNDV then make sure none of the ndep settings are set!
32223218
if ( defined($nl->get_value('stream_year_first_ndep')) ||

bld/namelist_files/namelist_defaults_clm4_5.xml

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -979,17 +979,26 @@ lnd/clm2/surfdata_map/surfdata_ne120np4_78pfts_CMIP6_simyr1850_c170824.nc</fsurd
979979
<stream_year_first_ndep use_cn=".true." sim_year="constant" sim_year_range="2000-2100" >2000</stream_year_first_ndep>
980980
<stream_year_last_ndep use_cn=".true." sim_year="constant" sim_year_range="2000-2100" >2100</stream_year_last_ndep>
981981

982-
<stream_fldfilename_ndep hgrid="1.9x2.5" use_cn=".true." >lnd/clm2/ndepdata/fndep_clm_hist_simyr1849-2006_1.9x2.5_c100428.nc</stream_fldfilename_ndep>
983-
<stream_fldfilename_ndep hgrid="1.9x2.5" use_cn=".true." rcp="8.5" >lnd/clm2/ndepdata/fndep_clm_rcp8.5_simyr1849-2106_1.9x2.5_c100428.nc</stream_fldfilename_ndep>
984-
<stream_fldfilename_ndep hgrid="1.9x2.5" use_cn=".true." rcp="6" >lnd/clm2/ndepdata/fndep_clm_rcp6.0_simyr1849-2106_1.9x2.5_c100810.nc</stream_fldfilename_ndep>
985-
<stream_fldfilename_ndep hgrid="1.9x2.5" use_cn=".true." rcp="4.5" >lnd/clm2/ndepdata/fndep_clm_rcp4.5_simyr1849-2106_1.9x2.5_c100428.nc</stream_fldfilename_ndep>
986-
<stream_fldfilename_ndep hgrid="1.9x2.5" use_cn=".true." rcp="2.6" >lnd/clm2/ndepdata/fndep_clm_rcp2.6_simyr1849-2106_1.9x2.5_c100428.nc</stream_fldfilename_ndep>
987-
988-
<ndep_taxmode use_cn=".true." >extend</ndep_taxmode>
989-
990-
<ndep_varlist use_cn=".true." >NDEP_year</ndep_varlist>
991-
992-
<ndepmapalgo use_cn=".true." >bilinear</ndepmapalgo>
982+
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" use_cn=".true." >lnd/clm2/ndepdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc</stream_fldfilename_ndep>
983+
984+
<!-- Use CMIP5 ndep forcing for CLM4.5 cases -->
985+
<ndep_taxmode phys="clm4_5" use_cn=".true.">extend</ndep_taxmode>
986+
<ndep_varlist phys="clm4_5" use_cn=".true.">NDEP_year</ndep_varlist>
987+
<stream_fldfilename_ndep phys="clm4_5" use_cn=".true."
988+
>lnd/clm2/ndepdata/fndep_clm_hist_simyr1849-2006_1.9x2.5_c100428.nc</stream_fldfilename_ndep>
989+
<stream_fldfilename_ndep phys="clm4_5" hgrid="1.9x2.5" use_cn=".true." rcp="8.5"
990+
>lnd/clm2/ndepdata/fndep_clm_rcp8.5_simyr1849-2106_1.9x2.5_c100428.nc</stream_fldfilename_ndep>
991+
<stream_fldfilename_ndep phys="clm4_5" hgrid="1.9x2.5" use_cn=".true." rcp="6"
992+
>lnd/clm2/ndepdata/fndep_clm_rcp6.0_simyr1849-2106_1.9x2.5_c100810.nc</stream_fldfilename_ndep>
993+
<stream_fldfilename_ndep phys="clm4_5" hgrid="1.9x2.5" use_cn=".true." rcp="4.5"
994+
>lnd/clm2/ndepdata/fndep_clm_rcp4.5_simyr1849-2106_1.9x2.5_c100428.nc</stream_fldfilename_ndep>
995+
<stream_fldfilename_ndep phys="clm4_5" hgrid="1.9x2.5" use_cn=".true." rcp="2.6"
996+
>lnd/clm2/ndepdata/fndep_clm_rcp2.6_simyr1849-2106_1.9x2.5_c100428.nc</stream_fldfilename_ndep>
997+
998+
<ndep_taxmode phys="clm5_0" use_cn=".true." >cycle</ndep_taxmode>
999+
<ndep_varlist phys="clm5_0" use_cn=".true." >NDEP_month</ndep_varlist>
1000+
1001+
<ndepmapalgo use_cn=".true." >bilinear</ndepmapalgo>
9931002

9941003
<ndepmapalgo use_cn=".true." hgrid="1x1_brazil" >nn</ndepmapalgo>
9951004
<ndepmapalgo use_cn=".true." hgrid="1x1_mexicocityMEX" >nn</ndepmapalgo>

bld/namelist_files/use_cases/1850-2100_rcp2.6_transient.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@
3737
<stream_year_first_ndep phys="clm4_5" use_cn=".true." >1850</stream_year_first_ndep>
3838
<stream_year_last_ndep phys="clm4_5" use_cn=".true." >2100</stream_year_last_ndep>
3939
<model_year_align_ndep phys="clm4_5" use_cn=".true." >1850</model_year_align_ndep>
40+
<ndep_taxmode phys="clm4_5" use_cn=".true." >extend</ndep_taxmode>
4041

4142
<stream_year_first_ndep phys="clm5_0" use_cn=".true." >1850</stream_year_first_ndep>
42-
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2100</stream_year_last_ndep>
43+
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2015</stream_year_last_ndep>
4344
<model_year_align_ndep phys="clm5_0" use_cn=".true." >1850</model_year_align_ndep>
45+
<ndep_taxmode phys="clm5_0" use_cn=".true." >extend</ndep_taxmode>
4446

4547
<stream_year_first_popdens phys="clm4_5" cnfireson=".true." >1850</stream_year_first_popdens>
4648
<stream_year_last_popdens phys="clm4_5" cnfireson=".true." >2010</stream_year_last_popdens>

bld/namelist_files/use_cases/1850-2100_rcp4.5_transient.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@
3737
<stream_year_first_ndep phys="clm4_5" use_cn=".true." >1850</stream_year_first_ndep>
3838
<stream_year_last_ndep phys="clm4_5" use_cn=".true." >2100</stream_year_last_ndep>
3939
<model_year_align_ndep phys="clm4_5" use_cn=".true." >1850</model_year_align_ndep>
40+
<ndep_taxmode phys="clm4_5" use_cn=".true." >extend</ndep_taxmode>
4041

4142
<stream_year_first_ndep phys="clm5_0" use_cn=".true." >1850</stream_year_first_ndep>
42-
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2100</stream_year_last_ndep>
43+
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2015</stream_year_last_ndep>
4344
<model_year_align_ndep phys="clm5_0" use_cn=".true." >1850</model_year_align_ndep>
45+
<ndep_taxmode phys="clm5_0" use_cn=".true." >extend</ndep_taxmode>
4446

4547
<stream_year_first_popdens phys="clm4_5" cnfireson=".true." >1850</stream_year_first_popdens>
4648
<stream_year_last_popdens phys="clm4_5" cnfireson=".true." >2010</stream_year_last_popdens>

bld/namelist_files/use_cases/1850-2100_rcp6_transient.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@
3939
<stream_year_first_ndep phys="clm4_5" use_cn=".true." >1850</stream_year_first_ndep>
4040
<stream_year_last_ndep phys="clm4_5" use_cn=".true." >2100</stream_year_last_ndep>
4141
<model_year_align_ndep phys="clm4_5" use_cn=".true." >1850</model_year_align_ndep>
42+
<ndep_taxmode phys="clm4_5" use_cn=".true." >extend</ndep_taxmode>
4243

4344
<stream_year_first_ndep phys="clm5_0" use_cn=".true." >1850</stream_year_first_ndep>
44-
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2100</stream_year_last_ndep>
45+
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2015</stream_year_last_ndep>
4546
<model_year_align_ndep phys="clm5_0" use_cn=".true." >1850</model_year_align_ndep>
47+
<ndep_taxmode phys="clm5_0" use_cn=".true." >extend</ndep_taxmode>
4648

4749
<stream_year_first_popdens phys="clm4_5" cnfireson=".true." >1850</stream_year_first_popdens>
4850
<stream_year_last_popdens phys="clm4_5" cnfireson=".true." >2010</stream_year_last_popdens>

bld/namelist_files/use_cases/1850-2100_rcp8.5_transient.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@
3737
<stream_year_first_ndep phys="clm4_5" use_cn=".true." >1850</stream_year_first_ndep>
3838
<stream_year_last_ndep phys="clm4_5" use_cn=".true." >2100</stream_year_last_ndep>
3939
<model_year_align_ndep phys="clm4_5" use_cn=".true." >1850</model_year_align_ndep>
40+
<ndep_taxmode phys="clm4_5" use_cn=".true." >extend</ndep_taxmode>
4041

4142
<stream_year_first_ndep phys="clm5_0" use_cn=".true." >1850</stream_year_first_ndep>
42-
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2100</stream_year_last_ndep>
43+
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2015</stream_year_last_ndep>
4344
<model_year_align_ndep phys="clm5_0" use_cn=".true." >1850</model_year_align_ndep>
45+
<ndep_taxmode phys="clm5_0" use_cn=".true." >extend</ndep_taxmode>
4446

4547
<stream_year_first_popdens phys="clm4_5" cnfireson=".true." >1850</stream_year_first_popdens>
4648
<stream_year_last_popdens phys="clm4_5" cnfireson=".true." >2010</stream_year_last_popdens>

bld/namelist_files/use_cases/1850_control.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@
3232
<stream_year_first_urbantv phys="clm5_0" >1850</stream_year_first_urbantv>
3333
<stream_year_last_urbantv phys="clm5_0" >1850</stream_year_last_urbantv>
3434

35+
<!-- Use single year ndep file for CLM50 as the new multi-year file has different times that change answers relative to control sims -->
3536
<stream_fldfilename_ndep phys="clm5_0" use_cn=".true."
3637
>lnd/clm2/ndepdata/fndep_clm_WACCM6_CMIP6piControl001_y21-50avg_1850monthly_0.95x1.25_c180802.nc</stream_fldfilename_ndep>
37-
38-
<ndep_taxmode phys="clm5_0" use_cn=".true." >cycle</ndep_taxmode>
39-
40-
<ndep_varlist phys="clm5_0" use_cn=".true." >NDEP_month</ndep_varlist>
4138

4239
</namelist_defaults>

bld/namelist_files/use_cases/2000-2100_rcp8.5_transient.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,18 @@
3030
<model_year_align_ndep phys="clm4_0" bgc="cn" >2000</model_year_align_ndep>
3131

3232
<stream_year_first_ndep phys="clm4_0" bgc="cndv" >2000</stream_year_first_ndep>
33-
<stream_year_last_ndep phys="clm4_0" bgc="cndv" >2100</stream_year_last_ndep>
33+
<stream_year_last_ndep phys="clm4_0" bgc="cndv" >2015</stream_year_last_ndep>
3434
<model_year_align_ndep phys="clm4_0" bgc="cndv" >2000</model_year_align_ndep>
3535

3636
<stream_year_first_ndep phys="clm4_5" use_cn=".true." >2000</stream_year_first_ndep>
3737
<stream_year_last_ndep phys="clm4_5" use_cn=".true." >2100</stream_year_last_ndep>
3838
<model_year_align_ndep phys="clm4_5" use_cn=".true." >2000</model_year_align_ndep>
39+
<ndep_taxmode phys="clm4_5" use_cn=".true." >extend</ndep_taxmode>
3940

4041
<stream_year_first_ndep phys="clm5_0" use_cn=".true." >2000</stream_year_first_ndep>
41-
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2100</stream_year_last_ndep>
42+
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2015</stream_year_last_ndep>
4243
<model_year_align_ndep phys="clm5_0" use_cn=".true." >2000</model_year_align_ndep>
44+
<ndep_taxmode phys="clm5_0" use_cn=".true." >extend</ndep_taxmode>
4345

4446
<stream_year_first_popdens phys="clm4_5" cnfireson=".true." >2000</stream_year_first_popdens>
4547
<stream_year_last_popdens phys="clm4_5" cnfireson=".true." >2010</stream_year_last_popdens>

bld/namelist_files/use_cases/20thC_transient.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@
3030
<stream_year_first_ndep phys="clm4_5" use_cn=".true." >1850</stream_year_first_ndep>
3131
<stream_year_last_ndep phys="clm4_5" use_cn=".true." >2005</stream_year_last_ndep>
3232
<model_year_align_ndep phys="clm4_5" use_cn=".true." >1850</model_year_align_ndep>
33+
<ndep_taxmode phys="clm4_5" use_cn=".true." >extend</ndep_taxmode>
3334

3435
<stream_year_first_ndep phys="clm5_0" use_cn=".true." >1850</stream_year_first_ndep>
35-
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2005</stream_year_last_ndep>
36+
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2015</stream_year_last_ndep>
3637
<model_year_align_ndep phys="clm5_0" use_cn=".true." >1850</model_year_align_ndep>
38+
<ndep_taxmode phys="clm5_0" use_cn=".true." >extend</ndep_taxmode>
3739

3840
<stream_year_first_popdens phys="clm4_5" cnfireson=".true." >1850</stream_year_first_popdens>
3941
<stream_year_last_popdens phys="clm4_5" cnfireson=".true." >2016</stream_year_last_popdens>

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+
release-clm5.0.08 erik 09/28/2018 Updated CMIP6 ndep file for historical transient Bgc cases, 1850_control same as before
34
release-clm5.0.07 erik 08/08/2018 Bring in some simple fixes from ctsm1.0.dev006 and avoid glacier adjustment at startup from ctsm1.0.dev007
45
release-clm5.0.06 erik 08/07/2018 Bring in some simple fixes from ctsm1.0.dev006 and avoid glacier adjustment at startup from ctsm1.0.dev007
56
release-clm5.0.05 erik 08/05/2018 Update 1850 ndep file, and last year for transient streams

doc/release-clm5.0.ChangeLog

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,100 @@
11
===============================================================
2+
Tag name: release-clm5.0.08
3+
Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326)
4+
Date: Fri Sep 28 14:17:52 MDT 2018
5+
One-line Summary: Updated CMIP6 ndep file for historical transient Bgc cases, 1850_control same as before
6+
7+
Purpose of this version:
8+
------------------------
9+
10+
Update the ndep file for transient cases for CLM50 to the CMIP6 version that has identical
11+
data for 1849-1850 to the previous CMIP6 1850_control (with different mid-month times however), and
12+
new 3-member ensemble average/5-year smoothing from the WACCM case: b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.00[123].
13+
The new data is monthly rather than yearly, which means there will be a seasonal cycle to nitrogen deposition
14+
for transient cases now. The midmonth times/dates are different for the multi-year file from
15+
the previous file, so answers change when using it for 1850_control cases even though the data is exactly the same.
16+
Because, of that we are still pointing to the previous 1850 CMIP6 ndep file.
17+
18+
CLM4.5 is still using the previous CMIP5 ndep dataset.
19+
20+
CTSM Master Tag This Corresponds To: ctsm1.0.dev008 (minus ctsm1.0.dev005 and ctsm1.0.dev001)
21+
22+
Summary of changes:
23+
-------------------
24+
25+
Science changes since: New cmip6 ndep file for transient cases
26+
27+
Software changes since: None
28+
29+
Changes to User Interface since: None
30+
31+
Testing:
32+
--------
33+
34+
[PASS means all tests PASS and OK means tests PASS other than expected fails.]
35+
36+
build-namelist tests:
37+
38+
cheyenne - PASS
39+
40+
unit-tests (components/clm/src):
41+
42+
cheyenne - PASS
43+
44+
regular tests (aux_clm): PASS (limited testing)
45+
PASS SMS_D.f09_g16.I1850Clm50BgcSpinup.cheyenne_intel.clm-cplhist
46+
PASS SMS_D_Ld3.f10_f10_musgs.I1850Clm50BgcCrop.cheyenne_intel.clm-default
47+
PASS SMS_D_Ly2.1x1_brazil.IHistClm50BgcQianGs.cheyenne_intel.clm-ciso_bombspike1963
48+
PASS SMS_D_Ly2.1x1_numaIA.IHistClm50BgcCropGs.cheyenne_intel.clm-ciso_bombspike1963
49+
PASS SMS_Ld5.f10_f10_musgs.I1850Clm45BgcCrop.cheyenne_intel.clm-crop
50+
PASS SMS_Ld5.f19_g17.IHistClm50Bgc.cheyenne_intel.clm-decStart
51+
PASS SMS_Ld5_D.f09_g16.I1850Clm50BgcCrop.cheyenne_intel.clm-cmip6
52+
PASS SMS_Lm1.f09_g17_gl4.I1850Clm50Bgc.cheyenne_intel.clm-clm50KitchenSink
53+
PASS SMS_Lm1.f19_g17_gl4.I1850Clm50Bgc.cheyenne_intel.clm-clm50dynroots
54+
PASS SMS_Lm1_D.f10_f10_musgs.I2000Clm50BgcCrop.cheyenne_intel.clm-snowlayers_3_monthly
55+
PASS ERP_P36x2_D_Ld5.f10_f10_musgs.IHistClm45BgcCruGs.cheyenne_intel.clm-decStart
56+
57+
Tests that are different from baseline (as expected)
58+
DIFF SMS_D_Ly2.1x1_brazil.IHistClm50BgcQianGs.cheyenne_intel.clm-ciso_bombspike1963
59+
DIFF SMS_D_Ly2.1x1_numaIA.IHistClm50BgcCropGs.cheyenne_intel.clm-ciso_bombspike1963
60+
DIFF SMS_Ld5.f19_g17.IHistClm50Bgc.cheyenne_intel.clm-decStart
61+
DIFF SMS_Lm1_D.f10_f10_musgs.I2000Clm50BgcCrop.cheyenne_intel.clm-snowlayers_3_monthly
62+
63+
64+
Summary of Answer changes:
65+
-------------------------
66+
67+
Baseline version for comparison: release-clm5.0.07
68+
69+
Changes answers relative to baseline: Yes! for CLM4.5/CLM5.0 CN or Bgc transient cases
70+
71+
Summarize any changes to answers, i.e.,
72+
- what code configurations: IHist Clm45Bgc* and Clm50Bgc (Bgc or Cn)
73+
- what platforms/compilers: All
74+
- nature of change: Changes in climate for Nitrogen
75+
New nitrogen deposition and change from yearly to monthly
76+
77+
Detailed list of changes:
78+
------------------------
79+
80+
Externals being used: Update cime
81+
82+
cism: release-cesm2.0.04
83+
rtm: release-cesm2.0.00
84+
mosart: release-cesm2.0.00
85+
cime: cime_cesm2_0_rel_05
86+
FATES: fates_s1.8.1_a3.0.0
87+
PTCLM: PTCLM2_180611
88+
89+
CTSM Tag versions pulled over from master development branch: None
90+
91+
Pull Requests that document the changes (include PR ids):
92+
(https://github.com/ESCOMP/ctsm/pull)
93+
94+
#522 -- Point to the new ndep historical file for all cases, also update cime
95+
96+
===============================================================
97+
===============================================================
298
Tag name: release-clm5.0.07
399
Originator(s): erik (Erik Kluzek)
4100
Date: Wed Aug 8 14:02:04 MDT 2018

0 commit comments

Comments
 (0)