source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/aquaplanet/CREATE_aquaplanet/config.card @ 4896

Last change on this file since 4896 was 4896, checked in by aclsce, 4 years ago
  • Removed typo in Envfile path.
File size: 2.8 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=CE0Laqua
12LongName="create_etat0_limit for aquaplanet run"
13TagName=ICOLMDZ
14SpaceName=PROD
15ExperimentName=CE0LAqua
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=ICOLMDZ/aquaplanet/CREATE_aquaplanet
18#============================
19#D-- leap, noleap, 360d
20CalendarType=360d
21#D-- Begin and end of job
22#D-- "YYYY-MM-DD"
23DateBegin=1979-01-01
24DateEnd=1979-12-30
25#============================
26#D-- 1Y, 1M, 5D, 1D
27PeriodLength=1Y
28#============================
29# Source following file with module settings
30EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
31#============================
32#-- Compression level for netcdf output files
33CompressionLevel=2
34
35#========================================================================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39ICO= (dynamico, DYNAMICO)
40ATM= (lmdz, LMDZ)
41IOS= (xios, XIOS)
42#========================================================================
43#D-- Executable -
44[Executable]
45#D- For each component: Real name of executable, Name of executable in the run directory
46ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 31MPI)
47ATM= ("","")
48IOS= ("","")
49
50#========================================================================
51#D-- Restarts -
52[Restarts]
53#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
54OverRule=n
55#D- Last day of the experience used as restart
56RestartDate=
57#D- Define restart simulation name
58RestartJobName=
59#D- Path Server Group Login
60RestartPath=
61# Attention login depend de la machine
62
63#========================================================================
64#D-- ICO -
65[ICO]
66# If config_Restarts_OverRule == 'n' all params are read
67Restart= n
68# Last day of the experience used as restart
69RestartDate=
70# Define restart simulation name
71RestartJobName=
72RestartPath=
73
74
75#========================================================================
76#D-- ATM -
77[ATM]
78# If config_Restarts_OverRule == 'n' all params are read
79Restart= n
80# Last day of the experience used as restart
81RestartDate=
82# Define restart simulation name
83RestartJobName=
84RestartPath=
85
86#========================================================================
87#D-- IOS -
88[IOS]
89# If config_Restarts_OverRule == 'n' all params are read
90Restart= n
91# Last day of the experience used as restart
92RestartDate=
93# Define restart simulation name
94RestartJobName=
95RestartPath=
96
97#========================================================================
98#D-- NO Post -
99[Post]
100RebuildFrequency=NONE
101PackFrequency=NONE
102TimeSeriesFrequency=NONE
103SeasonalFrequency=NONE
104MetricsPCMDI=FALSE
105#========================================================================
Note: See TracBrowser for help on using the repository browser.