source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/amip_ERA5_LAM.orch4/config.card @ 6895

Last change on this file since 6895 was 6895, checked in by jgipsl, 7 days ago

Copied experiement and adapte to be used with ORCHIDEE_4.

Corrected error with file duplication in EXPERIMENTS/ICOLMDZOR/LAM/amip_LAM/COMP/lmdz.card

File size: 4.5 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=TEST-amip-ERA5-LAM.01.orch4
12LongName=""
13TagName=ICOLMDZOR
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZOR/LAM/amip_ERA5_LAM.orch4
16ExperimentName=amip_LAM
17SpaceName=TEST
18
19# Use CreatBasefolder and CreateName to define the folder for the input files previously created by an expermient CREATE
20# The final folder will be ${ARCHIVE}/CreateBasefolder/CreateName
21# $ARCHIVE is added in dynamico.card and lmdz.card before the CreateBasefolder because it is not possible to add it at this level in config.card
22CreateBasefolder=IGCM_OUT/ICOLMDZOR/DEVT/CE0L
23CreateName=CREATE-amip-ERA5-LAM.01
24
25ForcingName=ERA5
26ForcingDate=062000
27
28#============================
29#D-- leap, noleap, 360d
30CalendarType=leap
31#D-- Begin and end of job
32#D-- "YYYY-MM-DD"
33#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
34#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
35DateBegin=2000-06-01
36DateEnd=2000-06-05
37#============================
38#D-- 1Y, 1M, 5D, 1D
39PeriodLength=5D
40#============================
41#-- Compression level for netcdf output files
42CompressionLevel=2
43#============================
44# Source following file with module settings
45EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
46#============================
47# OptMode indicates the optimization mode choosen during compilation
48# This variable is used in the executable name
49OptMode=prod
50
51#========================================================================
52#D-- ListOfComponents -
53[ListOfComponents]
54#D- For each component, Name of component, Tag of component
55ICO= (dynamico, DYNAMICO)
56ATM= (lmdz, LMDZ)
57SRF= (orchidee, ORCHIDEE)
58SBG= (stomate, ORCHIDEE)
59IOS= (xios, XIOS)
60
61#========================================================================
62#D-- Executable -
63[Executable]
64ICO= (icosa_lmdz_orch4_${OptMode}.exe, icosa_lmdz.exe, 48MPI)
65ATM= ("","")
66SRF= ("", "")
67SBG= ("", "")
68IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
69
70#========================================================================
71#D-- Restarts -
72[Restarts]
73#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
74OverRule=n
75#D- Last day of the experience used as restart
76RestartDate=
77#D- Define restart simulation name
78RestartJobName=
79#D- Path Server Group Login
80RestartPath=
81# Attention login depend de la machine
82
83
84#========================================================================
85#D-- NO Post -
86[Post]
87PackFrequency=1Y
88TimeSeriesFrequency=NONE
89SeasonalFrequency=NONE
90MetricsPCMDI=FALSE
91
92
93#========================================================================
94#D-- ICO -
95[ICO]
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-- ATM -
106[ATM]
107# If config_Restarts_OverRule == 'n' all params are read
108Restart= n
109# Last day of the experience used as restart
110RestartDate=
111# Define restart simulation name
112RestartJobName=
113RestartPath=
114
115#========================================================================
116#D-- SRF -
117[SRF]
118# If config_Restarts_OverRule == 'n' next 4 params are read
119Restart= n
120# Last day of the experience used as restart for this component if Restart=y
121RestartDate=2319-12-31
122#D- Define restart simulation name for this component
123RestartJobName=CM607-LR-pdCtrl-01
124#D- Path Server Group Login
125RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
126
127#========================================================================
128#D-- SBG - STOMATE
129[SBG]
130# If config_Restarts_OverRule == 'n' next 4 params are read
131Restart= n
132# Last day of the experience used as restart for this component if Restart=y
133RestartDate=2319-12-31
134#D- Define restart simulation name for this component
135RestartJobName=CM607-LR-pdCtrl-01
136#D- Path Server Group Login
137RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
138
139#========================================================================
140#D-- IOS -
141[IOS]
142# If config_Restarts_OverRule == 'n' next 4 params are read
143Restart= n
144#-- Last day of the experience used as restart for this component if Restart=y
145RestartDate=
146# Define restart simulation name for this component
147RestartJobName=
148RestartPath=
149# Old component name for restart (if empty, use new name)
150
151
Note: See TracBrowser for help on using the repository browser.