source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZ/clim_noleap/config.card @ 6719

Last change on this file since 6719 was 6719, checked in by acosce, 13 months ago

Add Cesmep parameter in all config.card of IPSLCM7 experiments
Value is to FALSE by default

File size: 3.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=ICOLMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZ/clim_noleap
16ExperimentName=test
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-06
27#============================
28#D-- 1Y, 1M, 5D, 1D
29PeriodLength=2D
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)
47IOS= (xios, XIOS)
48
49#========================================================================
50#D-- Executable -
51[Executable]
52ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 40MPI)
53ATM= ("","")
54IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
55
56#========================================================================
57#D-- Restarts -
58[Restarts]
59#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
60OverRule=n
61#D- Last day of the experience used as restart
62RestartDate=
63#D- Define restart simulation name
64RestartJobName=
65#D- Path Server Group Login
66RestartPath=
67# Attention login depend de la machine
68
69
70#========================================================================
71#D-- NO Post -
72[Post]
73Cesmep=FALSE
74PackFrequency=NONE
75TimeSeriesFrequency=NONE
76SeasonalFrequency=NONE
77MetricsPCMDI=FALSE
78
79
80#========================================================================
81#D-- ICO -
82[ICO]
83# If config_Restarts_OverRule == 'n' all params are read
84Restart= n
85# Last day of the experience used as restart
86RestartDate=
87# Define restart simulation name
88RestartJobName=
89RestartPath=
90
91#========================================================================
92#D-- ATM -
93[ATM]
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-- IOS -
104[IOS]
105# If config_Restarts_OverRule == 'n' next 4 params are read
106Restart= n
107#-- Last day of the experience used as restart for this component if Restart=y
108RestartDate=
109# Define restart simulation name for this component
110RestartJobName=
111RestartPath=
112# Old component name for restart (if empty, use new name)
113
114
Note: See TracBrowser for help on using the repository browser.