source: CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZ/clim_noleap/config.card @ 5850

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

suppression of RebuildFrequency? option in all v7 configurations and experiments

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_${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]
73PackFrequency=NONE
74TimeSeriesFrequency=NONE
75SeasonalFrequency=NONE
76MetricsPCMDI=FALSE
77
78
79#========================================================================
80#D-- ICO -
81[ICO]
82# If config_Restarts_OverRule == 'n' all params are read
83Restart= n
84# Last day of the experience used as restart
85RestartDate=
86# Define restart simulation name
87RestartJobName=
88RestartPath=
89
90#========================================================================
91#D-- ATM -
92[ATM]
93# If config_Restarts_OverRule == 'n' all params are read
94Restart= n
95# Last day of the experience used as restart
96RestartDate=
97# Define restart simulation name
98RestartJobName=
99RestartPath=
100
101#========================================================================
102#D-- IOS -
103[IOS]
104# If config_Restarts_OverRule == 'n' next 4 params are read
105Restart= n
106#-- Last day of the experience used as restart for this component if Restart=y
107RestartDate=
108# Define restart simulation name for this component
109RestartJobName=
110RestartPath=
111# Old component name for restart (if empty, use new name)
112
113
Note: See TracBrowser for help on using the repository browser.