source: CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZOR/amip/config.card @ 4451

Last change on this file since 4451 was 4451, checked in by jgipsl, 5 years ago

Use ${SUBMIT_DIR} insted of pwd not working at ciclad

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