source: CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/EXPERIMENTS/ICOLMDZOR/CREATE_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: 3.0 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=CREATE-AMIP.01
12LongName="create_etat0_limit for interannuel amip run"
13TagName=ICOLMDZOR
14SpaceName=DEVT
15ExperimentName=CE0L
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=ICOLMDZOR/CREATE_amip
18#============================
19#D-- leap, noleap, 360d
20CalendarType=leap
21#D-- Begin and end of job
22#D-- "YYYY-MM-DD"
23DateBegin=2000-06-01
24DateEnd=2000-06-05
25#============================
26#D-- 1Y, 1M, 5D, 1D
27PeriodLength=5D
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
50ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 640MPI)
51ATM= ("","")
52IOS= (xios_server_${OptMode}.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#D-- ICO -
69[ICO]
70# If config_Restarts_OverRule == 'n' all params are read
71Restart= n
72# Last day of the experience used as restart
73RestartDate=
74# Define restart simulation name
75RestartJobName=
76RestartPath=
77
78
79#========================================================================
80#D-- ATM -
81[ATM]
82# If config_Restarts_OverRule == 'n' all params are read
83Restart= n
84# Last day of the experience used as restart
85RestartDate=
86# Define restart simulation name
87RestartJobName=
88RestartPath=
89
90#========================================================================
91#D-- IOS -
92[IOS]
93# If config_Restarts_OverRule == 'n' all params are read
94Restart= n
95# Last day of the experience used as restart
96RestartDate=
97# Define restart simulation name
98RestartJobName=
99RestartPath=
100
101#========================================================================
102#D-- NO Post -
103[Post]
104PackFrequency=NONE
105TimeSeriesFrequency=NONE
106SeasonalFrequency=NONE
107MetricsPCMDI=FALSE
108#========================================================================
Note: See TracBrowser for help on using the repository browser.