source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip_CMIP6/config.card @ 4921

Last change on this file since 4921 was 4921, checked in by jgipsl, 4 years ago

Homogenization of v6.2 and v7. Main difference in compilation:

  • option -optmode has been removed. Instead use one of following: -prod, -dev or -debug
  • the name of the executable now contains the optimization mode used while compiling. In config.card, if compiling with -dev or -debug, OptMode? in the beginning of config.card must be changed accordingly.
File size: 4.2 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=test
12LongName="IPSLCM6.1.9-LR"
13TagName=ICOLMDZOR
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZOR/highresmip_CMIP6
16ExperimentName=highresSST-present
17ModelName=IPSL-CM7A-ATM-LR
18SpaceName=DEVT
19Member=r1i1p1f1
20#============================
21#D-- leap, noleap, 360d
22CalendarType=leap
23#D-- Begin and end of job
24#D-- "YYYY-MM-DD"
25#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
26#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
27DateBegin=1950-01-01
28DateEnd=2014-12-31
29#============================
30#D-- 1Y, 1M, 5D, 1D
31PeriodLength=1Y
32#============================
33#-- Compression level for netcdf output files
34# CompressionLevel=0 when using more that 1 xios server
35CompressionLevel=0
36#============================
37# Source following file with module settings
38EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
39#============================
40# OptMode indicates the optimization mode choosen during compilation
41# This variable is used in the executable name
42OptMode=prod
43
44#========================================================================
45#D-- ListOfComponents -
46[ListOfComponents]
47#D- For each component, Name of component, Tag of component
48ICO= (dynamico, DYNAMICO)
49ATM= (lmdz, LMDZ)
50SRF= (orchidee, ORCHIDEE)
51IOS= (xios, XIOS)
52
53#========================================================================
54#D-- Executable -
55[Executable]
56ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 160MPI, 4OMP)
57ATM= ("","")
58SRF= ("", "")
59IOS= (xios_server_${OptMode}.exe, xios.x, 12MPI, 4OMP)
60
61#========================================================================
62#D-- Restarts -
63[Restarts]
64#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
65OverRule=n
66#D- Last day of the experience used as restart
67RestartDate=
68#D- Define restart simulation name
69RestartJobName=
70#D- Path Server Group Login
71RestartPath=
72# Attention login depend de la machine
73
74
75#========================================================================
76#D-- NO Post -
77[Post]
78RebuildFrequency=NONE
79PackFrequency=1Y
80TimeSeriesFrequency=1Y
81SeasonalFrequency=10Y
82MetricsPCMDI=FALSE
83
84
85#========================================================================
86#D-- ICO -
87[ICO]
88# If config_Restarts_OverRule == 'n' all params are read
89Restart= n
90# Last day of the experience used as restart
91RestartDate=
92# Define restart simulation name
93RestartJobName=
94RestartPath=
95
96#========================================================================
97#D-- ATM -
98[ATM]
99# If config_Restarts_OverRule == 'n' all params are read
100Restart= n
101# Last day of the experience used as restart
102RestartDate=
103# Define restart simulation name
104RestartJobName=
105RestartPath=
106
107#========================================================================
108#D-- SRF -
109[SRF]
110# If config_Restarts_OverRule == 'n' next 4 params are read
111Restart= n
112# Last day of the experience used as restart for this component if Restart=y
113RestartDate=2319-12-31
114#D- Define restart simulation name for this component
115RestartJobName=CM607-LR-pdCtrl-01
116#D- Path Server Group Login
117RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
118
119#========================================================================
120#D-- SBG - STOMATE
121[SBG]
122# If config_Restarts_OverRule == 'n' next 4 params are read
123Restart= n
124# Last day of the experience used as restart for this component if Restart=y
125RestartDate=2319-12-31
126#D- Define restart simulation name for this component
127RestartJobName=CM607-LR-pdCtrl-01
128#D- Path Server Group Login
129RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
130
131#========================================================================
132#D-- IOS -
133[IOS]
134# If config_Restarts_OverRule == 'n' next 4 params are read
135Restart= n
136#-- Last day of the experience used as restart for this component if Restart=y
137RestartDate=
138# Define restart simulation name for this component
139RestartJobName=
140RestartPath=
141# Old component name for restart (if empty, use new name)
142
143
Note: See TracBrowser for help on using the repository browser.