source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/CREATE_amip_ERA5_LAM/config.card

Last change on this file was 6893, checked in by jgipsl, 4 days ago

Added comment: this exeperiment can be used with both execuatble containg ORCHIDEE_2_2 and ORCHIDEE_4 as ORCHIDEE doesn't interfere in the create feature.

File size: 3.3 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/LAM/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
53# This exeriement doesn't use ORCHIDEE. You can therefor use the same set up with both icosa_lmdz_orch22.exe and icosa_lmdz_orch4.exe
54ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 48MPI)
55#ICO= (icosa_lmdz_orch4_${OptMode}.exe, icosa_lmdz.exe, 48MPI)
56ATM= ("","")
57IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
58
59#========================================================================
60#D-- Restarts -
61[Restarts]
62#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
63OverRule=n
64#D- Last day of the experience used as restart
65RestartDate=
66#D- Define restart simulation name
67RestartJobName=
68#D- Path Server Group Login
69RestartPath=
70# Attention login depend de la machine
71
72#========================================================================
73#D-- ICO -
74[ICO]
75# If config_Restarts_OverRule == 'n' all params are read
76Restart= n
77# Last day of the experience used as restart
78RestartDate=
79# Define restart simulation name
80RestartJobName=
81RestartPath=
82
83
84#========================================================================
85#D-- ATM -
86[ATM]
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-- IOS -
97[IOS]
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-- NO Post -
108[Post]
109PackFrequency=NONE
110TimeSeriesFrequency=NONE
111SeasonalFrequency=NONE
112MetricsPCMDI=FALSE
113#========================================================================
Note: See TracBrowser for help on using the repository browser.