Skip to content

Commit

Permalink
Only use new CMIP6 ndep files for clm5_0 cases, for clm4_5 continue t…
Browse files Browse the repository at this point in the history
…o use the CMIP5 ndep file
  • Loading branch information
ekluzek committed Sep 28, 2018
1 parent 019a7e9 commit ba73d7a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
25 changes: 20 additions & 5 deletions bld/namelist_files/namelist_defaults_clm4_5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -979,11 +979,26 @@ lnd/clm2/surfdata_map/surfdata_ne120np4_78pfts_CMIP6_simyr1850_c170824.nc</fsurd
<stream_year_first_ndep use_cn=".true." sim_year="constant" sim_year_range="2000-2100" >2000</stream_year_first_ndep>
<stream_year_last_ndep use_cn=".true." sim_year="constant" sim_year_range="2000-2100" >2100</stream_year_last_ndep>

<stream_fldfilename_ndep 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>

<ndep_taxmode use_cn=".true." >cycle</ndep_taxmode>
<ndep_varlist use_cn=".true." >NDEP_month</ndep_varlist>
<ndepmapalgo use_cn=".true." >bilinear</ndepmapalgo>
<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>

<!-- Use CMIP5 ndep forcing for CLM4.5 cases -->
<ndep_taxmode phys="clm4_5" use_cn=".true.">extend</ndep_taxmode>
<ndep_varlist phys="clm4_5" use_cn=".true.">NDEP_year</ndep_varlist>
<stream_fldfilename_ndep phys="clm4_5" use_cn=".true."
>lnd/clm2/ndepdata/fndep_clm_hist_simyr1849-2006_1.9x2.5_c100428.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm4_5" 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>
<stream_fldfilename_ndep phys="clm4_5" 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>
<stream_fldfilename_ndep phys="clm4_5" 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>
<stream_fldfilename_ndep phys="clm4_5" 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>

<ndep_taxmode phys="clm5_0" use_cn=".true." >cycle</ndep_taxmode>
<ndep_varlist phys="clm5_0" use_cn=".true." >NDEP_month</ndep_varlist>

<ndepmapalgo use_cn=".true." >bilinear</ndepmapalgo>

<ndepmapalgo use_cn=".true." hgrid="1x1_brazil" >nn</ndepmapalgo>
<ndepmapalgo use_cn=".true." hgrid="1x1_mexicocityMEX" >nn</ndepmapalgo>
Expand Down
4 changes: 1 addition & 3 deletions bld/namelist_files/use_cases/1850_control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@
<stream_year_first_urbantv phys="clm5_0" >1850</stream_year_first_urbantv>
<stream_year_last_urbantv phys="clm5_0" >1850</stream_year_last_urbantv>

<!-- Use single year ndep file as the new multi-year file has different times that change answers relative to control sims -->
<!-- Use single year ndep file for CLM50 as the new multi-year file has different times that change answers relative to control sims -->
<stream_fldfilename_ndep phys="clm5_0" use_cn=".true."
>lnd/clm2/ndepdata/fndep_clm_WACCM6_CMIP6piControl001_y21-50avg_1850monthly_0.95x1.25_c180802.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm4_5" use_cn=".true."
>lnd/clm2/ndepdata/fndep_clm_WACCM6_CMIP6piControl001_y21-50avg_1850monthly_0.95x1.25_c180802.nc</stream_fldfilename_ndep>

</namelist_defaults>

0 comments on commit ba73d7a

Please sign in to comment.