source: CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/EXPERIMENTS/ICOLMDZOR/amip_LAM/config.card @ 6260

Last change on this file since 6260 was 6260, checked in by aclsce, 19 months ago

Added ICOLMDZOR experiments to be used with ICOLMDZOR_LAM configuration.

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