source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/clim_pdControl/config.card @ 3000

Last change on this file since 3000 was 3000, checked in by sdipsl, 7 years ago
  • activate metrics computation for those configurations/experiments
  • metrics are off by default for all the other configurations/experiments
  • cosmetics
File size: 4.3 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=clim
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZOR configuration"
15TagName=LMDZOR
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZOR/clim_pdControl
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
29#========================================================================
30#D-- ListOfComponents -
31[ListOfComponents]
32#D- For each component, Name of component, Tag of component
33ATM= (lmdz, LMDZ)
34SRF= (orchidee, ORCHIDEE)
35SBG= (stomate, ORCHIDEE)
36IOS= (xios, XIOS)
37
38#========================================================================
39#D-- Executable -
40[Executable]
41#D- For each component: Real name of executable, Name of executable in the run directory
42ATM= (gcm.e, lmdz.x, 47MPI, 4OMP)
43SRF= ("", "")
44SBG= ("", "")
45IOS= (xios_server.exe, xios.x, 1MPI)
46
47#========================================================================
48#D-- Restarts -
49[Restarts]
50#D- by default: config.card describes no restart for all components
51#D-             ie start from Levitus or limit files
52#D- If you want to restart all components from the same simulation,
53#D-      put OveRule flag to 'y' and set the next 3 parameters
54OverRule=n
55#D- Last day of the experience used as restart for all components
56RestartDate=2000-01-31
57#D- Define restart simulation name for all components
58RestartJobName=EXP00
59#D- Path Server Group Login
60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
61
62#========================================================================
63#D-- ATM -
64[ATM]
65WriteFrequency="1M"
66# If config_Restarts_OverRule == 'n' next 4 params are read
67Restart=n
68# Last day of the experience used as restart for this component if Restart=y
69RestartDate=2000-01-31
70# Define restart simulation name for this component
71RestartJobName=LMDZOR01
72RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
73
74#========================================================================
75#D-- SRF -
76[SRF]
77WriteFrequency="1M"
78# If config_Restarts_OverRule == 'n' next 4 params are read
79Restart=n
80##-- Last day of the experience used as restart for this component if Restart=y
81RestartDate=2000-01-31
82# Define restart simulation name for this component
83RestartJobName=EXP00
84RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
85
86#========================================================================
87#D-- SBG - STOMATE
88[SBG]
89WriteFrequency="1M"
90# If config_Restarts_OverRule == 'n' next 4 params are read
91Restart=n
92#-- Last day of the experience used as restart for this component if Restart=y
93RestartDate=2000-01-31
94# Define restart simulation name for this component
95RestartJobName=EXP00
96RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
97
98#========================================================================
99#D-- IOS -
100[IOS]
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=
106# Define restart simulation name for this component
107RestartJobName=
108RestartPath=
109
110#========================================================================
111#D-- Post -
112[Post]
113#D- RebuildFrequency determines the frequency of rebuild submission
114RebuildFrequency=NONE
115#D- PackFrequency determines the frequency of pack submission
116PackFrequency=1Y
117#D- TimeSeriesFreqency determines the frequency of post-processing submission
118#D- Set NONE to deactivate the creation of all time series
119TimeSeriesFrequency=10Y
120#D- SeasonalFrequency determines the length for each seasonal average
121#D- Set NONE to deactivate the creation of all seasonal avereage
122SeasonalFrequency=10Y
123#D- If you want to produce compute PCMDI metrics from seasonal average
124#D- Set FALSE to deactivate the metrics computation.
125MetricsPCMDI=TRUE
126#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
127#D- Usefull if you do not want to consider the first X simulations years
128SeasonalFrequencyOffset=0
129
130#========================================================================
Note: See TracBrowser for help on using the repository browser.