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

Last change on this file since 4391 was 4391, checked in by jgipsl, 5 years ago

Enhancement in compilation and link to running environnement:
The compiling script determines which fcm_arch is to be used, makes a link ARCH/arch-${fcm_arch}.env to arch.env. arch.env is the sourced during compilation and is also set in config.card to be sourced during run time.

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=""
13TagName=ICOLMDZOR
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZOR/highresmip
16ExperimentName=test
17SpaceName=TEST
18# Source following file with module settings
19EnvFile=`pwd`/../ARCH/arch.env
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#========================================================================
38#D-- ListOfComponents -
39[ListOfComponents]
40#D- For each component, Name of component, Tag of component
41ICO= (dynamico, DYNAMICO)
42ATM= (lmdz, LMDZ)
43SRF= (orchidee, ORCHIDEE)
44IOS= (xios, XIOS)
45
46#========================================================================
47#D-- Executable -
48[Executable]
49ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 160MPI, 4OMP)
50ATM= ("","")
51SRF= ("", "")
52IOS= (xios_server.exe, xios.x, 1MPI)
53
54#========================================================================
55#D-- Restarts -
56[Restarts]
57#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
58OverRule=n
59#D- Last day of the experience used as restart
60RestartDate=
61#D- Define restart simulation name
62RestartJobName=
63#D- Path Server Group Login
64RestartPath=
65# Attention login depend de la machine
66
67
68#========================================================================
69#D-- NO Post -
70[Post]
71RebuildFrequency=NONE
72PackFrequency=1Y
73TimeSeriesFrequency=1Y
74SeasonalFrequency=10Y
75MetricsPCMDI=FALSE
76
77
78#========================================================================
79#D-- ICO -
80[ICO]
81#
82WriteFrequency=""
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# WriteFrequency is not used any more for LMDZ
95WriteFrequency=""
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# WriteFrequency is not used any more for ORCHIDEE
108# Output files are now managed in orchidee.card
109WriteFrequency=""
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# WriteFrequency is not used any more for ORCHIDEE
123# Output files are now managed in stomate.card
124WriteFrequency=""
125# If config_Restarts_OverRule == 'n' next 4 params are read
126Restart= n
127# Last day of the experience used as restart for this component if Restart=y
128RestartDate=2319-12-31
129#D- Define restart simulation name for this component
130RestartJobName=CM607-LR-pdCtrl-01
131#D- Path Server Group Login
132RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
133
134#========================================================================
135#D-- IOS -
136[IOS]
137WriteFrequency=""
138# If config_Restarts_OverRule == 'n' next 4 params are read
139Restart= n
140#-- Last day of the experience used as restart for this component if Restart=y
141RestartDate=
142# Define restart simulation name for this component
143RestartJobName=
144RestartPath=
145# Old component name for restart (if empty, use new name)
146
147
Note: See TracBrowser for help on using the repository browser.