source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZORINCA/LAM/amip_ERA5_AER_LAM/config.card @ 6843

Last change on this file since 6843 was 6843, checked in by acosce, 6 weeks ago

modification in IPSLCM7_WORK for subconfiguration ICOLMDZORINCA and LMDZORINCA

  • Add file_def_inca.xml for AER chemistry in PARAM/INCA (to add regrid in case of using unstructured grid) - to be used only with tag CM7.0 / will be removed then with last inca version
  • Add tracers_AER_dynamico.xml file to be use in CE0L for dynamico configuration and AER chemistry
  • Add LAM experiment for AER chemistry - working version
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-AER-LAM
12LongName=""
13TagName=ICOLMDZORINCA
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZORINCA/LAM/amip_ERA5_AER_LAM
16ExperimentName=amip_LAM
17SpaceName=DEVT
18CreateName=CREATE-amip-ERA5-AER-LAM
19ForcingName=ERA5
20ForcingDate=062000
21
22#============================
23#D-- leap, noleap, 360d
24CalendarType=leap
25#D-- Begin and end of job
26#D-- "YYYY-MM-DD"
27#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
28#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
29DateBegin=2000-06-01
30DateEnd=2000-06-05
31#============================
32#D-- 1Y, 1M, 5D, 1D
33PeriodLength=5D
34#============================
35#-- Compression level for netcdf output files
36CompressionLevel=2
37#============================
38# Source following file with module settings
39EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
40#============================
41# OptMode indicates the optimization mode choosen during compilation
42# This variable is used in the executable name
43OptMode=prod
44ConfChem=AER
45
46#========================================================================
47#D-- ListOfComponents -
48[ListOfComponents]
49#D- For each component, Name of component, Tag of component
50ICO= (dynamico, DYNAMICO)
51ATM= (lmdz, LMDZ)
52SRF= (orchidee, ORCHIDEE)
53SBG= (stomate, ORCHIDEE)
54IOS= (xios, XIOS)
55CHM= (inca, INCA)
56
57#========================================================================
58#D-- Executable -
59[Executable]
60ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 48MPI)
61ATM= ("","")
62SRF= ("", "")
63SBG= ("", "")
64IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
65CHM= ("","")
66
67#========================================================================
68#D-- Restarts -
69[Restarts]
70#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
71OverRule=n
72#D- Last day of the experience used as restart
73RestartDate=
74#D- Define restart simulation name
75RestartJobName=
76#D- Path Server Group Login
77RestartPath=
78# Attention login depend de la machine
79
80
81#========================================================================
82#D-- NO Post -
83[Post]
84PackFrequency=NONE
85TimeSeriesFrequency=NONE
86SeasonalFrequency=NONE
87MetricsPCMDI=FALSE
88
89
90#========================================================================
91#D-- ICO -
92[ICO]
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-- ATM -
103[ATM]
104# If config_Restarts_OverRule == 'n' all params are read
105Restart= n
106# Last day of the experience used as restart
107RestartDate=
108# Define restart simulation name
109RestartJobName=
110RestartPath=
111
112
113#========================================================================
114#D-- CHM -
115[CHM]
116# If config_Restarts_OverRule == 'n' all params are read
117Restart= n
118# Last day of the experience used as restart
119RestartDate=
120# Define restart simulation name
121RestartJobName=
122RestartPath=
123
124#========================================================================
125#D-- SRF -
126[SRF]
127# If config_Restarts_OverRule == 'n' next 4 params are read
128Restart= n
129# Last day of the experience used as restart for this component if Restart=y
130RestartDate=2319-12-31
131#D- Define restart simulation name for this component
132RestartJobName=CM607-LR-pdCtrl-01
133#D- Path Server Group Login
134RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
135
136#========================================================================
137#D-- SBG - STOMATE
138[SBG]
139# If config_Restarts_OverRule == 'n' next 4 params are read
140Restart= n
141# Last day of the experience used as restart for this component if Restart=y
142RestartDate=2319-12-31
143#D- Define restart simulation name for this component
144RestartJobName=CM607-LR-pdCtrl-01
145#D- Path Server Group Login
146RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
147
148#========================================================================
149#D-- IOS -
150[IOS]
151# If config_Restarts_OverRule == 'n' next 4 params are read
152Restart= n
153#-- Last day of the experience used as restart for this component if Restart=y
154RestartDate=
155# Define restart simulation name for this component
156RestartJobName=
157RestartPath=
158# Old component name for restart (if empty, use new name)
159
160
Note: See TracBrowser for help on using the repository browser.