37 lines
2.0 KiB
XML
37 lines
2.0 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet type="text/xsl" href="namelist_defaults.xsl"?>
|
|
|
|
<namelist_defaults>
|
|
|
|
<!--
|
|
User defined filenames to use in conjuction with the "clm_usr_name" option
|
|
to build-namelist to specify user created files that will be searched for
|
|
in place of the standard files, or to give different resolutions, or
|
|
The element names are the same as the corresponding namelist filename
|
|
variables (only files can be set here). Values that depend on the model
|
|
configuration use attributes to express the dependency. The recognized attributes
|
|
are: clm_usr_name, mask, sim_year, and sim_year_range and all configuration
|
|
attributes from the config_cache.xml file (with keys converted to upper-case).
|
|
|
|
In addition variable names expressed as ${variable_name} will be expanded
|
|
provided they are in the valid list expressed above.
|
|
-->
|
|
|
|
<!-- Initial file (relative to ${csmdata}) -->
|
|
|
|
<finidat >lnd/clm2/initdata/clmi.${clm_usr_name}_${mask}_simyr${sim_year}.nc</finidat>
|
|
|
|
<!-- Surface dataset (relative to ${csmdata}) -->
|
|
<fsurdat phys="clm4_0">lnd/clm2/surfdata/surfdata_${clm_usr_name}_simyr${sim_year}.nc</fsurdat>
|
|
<fsurdat phys="clm4_5">lnd/clm2/surfdata_map/surfdata_${clm_usr_name}_simyr${sim_year}.nc</fsurdat>
|
|
|
|
<!-- Dynamic PFT surface dataset (relative to ${csmdata}) -->
|
|
<flanduse_timeseries sim_year_range="constant" ssp_rcp="hist">null</flanduse_timeseries>
|
|
<flanduse_timeseries ssp_rcp="hist">lnd/clm2/surfdata/landuse.timeseries_${clm_usr_name}_simyr${sim_year_range}.nc</flanduse_timeseries>
|
|
<flanduse_timeseries sim_year_range="1850-2000" ssp_rcp="hist">lnd/clm2/surfdata/landuse.timeseries_${clm_usr_name}_simyr1849-2006.nc</flanduse_timeseries>
|
|
<flanduse_timeseries >lnd/clm2/surfdata/landuse.timeseries_${ssp_rcp}_${clm_usr_name}_simyr${sim_year_range}.nc</flanduse_timeseries>
|
|
<flanduse_timeseries sim_year_range="1850-2000" >lnd/clm2/surfdata/landuse.timeseries_${ssp_rcp}_${clm_usr_name}_simyr1849-2006.nc</flanduse_timeseries>
|
|
|
|
</namelist_defaults>
|