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