source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZORINCA/LAM/CREATE_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: 3.5 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-AER-LAM
12LongName="create_etat0_limit for interannuel amip run"
13TagName=ICOLMDZORINCA
14SpaceName=DEVT
15ExperimentName=CE0L
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=ICOLMDZORINCA/LAM/CREATE_amip_ERA5_AER_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
41ConfChem=AER
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)
50CHM= (inca, INCA)
51#========================================================================
52#D-- Executable -
53[Executable]
54#D- For each component: Real name of executable, Name of executable in the run directory
55ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 48MPI)
56ATM= ("","")
57IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
58CHM= ("", "")
59
60#========================================================================
61#D-- Restarts -
62[Restarts]
63#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
64OverRule=n
65#D- Last day of the experience used as restart
66RestartDate=
67#D- Define restart simulation name
68RestartJobName=
69#D- Path Server Group Login
70RestartPath=
71# Attention login depend de la machine
72
73#========================================================================
74#D-- ICO -
75[ICO]
76# If config_Restarts_OverRule == 'n' all params are read
77Restart= n
78# Last day of the experience used as restart
79RestartDate=
80# Define restart simulation name
81RestartJobName=
82RestartPath=
83
84
85#========================================================================
86#D-- ATM -
87[ATM]
88# If config_Restarts_OverRule == 'n' all params are read
89Restart= n
90# Last day of the experience used as restart
91RestartDate=
92# Define restart simulation name
93RestartJobName=
94RestartPath=
95
96#========================================================================
97#D-- CHM -
98[CHM]
99# If config_Restarts_OverRule == 'n' next 4 params are read
100Restart=n
101#D-- Last day of the experience used as restart
102RestartDate=2000-01-01
103#D-- Define restart simulation name
104RestartJobName=JobName
105RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
106
107#========================================================================
108#D-- IOS -
109[IOS]
110# If config_Restarts_OverRule == 'n' all params are read
111Restart= n
112# Last day of the experience used as restart
113RestartDate=
114# Define restart simulation name
115RestartJobName=
116RestartPath=
117
118#========================================================================
119#D-- NO Post -
120[Post]
121PackFrequency=NONE
122TimeSeriesFrequency=NONE
123SeasonalFrequency=NONE
124MetricsPCMDI=FALSE
125#========================================================================
Note: See TracBrowser for help on using the repository browser.