source: CONFIG/UNIFORM/v6/IPSLESM6/EXPERIMENTS/LMDZ/clim_360d/config.card

Last change on this file was 3222, checked in by jgipsl, 7 years ago
  • Deactivate Metrics calculation in all experiments.
  • Set PackFrequency?=NONE in LMDZ/CREATE_ experiments: this is only to explicit for easier understanding but it is the default value so no changes is done in the set up.
File size: 3.6 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LMDZ01
10#----- Short Name of Experiment
11ExperimentName=clim
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZ configuration"
15TagName=LMDZ
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZ/clim_360d
18#============================
19#-- leap, noleap, 360d
20CalendarType=360d
21#-- Begin and end of job
22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
24DateEnd=1980-12-30
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)
34IOS= (xios, XIOS)
35
36#========================================================================
37#D-- Executable -
38[Executable]
39#D- For each component: Real name of executable, Name of executable in the run directory
40#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
41#D- Change to 31MPI*4OMP for resolution 96x95x39
42ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
43IOS= (xios_server.exe, xios.x, 1MPI)
44
45#========================================================================
46#D-- Restarts -
47[Restarts]
48#D- by default: config.card describes no restart for all components
49#D-             ie start from Levitus or limit files
50#D- If you want to restart all components from the same simulation,
51#D-      put OveRule flag to 'y' and set the next 3 parameters
52OverRule=n
53#D- Last day of the experience used as restart for all components
54RestartDate=2319-12-31
55#D- Define restart simulation name for all components
56RestartJobName=CM607-LR-pdCtrl-01
57#D- Path Server Group Login
58RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
59
60#========================================================================
61#D-- ATM -
62[ATM]
63WriteFrequency="1M"
64# If config_Restarts_OverRule == 'n' next 4 params are read
65Restart= n
66# Last day of the experience used as restart for this component if Restart=y
67RestartDate=2319-12-31
68#D- Define restart simulation name for this component
69RestartJobName=CM607-LR-pdCtrl-01
70#D- Path Server Group Login
71RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
72
73#========================================================================
74#D-- IOS -
75[IOS]
76WriteFrequency=""
77# If config_Restarts_OverRule == 'n' next 4 params are read
78Restart= n
79##-- Last day of the experience used as restart for this component if Restart=y
80RestartDate=
81# Define restart simulation name for this component
82RestartJobName=
83RestartPath=
84
85#========================================================================
86#D-- Post -
87[Post]
88#D- RebuildFrequency determines the frequency of rebuild submission
89RebuildFrequency=NONE
90#D- PackFrequency determines the frequency of pack submission
91PackFrequency=1Y
92#D- TimeSeriesFreqency determines the frequency of post-processing submission
93#D- Set NONE to deactivate the creation of all time series
94TimeSeriesFrequency=10Y
95#D- SeasonalFrequency determines the length for each seasonal average
96#D- Set NONE to deactivate the creation of all seasonal avereage
97SeasonalFrequency=10Y
98#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
99#D- Usefull if you do not want to consider the first X simulation's years
100SeasonalFrequencyOffset=0
101#D- If you want to produce compute PCMDI metrics from seasonal average
102#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
103MetricsPCMDI=FALSE
104
105#========================================================================
Note: See TracBrowser for help on using the repository browser.