source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZ/CREATE_amip/config.card @ 6521

Last change on this file since 6521 was 6521, checked in by jgipsl, 11 months ago

Add suffix _orch22 or _orch4 to executable.

File size: 3.2 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=ELI
12LongName="create_etat0_limit for interannuel amip run"
13TagName=ICOLMDZ
14SpaceName=PROD
15ExperimentName=CE0L
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=ICOLMDZ/CREATE_amip
18#============================
19#D-- leap, noleap, 360d
20CalendarType=leap
21#D-- Begin and end of job
22#D-- "YYYY-MM-DD"
23DateBegin=1979-01-01
24DateEnd=2005-12-31
25#============================
26#D-- 1Y, 1M, 5D, 1D
27PeriodLength=1Y
28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
31#============================
32# Source following file with module settings
33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
34#============================
35# OptMode indicates the optimization mode choosen during compilation
36# This variable is used in the executable name
37OptMode=prod
38
39#========================================================================
40#D-- ListOfComponents -
41[ListOfComponents]
42#D- For each component, Name of component, Tag of component
43ICO= (dynamico, DYNAMICO)
44ATM= (lmdz, LMDZ)
45IOS= (xios, XIOS)
46#========================================================================
47#D-- Executable -
48[Executable]
49#D- For each component: Real name of executable, Name of executable in the run directory
50#   This experiement works for both compilation with ORCHIDEE_2_2 and ORCHIDEE_4.
51#   Change suffix from orch22 to orch4 if if you compiled the later version.
52ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 30MPI)
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#D-- ICO -
71[ICO]
72# If config_Restarts_OverRule == 'n' all params are read
73Restart= n
74# Last day of the experience used as restart
75RestartDate=
76# Define restart simulation name
77RestartJobName=
78RestartPath=
79
80
81#========================================================================
82#D-- ATM -
83[ATM]
84# If config_Restarts_OverRule == 'n' all params are read
85Restart= n
86# Last day of the experience used as restart
87RestartDate=
88# Define restart simulation name
89RestartJobName=
90RestartPath=
91
92#========================================================================
93#D-- IOS -
94[IOS]
95# If config_Restarts_OverRule == 'n' all params are read
96Restart= n
97# Last day of the experience used as restart
98RestartDate=
99# Define restart simulation name
100RestartJobName=
101RestartPath=
102
103#========================================================================
104#D-- NO Post -
105[Post]
106PackFrequency=NONE
107TimeSeriesFrequency=NONE
108SeasonalFrequency=NONE
109MetricsPCMDI=FALSE
110#========================================================================
Note: See TracBrowser for help on using the repository browser.