Skip to content

Commit 0de4339

Browse files
committed
Only turn c13/c14 on by default for clm5_0 with BGC on and for CRUJRA2024 forcing and historical period
1 parent 7dbd22a commit 0de4339

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

bld/CLMBuildNamelist.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3754,7 +3754,7 @@ sub setup_logic_c_isotope {
37543754
}
37553755
}
37563756
if ( &value_is_true($use_c14) ) {
3757-
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'use_c14_bombspike', 'bgc_mode'=>$nl_flags->{'bgc_mode'}, 'phys'=>$nl_flags->{'phys'});
3757+
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'use_c14_bombspike', 'use_c14'=>$use_c14 );
37583758
my $use_c14_bombspike = $nl->get_value('use_c14_bombspike');
37593759
if ( &value_is_true($use_c14_bombspike) ) {
37603760
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'atm_c14_filename',
@@ -3768,7 +3768,7 @@ sub setup_logic_c_isotope {
37683768
}
37693769
}
37703770
if ( &value_is_true($use_c13) ) {
3771-
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'use_c13_timeseries', 'bgc_mode'=>$nl_flags->{'bgc_mode'}, 'phys'=>$nl_flags->{'phys'});
3771+
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'use_c13_timeseries', 'use_c13'=>$use_c13 );
37723772
my $use_c13_timeseries = $nl->get_value('use_c13_timeseries');
37733773
if ( &value_is_true($use_c13_timeseries) ) {
37743774
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'atm_c13_filename',

bld/namelist_files/namelist_defaults_ctsm.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,15 @@ attributes from the config_cache.xml file (with keys converted to upper-case).
115115
<use_c14>.false.</use_c14>
116116
<use_c13_timeseries>.false.</use_c13_timeseries>
117117
<use_c14_bombspike>.false.</use_c14_bombspike>
118-
119-
<use_c13 phys="clm6_0" bgc_mode="bgc" >.true.</use_c13>
120-
<use_c14 phys="clm6_0" bgc_mode="bgc" >.true.</use_c14>
121-
<use_c13_timeseries phys="clm6_0" bgc_mode="bgc" >.true.</use_c13_timeseries>
122-
<use_c14_bombspike phys="clm6_0" bgc_mode="bgc" >.true.</use_c14_bombspike>
118+
<!-- Turn timeseries on if Carbon isotopes are on -->
119+
<use_c13_timeseries use_c13=".true.">.true.</use_c13_timeseries>
120+
<use_c14_bombspike use_c14=".true.">.true.</use_c14_bombspike>
121+
122+
<!-- Turn Carbon isotopes on for clm6_0 physics with BGC on with CRUJRA or CAM7 forcing and for historical period-->
123+
<use_c13 phys="clm6_0" bgc_mode="bgc" lnd_tuning_mode="clm6_0_CRUJRA2024" ssp_rcp="hist">.true.</use_c13>
124+
<use_c14 phys="clm6_0" bgc_mode="bgc" lnd_tuning_mode="clm6_0_CRUJRA2024" ssp_rcp="hist">.true.</use_c14>
125+
<use_c13 phys="clm6_0" bgc_mode="bgc" lnd_tuning_mode="clm6_0_cam7.0" ssp_rcp="hist">.true.</use_c13>
126+
<use_c14 phys="clm6_0" bgc_mode="bgc" lnd_tuning_mode="clm6_0_cam7.0" ssp_rcp="hist">.true.</use_c14>
123127

124128
<!-- Carbon isotope concentration files -->
125129
<atm_c13_filename use_c13=".true." use_c13_timeseries=".true." ssp_rcp="hist" >lnd/clm2/isotopes/atm_delta_C13_CMIP6_1850-2015_yearly_v2.0_c190528.nc</atm_c13_filename>

0 commit comments

Comments
 (0)