source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_pdControl_VLR/config.card @ 4150

Last change on this file since 4150 was 4150, checked in by acosce, 5 years ago

update card for LMDZOR - VLR resolution

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