source: CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZORINCA/AER/config.card @ 6209

Last change on this file since 6209 was 6209, checked in by acosce, 21 months ago

update config icolmdzorinca_v7 to run with last versions of dynamico, icosa_lmdz, inca and lmdz
modify compilation script to fit with new rad compilation option of lmdz

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=AER.ICOLOI
12LongName=""
13TagName=ICOLMDZORINCA
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZORINCA/GES
16ExperimentName=AER
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=1Y
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=AER
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_${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- PackFrequency determines the frequency of pack submission
80PackFrequency=NONE
81#D- TimeSeriesFreqency determines the frequency of post-processing submission
82#D- Set NONE to deactivate the creation of all time series
83TimeSeriesFrequency=NONE
84#D- SeasonalFrequency determines the length for each seasonal average
85#D- Set NONE to deactivate the creation of all seasonal avereage
86SeasonalFrequency=NONE
87#D- If you want to produce compute PCMDI metrics from seasonal average
88#D- Set FALSE to deactivate the metrics computation.
89MetricsPCMDI=FALSE
90#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
91#D- Usefull if you do not want to consider the first X simulations years
92SeasonalFrequencyOffset=0
93
94
95#========================================================================
96#D-- ICO -
97[ICO]
98# If config_Restarts_OverRule == 'n' all params are read
99Restart= n
100# Last day of the experience used as restart
101RestartDate=
102# Define restart simulation name
103RestartJobName=
104RestartPath=
105
106#========================================================================
107#D-- ATM -
108[ATM]
109# If config_Restarts_OverRule == 'n' all params are read
110Restart= n
111# Last day of the experience used as restart
112RestartDate=
113# Define restart simulation name
114RestartJobName=
115RestartPath=
116
117
118#========================================================================
119#D-- CHM -
120[CHM]
121# If config_Restarts_OverRule == 'n' next 4 params are read
122Restart=n
123#D-- Last day of the experience used as restart
124RestartDate=2000-01-01
125#D-- Define restart simulation name
126RestartJobName=JobName
127RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
128
129
130#========================================================================
131#D-- SRF -
132[SRF]
133# If config_Restarts_OverRule == 'n' next 4 params are read
134Restart= n
135# Last day of the experience used as restart for this component if Restart=y
136RestartDate=2319-12-31
137#D- Define restart simulation name for this component
138RestartJobName=CM607-LR-pdCtrl-01
139#D- Path Server Group Login
140RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
141
142#========================================================================
143#D-- SBG - STOMATE
144[SBG]
145# If config_Restarts_OverRule == 'n' next 4 params are read
146Restart= n
147# Last day of the experience used as restart for this component if Restart=y
148RestartDate=2319-12-31
149#D- Define restart simulation name for this component
150RestartJobName=CM607-LR-pdCtrl-01
151#D- Path Server Group Login
152RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
153
154#========================================================================
155#D-- IOS -
156[IOS]
157# If config_Restarts_OverRule == 'n' next 4 params are read
158Restart= n
159#-- Last day of the experience used as restart for this component if Restart=y
160RestartDate=
161# Define restart simulation name for this component
162RestartJobName=
163RestartPath=
164# Old component name for restart (if empty, use new name)
165
166
Note: See TracBrowser for help on using the repository browser.