source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZORINCA/GES/config.card @ 6704

Last change on this file since 6704 was 6704, checked in by acosce, 5 months ago

Add parameter to activate or not Cesmep Atlas comparison at the end of the simulation

File size: 5.2 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=GESico
12LongName=""
13TagName=ICOLMDZORINCA
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZORINCA/GES
16ExperimentName=GES
17SpaceName=DEVT
18#============================
19#D-- leap, noleap, 360d
20CalendarType=leap
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=2006-01-01
26DateEnd=2006-12-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
40ConfChem=GES
41#========================================================================
42#D-- ListOfComponents -
43[ListOfComponents]
44#D- For each component, Name of component, Tag of component
45ICO= (dynamico, DYNAMICO)
46ATM= (lmdz, LMDZ)
47SRF= (orchidee, ORCHIDEE)
48SBG= (stomate, ORCHIDEE)
49IOS= (xios, XIOS)
50CHM= (inca, INCA)
51
52#========================================================================
53#D-- Executable -
54[Executable]
55#modify omp_level_size parameter in run_dynamico.def in function of choice done here
56ICO= (icosa_lmdz_orch22_${OptMode}_${ConfChem}.exe, icosa_lmdz.exe, 80MPI, 4OMP)
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#D-- Post -
78[Post]
79#D- Activate Cesmep Atlas Comparison
80Cesmep=FALSE
81#D- PackFrequency determines the frequency of pack submission
82PackFrequency=NONE
83#D- TimeSeriesFreqency determines the frequency of post-processing submission
84#D- Set NONE to deactivate the creation of all time series
85TimeSeriesFrequency=NONE
86#D- SeasonalFrequency determines the length for each seasonal average
87#D- Set NONE to deactivate the creation of all seasonal avereage
88SeasonalFrequency=NONE
89#D- If you want to produce compute PCMDI metrics from seasonal average
90#D- Set FALSE to deactivate the metrics computation.
91MetricsPCMDI=FALSE
92#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
93#D- Usefull if you do not want to consider the first X simulations years
94SeasonalFrequencyOffset=0
95
96
97#========================================================================
98#D-- ICO -
99[ICO]
100# If config_Restarts_OverRule == 'n' all params are read
101Restart= n
102# Last day of the experience used as restart
103RestartDate=
104# Define restart simulation name
105RestartJobName=
106RestartPath=
107
108#========================================================================
109#D-- ATM -
110[ATM]
111# If config_Restarts_OverRule == 'n' all params are read
112Restart= n
113# Last day of the experience used as restart
114RestartDate=
115# Define restart simulation name
116RestartJobName=
117RestartPath=
118
119
120#========================================================================
121#D-- CHM -
122[CHM]
123# If config_Restarts_OverRule == 'n' next 4 params are read
124Restart=n
125#D-- Last day of the experience used as restart
126RestartDate=2000-01-01
127#D-- Define restart simulation name
128RestartJobName=JobName
129RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
130
131
132#========================================================================
133#D-- SRF -
134[SRF]
135# If config_Restarts_OverRule == 'n' next 4 params are read
136Restart= n
137# Last day of the experience used as restart for this component if Restart=y
138RestartDate=2319-12-31
139#D- Define restart simulation name for this component
140RestartJobName=CM607-LR-pdCtrl-01
141#D- Path Server Group Login
142RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
143
144#========================================================================
145#D-- SBG - STOMATE
146[SBG]
147# If config_Restarts_OverRule == 'n' next 4 params are read
148Restart= n
149# Last day of the experience used as restart for this component if Restart=y
150RestartDate=2319-12-31
151#D- Define restart simulation name for this component
152RestartJobName=CM607-LR-pdCtrl-01
153#D- Path Server Group Login
154RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
155
156#========================================================================
157#D-- IOS -
158[IOS]
159# If config_Restarts_OverRule == 'n' next 4 params are read
160Restart= n
161#-- Last day of the experience used as restart for this component if Restart=y
162RestartDate=
163# Define restart simulation name for this component
164RestartJobName=
165RestartPath=
166# Old component name for restart (if empty, use new name)
167
168
Note: See TracBrowser for help on using the repository browser.