-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'release-clm5.0.35' into releasedoc
Update externals for cism and cime to cesm2.1.4-rc-10. cime update was needed to run on izumi. iAdds a compset for the smyle L83 model (both 1850 and transient). BWsc1850smyle (jedwards4b) Add SSP3-7.0 extension compset and use-case, that runs for fixed 2100 conditions with 2100 landuse and 2100 harvest and fertilizer. Update Nitrogen-deposition datasets with files created from WACCM simulations for SSP scenarios (SSP3-7.0, SSP5-3.4, and SSP5-8.5). Fix several issues.
- Loading branch information
Showing
20 changed files
with
359 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0"?> | ||
|
||
<namelist_defaults> | ||
|
||
<use_case_desc>Conditions to simulate 1850 land-use</use_case_desc> | ||
|
||
<sim_year>1850</sim_year> | ||
|
||
<sim_year_range>constant</sim_year_range> | ||
|
||
<irrigate use_crop=".true." phys="clm5_0" >.false.</irrigate> | ||
<irrigate use_crop=".true." phys="clm4_5" >.false.</irrigate> | ||
|
||
<stream_year_first_ndep phys="clm4_0" bgc="cn" >1850</stream_year_first_ndep> | ||
<stream_year_last_ndep phys="clm4_0" bgc="cn" >1850</stream_year_last_ndep> | ||
|
||
<stream_year_first_ndep phys="clm4_0" bgc="cndv" >1850</stream_year_first_ndep> | ||
<stream_year_last_ndep phys="clm4_0" bgc="cndv" >1850</stream_year_last_ndep> | ||
|
||
<stream_year_first_ndep phys="clm4_5" use_cn=".true." >1850</stream_year_first_ndep> | ||
<stream_year_last_ndep phys="clm4_5" use_cn=".true." >1850</stream_year_last_ndep> | ||
|
||
<stream_year_first_ndep phys="clm5_0" use_cn=".true." >1850</stream_year_first_ndep> | ||
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >1850</stream_year_last_ndep> | ||
|
||
<stream_year_first_popdens phys="clm4_5" cnfireson=".true." >1850</stream_year_first_popdens> | ||
<stream_year_last_popdens phys="clm4_5" cnfireson=".true." >1850</stream_year_last_popdens> | ||
|
||
<stream_year_first_popdens phys="clm5_0" cnfireson=".true." >1850</stream_year_first_popdens> | ||
<stream_year_last_popdens phys="clm5_0" cnfireson=".true." >1850</stream_year_last_popdens> | ||
|
||
<stream_year_first_urbantv phys="clm5_0" >1850</stream_year_first_urbantv> | ||
<stream_year_last_urbantv phys="clm5_0" >1850</stream_year_last_urbantv> | ||
|
||
<stream_year_first_urbantv phys="clm4_5" >1850</stream_year_first_urbantv> | ||
<stream_year_last_urbantv phys="clm4_5" >1850</stream_year_last_urbantv> | ||
|
||
<!-- 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> | ||
|
||
<ndep_taxmode phys="clm5_0" use_cn=".true." >cycle</ndep_taxmode> | ||
|
||
<ndep_varlist phys="clm5_0" use_cn=".true." >NDEP_month</ndep_varlist> | ||
|
||
<!-- SMYLE L83 changes --> | ||
<dribble_crophrv_xsmrpool_2atm use_crop=".true." >.true.</dribble_crophrv_xsmrpool_2atm> | ||
<use_init_interp>.true.</use_init_interp> | ||
<use_c13 use_cn=".true."> .false.</use_c13> | ||
<use_c14 use_cn=".true."> .false.</use_c14> | ||
<!-- This differs from the default in that it turns on virtual columns over Antarctica | ||
This is desired so that we have the output needed to drive a later offline CISM Antarctica simulation | ||
However, this increases the cost of CLM by about 10% --> | ||
<glacier_region_behavior> 'single_at_atm_topo', 'virtual', 'virtual', 'virtual'</glacier_region_behavior> | ||
</namelist_defaults> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<?xml version="1.0"?> | ||
|
||
<namelist_defaults> | ||
|
||
<flanduse_timeseries hgrid="0.9x1.25" use_crop=".true.">lnd/clm2/surfdata_map/ctsm5.1.dev052/landuse.timeseries_0.9x1.25_hist_78pfts_CMIP6_simyr1700-2020_c210908.nc</flanduse_timeseries> | ||
<fsurdat hgrid="0.9x1.25" use_crop=".true.">lnd/clm2/surfdata_map/ctsm5.1.dev052/surfdata_0.9x1.25_hist_78pfts_CMIP6_simyr1700_c210820.nc</fsurdat> | ||
|
||
<use_case_desc >Simulate transient land-use, and aerosol deposition changes from 1850 to 2015</use_case_desc> | ||
<use_case_desc bgc="cn" >Simulate transient land-use, aerosol deposition, and Nitrogen deposition changes from 1850 to 2015</use_case_desc> | ||
<use_case_desc phys="clm4_0" bgc="cndv" >Simulate transient land-use, aerosol deposition, and Nitrogen deposition changes from 1850 to 2015</use_case_desc> | ||
<use_case_desc use_cn=".true." >Simulate transient land-use, aerosol deposition, and Nitrogen deposition changes from 1850 to 2015</use_case_desc> | ||
|
||
<sim_year>1850</sim_year> | ||
|
||
<sim_year_range>1850-2100</sim_year_range> | ||
|
||
<clm_start_type>arb_ic</clm_start_type> | ||
|
||
<ssp_rcp>SSP3-7.0</ssp_rcp> | ||
|
||
<clm_demand >flanduse_timeseries</clm_demand> | ||
|
||
<irrigate use_crop=".true." phys="clm5_0" use_cndv=".false.">.true.</irrigate> | ||
<irrigate use_crop=".true." phys="clm5_0" use_cndv=".true." >.false.</irrigate> | ||
<irrigate use_crop=".true." phys="clm4_5" >.false.</irrigate> | ||
|
||
<stream_year_first_ndep phys="clm4_0" bgc="cn" >1850</stream_year_first_ndep> | ||
<stream_year_last_ndep phys="clm4_0" bgc="cn" >2025</stream_year_last_ndep> | ||
<model_year_align_ndep phys="clm4_0" bgc="cn" >1850</model_year_align_ndep> | ||
|
||
<stream_year_first_ndep phys="clm4_0" bgc="cndv" >1850</stream_year_first_ndep> | ||
<stream_year_last_ndep phys="clm4_0" bgc="cndv" >2025</stream_year_last_ndep> | ||
<model_year_align_ndep phys="clm4_0" bgc="cndv" >1850</model_year_align_ndep> | ||
|
||
<stream_year_first_ndep phys="clm4_5" use_cn=".true." >1850</stream_year_first_ndep> | ||
<stream_year_last_ndep phys="clm4_5" use_cn=".true." >2025</stream_year_last_ndep> | ||
<model_year_align_ndep phys="clm4_5" use_cn=".true." >1850</model_year_align_ndep> | ||
|
||
<stream_year_first_ndep phys="clm5_0" use_cn=".true." >1850</stream_year_first_ndep> | ||
<stream_year_last_ndep phys="clm5_0" use_cn=".true." >2025</stream_year_last_ndep> | ||
<model_year_align_ndep phys="clm5_0" use_cn=".true." >1850</model_year_align_ndep> | ||
|
||
<stream_year_first_popdens phys="clm4_5" cnfireson=".true." >1850</stream_year_first_popdens> | ||
<stream_year_last_popdens phys="clm4_5" cnfireson=".true." >2025</stream_year_last_popdens> | ||
<model_year_align_popdens phys="clm4_5" cnfireson=".true." >1850</model_year_align_popdens> | ||
|
||
<stream_year_first_popdens phys="clm5_0" cnfireson=".true." >1850</stream_year_first_popdens> | ||
<stream_year_last_popdens phys="clm5_0" cnfireson=".true." >2025</stream_year_last_popdens> | ||
<model_year_align_popdens phys="clm5_0" cnfireson=".true." >1850</model_year_align_popdens> | ||
|
||
<stream_year_first_urbantv phys="clm5_0" >1850</stream_year_first_urbantv> | ||
<stream_year_last_urbantv phys="clm5_0" >2106</stream_year_last_urbantv> | ||
<model_year_align_urbantv phys="clm5_0" >1850</model_year_align_urbantv> | ||
|
||
<stream_year_first_urbantv phys="clm4_5" >1850</stream_year_first_urbantv> | ||
<stream_year_last_urbantv phys="clm4_5" >2106</stream_year_last_urbantv> | ||
<model_year_align_urbantv phys="clm4_5" >1850</model_year_align_urbantv> | ||
|
||
<!-- SMYLE L83 changes --> | ||
<dribble_crophrv_xsmrpool_2atm use_crop=".true.">.true.</dribble_crophrv_xsmrpool_2atm> | ||
<use_init_interp>.true.</use_init_interp> | ||
<use_c13 use_cn=".true."> .false.</use_c13> | ||
<use_c14 use_cn=".true."> .false.</use_c14> | ||
<!-- This differs from the default in that it turns on virtual columns over Antarctica | ||
This is desired so that we have the output needed to drive a later offline CISM Antarctica simulation | ||
However, this increases the cost of CLM by about 10% --> | ||
<glacier_region_behavior> 'single_at_atm_topo', 'virtual', 'virtual', 'virtual'</glacier_region_behavior> | ||
</namelist_defaults> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
|
||
<namelist_defaults> | ||
|
||
<use_case_desc >Simulate land-use, and aerosol deposition for 2100 with the CMIP6 SSP3-7.0 scenario</use_case_desc> | ||
<use_case_desc use_cn=".true." >Simulate land-use, and aerosol and Nitrogen deposition for 2100 with the CMIP6 SSP3-7.0 scenario</use_case_desc> | ||
|
||
<!-- Have a minimal list of things set here, sim_year, sim_year_range, and ssp_rcp, other things should be dependent on these and | ||
set in a namelist_defaults xml file --> | ||
|
||
<sim_year>2100</sim_year> | ||
|
||
<ssp_rcp>SSP3-7.0</ssp_rcp> | ||
|
||
<sim_year_range>1850-2100</sim_year_range> | ||
|
||
<stream_year_first_ndep use_cn=".true." >2100</stream_year_first_ndep> | ||
<stream_year_last_ndep use_cn=".true." >2100</stream_year_last_ndep> | ||
|
||
<stream_year_first_popdens cnfireson=".true." >2100</stream_year_first_popdens> | ||
<stream_year_last_popdens cnfireson=".true." >2100</stream_year_last_popdens> | ||
|
||
<stream_year_first_urbantv >2100</stream_year_first_urbantv> | ||
<stream_year_last_urbantv >2100</stream_year_last_urbantv> | ||
|
||
<fsurdat hgrid="0.9x1.25" use_crop=".true." > | ||
lnd/clm2/surfdata_map/release-clm5.0.18/surfdata_0.9x1.25_hist_78pfts_CMIP6_simyr1850_c190214.nc</fsurdat> | ||
|
||
</namelist_defaults> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.