source: CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/EXPERIMENTS/ICOLMDZOR/CREATE_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: 3.1 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=CREATE-amip-LAM.01
12LongName="create_etat0_limit for interannuel amip run"
13TagName=ICOLMDZOR
14SpaceName=DEVT
15ExperimentName=CE0L
16CreateName=CREATE-AMIP.01
17ForcingName=TEST-AMIP.01
18ForcingDate=20000605
19
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=ICOLMDZOR/CREATE_amip_LAM
22#============================
23#D-- leap, noleap, 360d
24CalendarType=leap
25#D-- Begin and end of job
26#D-- "YYYY-MM-DD"
27DateBegin=2000-06-01
28DateEnd=2000-06-05
29#============================
30#D-- 1Y, 1M, 5D, 1D
31PeriodLength=5D
32#============================
33#-- Compression level for netcdf output files
34CompressionLevel=2
35#============================
36# Source following file with module settings
37EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
38#============================
39# OptMode indicates the optimization mode choosen during compilation
40# This variable is used in the executable name
41OptMode=prod
42
43#========================================================================
44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
47ICO= (dynamico, DYNAMICO)
48ATM= (lmdz, LMDZ)
49IOS= (xios, XIOS)
50#========================================================================
51#D-- Executable -
52[Executable]
53#D- For each component: Real name of executable, Name of executable in the run directory
54ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 48MPI)
55ATM= ("","")
56IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
57
58#========================================================================
59#D-- Restarts -
60[Restarts]
61#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
62OverRule=n
63#D- Last day of the experience used as restart
64RestartDate=
65#D- Define restart simulation name
66RestartJobName=
67#D- Path Server Group Login
68RestartPath=
69# Attention login depend de la machine
70
71#========================================================================
72#D-- ICO -
73[ICO]
74# If config_Restarts_OverRule == 'n' all params are read
75Restart= n
76# Last day of the experience used as restart
77RestartDate=
78# Define restart simulation name
79RestartJobName=
80RestartPath=
81
82
83#========================================================================
84#D-- ATM -
85[ATM]
86# If config_Restarts_OverRule == 'n' all params are read
87Restart= n
88# Last day of the experience used as restart
89RestartDate=
90# Define restart simulation name
91RestartJobName=
92RestartPath=
93
94#========================================================================
95#D-- IOS -
96[IOS]
97# If config_Restarts_OverRule == 'n' all params are read
98Restart= n
99# Last day of the experience used as restart
100RestartDate=
101# Define restart simulation name
102RestartJobName=
103RestartPath=
104
105#========================================================================
106#D-- NO Post -
107[Post]
108PackFrequency=NONE
109TimeSeriesFrequency=NONE
110SeasonalFrequency=NONE
111MetricsPCMDI=FALSE
112#========================================================================
Note: See TracBrowser for help on using the repository browser.