source: CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZORINCA/GES/config.card @ 5586

Last change on this file since 5586 was 5586, checked in by acosce, 3 years ago

new configuration for LMDZORINCA coupled with Dynamico

File size: 4.5 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=GESdyn
12LongName=""
13TagName=ICOLMDZORINCA
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZORINCA/GES
16ExperimentName=GES
17SpaceName=TEST
18#============================
19#D-- leap, noleap, 360d
20CalendarType=noleap
21#D-- Begin and end of job
22#D-- "YYYY-MM-DD"
23#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
24#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
25DateBegin=2000-01-01
26DateEnd=2000-01-31
27#============================
28#D-- 1Y, 1M, 5D, 1D
29PeriodLength=1M
30#============================
31#-- Compression level for netcdf output files
32CompressionLevel=2
33#============================
34# Source following file with module settings
35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
36#============================
37# OptMode indicates the optimization mode choosen during compilation
38# This variable is used in the executable name
39OptMode=prod
40ResolAtm=144x142x79
41ConfChem=GES
42#========================================================================
43#D-- ListOfComponents -
44[ListOfComponents]
45#D- For each component, Name of component, Tag of component
46ICO= (dynamico, DYNAMICO)
47ATM= (lmdz, LMDZ)
48SRF= (orchidee, ORCHIDEE)
49SBG= (stomate, ORCHIDEE)
50IOS= (xios, XIOS)
51CHM= (inca, INCA)
52
53#========================================================================
54#D-- Executable -
55[Executable]
56ICO= (icosa_lmdz_${OptMode}_${ConfChem}.exe, icosa_lmdz.exe, 95MPI)
57ATM= ("","")
58SRF= ("", "")
59SBG= ("", "")
60IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
61CHM= ("", "")
62
63#========================================================================
64#D-- Restarts -
65[Restarts]
66#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
67OverRule=n
68#D- Last day of the experience used as restart
69RestartDate=
70#D- Define restart simulation name
71RestartJobName=
72#D- Path Server Group Login
73RestartPath=
74# Attention login depend de la machine
75
76
77#========================================================================
78#D-- NO Post -
79[Post]
80RebuildFrequency=NONE
81PackFrequency=NONE
82TimeSeriesFrequency=NONE
83SeasonalFrequency=NONE
84MetricsPCMDI=FALSE
85
86
87#========================================================================
88#D-- ICO -
89[ICO]
90# If config_Restarts_OverRule == 'n' all params are read
91Restart= n
92# Last day of the experience used as restart
93RestartDate=
94# Define restart simulation name
95RestartJobName=
96RestartPath=
97
98#========================================================================
99#D-- ATM -
100[ATM]
101# If config_Restarts_OverRule == 'n' all params are read
102Restart= n
103# Last day of the experience used as restart
104RestartDate=
105# Define restart simulation name
106RestartJobName=
107RestartPath=
108
109
110#========================================================================
111#D-- CHM -
112[CHM]
113# If config_Restarts_OverRule == 'n' next 4 params are read
114Restart=n
115#D-- Last day of the experience used as restart
116RestartDate=2000-01-01
117#D-- Define restart simulation name
118RestartJobName=JobName
119RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
120
121
122#========================================================================
123#D-- SRF -
124[SRF]
125# If config_Restarts_OverRule == 'n' next 4 params are read
126Restart= n
127# Last day of the experience used as restart for this component if Restart=y
128RestartDate=2319-12-31
129#D- Define restart simulation name for this component
130RestartJobName=CM607-LR-pdCtrl-01
131#D- Path Server Group Login
132RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
133
134#========================================================================
135#D-- SBG - STOMATE
136[SBG]
137# If config_Restarts_OverRule == 'n' next 4 params are read
138Restart= n
139# Last day of the experience used as restart for this component if Restart=y
140RestartDate=2319-12-31
141#D- Define restart simulation name for this component
142RestartJobName=CM607-LR-pdCtrl-01
143#D- Path Server Group Login
144RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
145
146#========================================================================
147#D-- IOS -
148[IOS]
149# If config_Restarts_OverRule == 'n' next 4 params are read
150Restart= n
151#-- Last day of the experience used as restart for this component if Restart=y
152RestartDate=
153# Define restart simulation name for this component
154RestartJobName=
155RestartPath=
156# Old component name for restart (if empty, use new name)
157
158
Note: See TracBrowser for help on using the repository browser.