source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip/config.card

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

suppression of RebuildFrequency? option in all v7 configurations and experiments

File size: 4.1 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=test
12LongName=""
13TagName=ICOLMDZOR
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZOR/highresmip
16ExperimentName=test
17SpaceName=TEST
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=1950-01-01
26DateEnd=2014-12-31
27#============================
28#D-- 1Y, 1M, 5D, 1D
29PeriodLength=1Y
30#============================
31#-- Compression level for netcdf output files
32# CompressionLevel=0 when using more that 1 xios server
33CompressionLevel=0
34#============================
35# Source following file with module settings
36EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
37#============================
38# OptMode indicates the optimization mode choosen during compilation
39# This variable is used in the executable name
40OptMode=prod
41
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)
49IOS= (xios, XIOS)
50
51#========================================================================
52#D-- Executable -
53[Executable]
54ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 160MPI, 4OMP)
55ATM= ("","")
56SRF= ("", "")
57IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
58
59#========================================================================
60#D-- Restarts -
61[Restarts]
62#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
63OverRule=n
64#D- Last day of the experience used as restart
65RestartDate=
66#D- Define restart simulation name
67RestartJobName=
68#D- Path Server Group Login
69RestartPath=
70# Attention login depend de la machine
71
72
73#========================================================================
74#D-- NO Post -
75[Post]
76PackFrequency=1Y
77TimeSeriesFrequency=1Y
78SeasonalFrequency=10Y
79MetricsPCMDI=FALSE
80
81
82#========================================================================
83#D-- ICO -
84[ICO]
85# If config_Restarts_OverRule == 'n' all params are read
86Restart= n
87# Last day of the experience used as restart
88RestartDate=
89# Define restart simulation name
90RestartJobName=
91RestartPath=
92
93#========================================================================
94#D-- ATM -
95[ATM]
96# If config_Restarts_OverRule == 'n' all params are read
97Restart= n
98# Last day of the experience used as restart
99RestartDate=
100# Define restart simulation name
101RestartJobName=
102RestartPath=
103
104#========================================================================
105#D-- SRF -
106[SRF]
107# If config_Restarts_OverRule == 'n' next 4 params are read
108Restart= n
109# Last day of the experience used as restart for this component if Restart=y
110RestartDate=2319-12-31
111#D- Define restart simulation name for this component
112RestartJobName=CM607-LR-pdCtrl-01
113#D- Path Server Group Login
114RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
115
116#========================================================================
117#D-- SBG - STOMATE
118[SBG]
119# If config_Restarts_OverRule == 'n' next 4 params are read
120Restart= n
121# Last day of the experience used as restart for this component if Restart=y
122RestartDate=2319-12-31
123#D- Define restart simulation name for this component
124RestartJobName=CM607-LR-pdCtrl-01
125#D- Path Server Group Login
126RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
127
128#========================================================================
129#D-- IOS -
130[IOS]
131# If config_Restarts_OverRule == 'n' next 4 params are read
132Restart= n
133#-- Last day of the experience used as restart for this component if Restart=y
134RestartDate=
135# Define restart simulation name for this component
136RestartJobName=
137RestartPath=
138# Old component name for restart (if empty, use new name)
139
140
Note: See TracBrowser for help on using the repository browser.