Skip to content

Commit

Permalink
Add use_init_interp settings for clm5_0_cam6.0 lnd_tuning_mode options
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Sep 21, 2023
1 parent 4b99455 commit 4346ea5
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion bld/namelist_files/namelist_defaults_ctsm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,12 @@ attributes from the config_cache.xml file (with keys converted to upper-case).
<!-- Can you interpolate from an initial condition file at startup (is there a finidat file to find)? -->
<!-- NOTE: Make sure all possible lnd_tuning_mode options are accounted for. Some finidat files are only for one mode -->
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="1850" >.true.</use_init_interp>
<!-- For an exact match for these grids -->
<!-- ==================================
For an exact match for these grids
======================================== -->
<!--
clm5_0 physics with CAM6.0 grids...
-->
<!-- These first five are for SP mode and CLM5.0 only -->
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="1979" lnd_tuning_mode="clm5_0_cam6.0"
maxpft="17" use_cn=".false." use_crop=".false." hgrid="0.9x1.25" >.true.</use_init_interp>
Expand All @@ -650,6 +655,27 @@ attributes from the config_cache.xml file (with keys converted to upper-case).
<!-- 2013 -->
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="2013" lnd_tuning_mode="clm5_0_cam6.0"
maxpft="17" use_cn=".false." use_crop=".false." hgrid="ne0np4CONUS.ne30x8" >.true.</use_init_interp>
<!--
clm5_1 physics with CAM6.0 grids...
-->
<!-- These first five are for SP mode and CLM5.0 only -->
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="1979" lnd_tuning_mode="clm5_1_cam6.0"
maxpft="17" use_cn=".false." use_crop=".false." hgrid="0.9x1.25" >.true.</use_init_interp>
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="1979" lnd_tuning_mode="clm5_1_cam6.0"
maxpft="17" use_cn=".false." use_crop=".false." hgrid="1.9x2.5" >.true.</use_init_interp>
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="1979" lnd_tuning_mode="clm5_1_cam6.0"
maxpft="17" use_cn=".false." use_crop=".false." hgrid="ne0np4.ARCTIC.ne30x4" >.true.</use_init_interp>
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="1979" lnd_tuning_mode="clm5_1_cam6.0"
maxpft="17" use_cn=".false." use_crop=".false." hgrid="ne0np4.ARCTICGRIS.ne30x8">.true.</use_init_interp>
<!-- 2003 -->
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="2003" lnd_tuning_mode="clm5_1_cam6.0"
maxpft="17" use_cn=".false." use_crop=".false." hgrid="1.9x2.5" >.true.</use_init_interp>

<!-- 2013 -->
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="2013" lnd_tuning_mode="clm5_1_cam6.0"
maxpft="17" use_cn=".false." use_crop=".false." hgrid="ne0np4CONUS.ne30x8" >.true.</use_init_interp>


<!-- For an inexact match use either low resolution or high resolution match for SP or BGC mode CLM5.0 -->
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="2000" phys="clm5_0" >.true.</use_init_interp>
<use_init_interp use_cndv=".false." use_fates=".false." sim_year="2000" phys="clm5_1" >.true.</use_init_interp>
Expand Down

0 comments on commit 4346ea5

Please sign in to comment.