-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0c561d
commit f90b42e
Showing
3 changed files
with
68 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0"?> | ||
|
||
<compsets version="2.0"> | ||
|
||
<help> | ||
========================================= | ||
compset naming convention | ||
========================================= | ||
The compset longname below has the specified order | ||
atm, lnd, ice, ocn, river, glc wave cesm-options | ||
|
||
The notation for the compset longname is | ||
TIME_ATM[%phys]_LND[%phys]_ICE[%phys]_OCN[%phys]_ROF[%phys]_GLC[%phys]_WAV[%phys][_ESP%phys][_BGC%phys] | ||
Where for the specific compsets below the following is supported | ||
TIME = Time period (e.g. 2000, HIST, RCP8...) | ||
ATM = [CAM40, CAM50, CAM60] | ||
LND = [CLM45, CLM50, SLND] | ||
ICE = [CICE, DICE, SICE] | ||
OCN = [MOM6, DOCN, SOCN] | ||
ROF = [RTM, MOSART, SROF] | ||
GLC = [CISM2, DGLC, SGLC] | ||
WAV = [WW3, DWAV, XWAV, SWAV] | ||
ESP = [SESP] | ||
BGC = optional BGC scenario | ||
|
||
The OPTIONAL %phys attributes specify submodes of the given system | ||
For example DOCN%DOM is the data ocean model for DOCN | ||
ALL the possible %phys choices for each component are listed. | ||
ALL data models must have a %phys option that corresponds to the data model mode | ||
|
||
Each compset node is associated with the following elements | ||
- lname | ||
- alias | ||
- support (optional description of the support level for this compset) | ||
Each compset node can also have the following attributes | ||
- grid (optional regular expression match for grid to work with the compset) | ||
</help> | ||
<compset> | ||
<alias>DATAMODELTEST</alias> | ||
<lname>HIST_DATM%JRA_DLND%SCPL_DICE%SSMI_DOCN%DOM_DGLC%NOEVOLVE_DWAV%CLIMO</lname> | ||
</compset> | ||
|
||
|
||
<entries> | ||
<entry id="RUN_STARTDATE"> | ||
<values> | ||
<value compset="1850[CE]?_" >0001-01-01</value> | ||
<value compset="2000[CE]?_" >2000-01-01</value> | ||
<value compset="HIST[CE]?_" >1850-01-01</value> | ||
<value compset="5505[CE]?_" >1955-01-01</value> | ||
<value compset="RCP[2468][CE]?_">2005-01-01</value> | ||
<value compset="2013[CE]?_" >2013-01-01</value> | ||
</values> | ||
</entry> | ||
</entries> | ||
|
||
</compsets> |
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