source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap_ORCHv4/config.card @ 6448

Last change on this file since 6448 was 6406, checked in by jgipsl, 15 months ago

Added experiment clim_noleap_ORCHv4 and needed parameter files (suffix v4 for the trunk ORCHIDEE) which can only be used with ORCHIDEE/trunk (test done with ORCHIDEE/trunk revision 7978).

File size: 4.7 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=ICOlmdzor.01
12LongName="dynamico + lmdz + orchidee v4(trunk) "
13TagName=ICOLMDZOR
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZOR/clim_noleap_ORCHv4
16ExperimentName=clim
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-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
40
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)
50
51#========================================================================
52#D-- Executable -
53[Executable]
54ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 80MPI, 4OMP)
55ATM= ("","")
56SRF= ("", "")
57SBG= ("", "")
58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
59
60#========================================================================
61#D-- Restarts -
62[Restarts]
63#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
64OverRule=n
65#D- Last day of the experience used as restart
66RestartDate=
67#D- Define restart simulation name
68RestartJobName=
69#D- Path Server Group Login
70RestartPath=
71# Attention login depend de la machine
72
73#========================================================================
74#D-- Post -
75[Post]
76#D- PackFrequency determines the frequency of pack submission
77PackFrequency=1Y
78#D- TimeSeriesFreqency determines the frequency of post-processing submission
79#D- Set NONE to deactivate the creation of all time series
80TimeSeriesFrequency=10Y
81#D- SeasonalFrequency determines the length for each seasonal average
82#D- Set NONE to deactivate the creation of all seasonal avereage
83SeasonalFrequency=10Y
84#D- If you want to produce compute PCMDI metrics from seasonal average
85#D- Set FALSE to deactivate the metrics computation.
86MetricsPCMDI=FALSE
87#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
88#D- Usefull if you do not want to consider the first X simulations years
89SeasonalFrequencyOffset=0
90
91#========================================================================
92#D-- ICO -
93[ICO]
94# If config_Restarts_OverRule == 'n' all params are read
95Restart= n
96# Last day of the experience used as restart
97RestartDate=
98# Define restart simulation name
99RestartJobName=
100RestartPath=
101
102#========================================================================
103#D-- ATM -
104[ATM]
105# If config_Restarts_OverRule == 'n' all params are read
106Restart= n
107# Last day of the experience used as restart
108RestartDate=
109# Define restart simulation name
110RestartJobName=
111RestartPath=
112
113#========================================================================
114#D-- SRF -
115[SRF]
116# If config_Restarts_OverRule == 'n' next 4 params are read
117Restart= n
118# Last day of the experience used as restart for this component if Restart=y
119RestartDate=2319-12-31
120#D- Define restart simulation name for this component
121RestartJobName=CM607-LR-pdCtrl-01
122#D- Path Server Group Login
123RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
124
125#========================================================================
126#D-- SBG - STOMATE
127[SBG]
128# If config_Restarts_OverRule == 'n' next 4 params are read
129Restart= n
130# Last day of the experience used as restart for this component if Restart=y
131RestartDate=2319-12-31
132#D- Define restart simulation name for this component
133RestartJobName=CM607-LR-pdCtrl-01
134#D- Path Server Group Login
135RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
136
137#========================================================================
138#D-- IOS -
139[IOS]
140# If config_Restarts_OverRule == 'n' next 4 params are read
141Restart= n
142#-- Last day of the experience used as restart for this component if Restart=y
143RestartDate=
144# Define restart simulation name for this component
145RestartJobName=
146RestartPath=
147# Old component name for restart (if empty, use new name)
148
149
Note: See TracBrowser for help on using the repository browser.