source: CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/EXPERIMENTS/ICOLMDZOR/CREATE_amip_ERA5_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-ERA5-LAM.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_ERA5_LAM
18ForcingName=ERA5
19ForcingDate=062000
20
21#============================
22#D-- leap, noleap, 360d
23CalendarType=leap
24#D-- Begin and end of job
25#D-- "YYYY-MM-DD"
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)
48IOS= (xios, XIOS)
49#========================================================================
50#D-- Executable -
51[Executable]
52#D- For each component: Real name of executable, Name of executable in the run directory
53ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 48MPI)
54ATM= ("","")
55IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
56
57#========================================================================
58#D-- Restarts -
59[Restarts]
60#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
61OverRule=n
62#D- Last day of the experience used as restart
63RestartDate=
64#D- Define restart simulation name
65RestartJobName=
66#D- Path Server Group Login
67RestartPath=
68# Attention login depend de la machine
69
70#========================================================================
71#D-- ICO -
72[ICO]
73# If config_Restarts_OverRule == 'n' all params are read
74Restart= n
75# Last day of the experience used as restart
76RestartDate=
77# Define restart simulation name
78RestartJobName=
79RestartPath=
80
81
82#========================================================================
83#D-- ATM -
84[ATM]
85# If config_Restarts_OverRule == 'n' all params are read
86Restart= n
87# Last day of the experience used as restart
88RestartDate=
89# Define restart simulation name
90RestartJobName=
91RestartPath=
92
93#========================================================================
94#D-- IOS -
95[IOS]
96# If config_Restarts_OverRule == 'n' all params are read
97Restart= n
98# Last day of the experience used as restart
99RestartDate=
100# Define restart simulation name
101RestartJobName=
102RestartPath=
103
104#========================================================================
105#D-- NO Post -
106[Post]
107PackFrequency=NONE
108TimeSeriesFrequency=NONE
109SeasonalFrequency=NONE
110MetricsPCMDI=FALSE
111#========================================================================
Note: See TracBrowser for help on using the repository browser.