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

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

update config ICOLMDZORINCA
1- solve a problem on arch.path
2- add monitoring cfg files for regular grid (need to be managed by driver, not already done)

File size: 5.1 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
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]
55ICO= (icosa_lmdz_${OptMode}_${ConfChem}.exe, icosa_lmdz.exe, 95MPI)
56ATM= ("","")
57SRF= ("", "")
58SBG= ("", "")
59IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
60CHM= ("", "")
61
62#========================================================================
63#D-- Restarts -
64[Restarts]
65#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
66OverRule=n
67#D- Last day of the experience used as restart
68RestartDate=
69#D- Define restart simulation name
70RestartJobName=
71#D- Path Server Group Login
72RestartPath=
73# Attention login depend de la machine
74
75#========================================================================
76#D-- Post -
77[Post]
78#D- PackFrequency determines the frequency of pack submission
79PackFrequency=NONE
80#D- TimeSeriesFreqency determines the frequency of post-processing submission
81#D- Set NONE to deactivate the creation of all time series
82TimeSeriesFrequency=NONE
83#D- SeasonalFrequency determines the length for each seasonal average
84#D- Set NONE to deactivate the creation of all seasonal avereage
85SeasonalFrequency=NONE
86#D- If you want to produce compute PCMDI metrics from seasonal average
87#D- Set FALSE to deactivate the metrics computation.
88MetricsPCMDI=FALSE
89#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
90#D- Usefull if you do not want to consider the first X simulations years
91SeasonalFrequencyOffset=0
92
93
94#========================================================================
95#D-- ICO -
96[ICO]
97# If config_Restarts_OverRule == 'n' all params are read
98Restart= n
99# Last day of the experience used as restart
100RestartDate=
101# Define restart simulation name
102RestartJobName=
103RestartPath=
104
105#========================================================================
106#D-- ATM -
107[ATM]
108# If config_Restarts_OverRule == 'n' all params are read
109Restart= n
110# Last day of the experience used as restart
111RestartDate=
112# Define restart simulation name
113RestartJobName=
114RestartPath=
115
116
117#========================================================================
118#D-- CHM -
119[CHM]
120# If config_Restarts_OverRule == 'n' next 4 params are read
121Restart=n
122#D-- Last day of the experience used as restart
123RestartDate=2000-01-01
124#D-- Define restart simulation name
125RestartJobName=JobName
126RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
127
128
129#========================================================================
130#D-- SRF -
131[SRF]
132# If config_Restarts_OverRule == 'n' next 4 params are read
133Restart= n
134# Last day of the experience used as restart for this component if Restart=y
135RestartDate=2319-12-31
136#D- Define restart simulation name for this component
137RestartJobName=CM607-LR-pdCtrl-01
138#D- Path Server Group Login
139RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
140
141#========================================================================
142#D-- SBG - STOMATE
143[SBG]
144# If config_Restarts_OverRule == 'n' next 4 params are read
145Restart= n
146# Last day of the experience used as restart for this component if Restart=y
147RestartDate=2319-12-31
148#D- Define restart simulation name for this component
149RestartJobName=CM607-LR-pdCtrl-01
150#D- Path Server Group Login
151RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
152
153#========================================================================
154#D-- IOS -
155[IOS]
156# If config_Restarts_OverRule == 'n' next 4 params are read
157Restart= n
158#-- Last day of the experience used as restart for this component if Restart=y
159RestartDate=
160# Define restart simulation name for this component
161RestartJobName=
162RestartPath=
163# Old component name for restart (if empty, use new name)
164
165
Note: See TracBrowser for help on using the repository browser.