forked from ESCOMP/CTSM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ESCOMP#2545 from ekluzek/dustcontrolincmeps
Dust emissions control moved to cmeps
- Loading branch information
Showing
24 changed files
with
442 additions
and
281 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0"?> | ||
|
||
<?xml-stylesheet type="text/xsl" href="namelist_defaults.xsl"?> | ||
|
||
<namelist_defaults> | ||
|
||
<!-- | ||
Values to use by default for creation of CLM model driver namelists. | ||
The element names are the same as the corresponding namelist | ||
variables. Values that depend on the model configuration use | ||
attributes to express the dependency. The recognized attributes | ||
are: RESOLUTION, defaults, mask, ic_ymd, ic_tod, sim_year and all configuration | ||
attributes from the config_cache.xml file (with keys converted to upper-case). | ||
--> | ||
|
||
<!-- Defaults for dust_emis_inparm namelist --> | ||
<dust_emis_method>Zender_2003</dust_emis_method> | ||
|
||
<zender_soil_erod_source>atm</zender_soil_erod_source> | ||
|
||
</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
Oops, something went wrong.