source: CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/LMDZOR/clim_pdControl/config.card

Last change on this file was 6468, checked in by acosce, 14 months ago

Add modifications to run on redhat8

File size: 4.2 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
9#============================
10JobName=LMDZOR01
11#----- Short Name of Experiment
12ExperimentName=clim
13#----- DEVT TEST PROD
14SpaceName=TEST
15LongName="LMDZOR configuration"
16TagName=LMDZOR
17#D- Choice of experiment in EXPERIEMENTS directory
18ExpType=LMDZOR/clim_pdControl
19#============================
20#-- leap, noleap, 360d
21CalendarType=360d
22#-- Begin and end of job
23#-- "YYYY-MM-DD"
24DateBegin=1980-01-01
25DateEnd=1980-12-30
26#============================
27#-- 1Y, 1M, 5D, 1D Period Length for one execution
28PeriodLength=1Y
29
30#========================================================================
31#D-- ListOfComponents -
32[ListOfComponents]
33#D- For each component, Name of component, Tag of component
34ATM= (lmdz, LMDZ)
35SRF= (orchidee, ORCHIDEE)
36SBG= (stomate, ORCHIDEE)
37IOS= (xios, XIOS)
38
39#========================================================================
40#D-- Executable -
41[Executable]
42#D- For each component: Real name of executable, Name of executable in the run directory
43ATM= (gcm.e, lmdz.x, 31MPI, 1OMP)
44SRF= ("", "")
45SBG= ("", "")
46IOS= (xios_server.exe, xios.x, 1MPI)
47
48#========================================================================
49#D-- Restarts -
50[Restarts]
51#D- by default: config.card describes no restart for all components
52#D-             ie start from Levitus or limit files
53#D- If you want to restart all components from the same simulation,
54#D-      put OveRule flag to 'y' and set the next 3 parameters
55OverRule=n
56#D- Last day of the experience used as restart for all components
57RestartDate=2000-01-31
58#D- Define restart simulation name for all components
59RestartJobName=EXP00
60#D- Path Server Group Login
61RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
62
63#========================================================================
64#D-- ATM -
65[ATM]
66WriteFrequency="1M"
67# If config_Restarts_OverRule == 'n' next 4 params are read
68Restart=n
69# Last day of the experience used as restart for this component if Restart=y
70RestartDate=2000-01-31
71# Define restart simulation name for this component
72RestartJobName=LMDZOR01
73RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
74
75#========================================================================
76#D-- SRF -
77[SRF]
78WriteFrequency="1M"
79# If config_Restarts_OverRule == 'n' next 4 params are read
80Restart=n
81##-- Last day of the experience used as restart for this component if Restart=y
82RestartDate=2000-01-31
83# Define restart simulation name for this component
84RestartJobName=EXP00
85RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
86
87#========================================================================
88#D-- SBG - STOMATE
89[SBG]
90WriteFrequency="1M"
91# If config_Restarts_OverRule == 'n' next 4 params are read
92Restart=n
93#-- Last day of the experience used as restart for this component if Restart=y
94RestartDate=2000-01-31
95# Define restart simulation name for this component
96RestartJobName=EXP00
97RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
98
99#========================================================================
100#D-- IOS -
101[IOS]
102WriteFrequency=""
103# If config_Restarts_OverRule == 'n' next 4 params are read
104Restart= n
105##-- Last day of the experience used as restart for this component if Restart=y
106RestartDate=
107# Define restart simulation name for this component
108RestartJobName=
109RestartPath=
110
111#========================================================================
112#D-- Post -
113[Post]
114#D- RebuildFrequency determines the frequency of rebuild submission
115RebuildFrequency=NONE
116#D- PackFrequency determines the frequency of pack submission
117PackFrequency=1Y
118#D- TimeSeriesFreqency determines the frequency of post-processing submission
119#D- Set NONE to deactivate the creation of all time series
120TimeSeriesFrequency=10Y
121#D- SeasonalFrequency determines the length for each seasonal average
122#D- Set NONE to deactivate the creation of all seasonal avereage
123SeasonalFrequency=10Y
124#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
125#D- Usefull if you do not want to consider the first X simulation's years
126SeasonalFrequencyOffset=0
127
128#========================================================================
Note: See TracBrowser for help on using the repository browser.