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

Last change on this file was 6898, checked in by aclsce, 4 days ago

Use of PeriodDateBegin? to handle chaining runs : the default is an example of 2x5D simulation for amip_ERA5_LAM experiment, using splitted ERA5 nudging files (ERA5_20000601.nc and ERA5_20000606.nc).
Use of ForcingBasefolder? and CreateBasefolder? for all experiments as done in [6894]

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