source: CONFIG/UNIFORM/v6/LMDZREPR_v6/EXPERIMENTS/LMDZREPR/amip/config.card @ 5613

Last change on this file since 5613 was 5613, checked in by falletti, 3 years ago

Update for LMDZREPR_v6 configuration

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