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

Last change on this file since 6321 was 6321, checked in by falletti, 17 months ago

LMDZREPR: small update for default parameters in amip config

File size: 4.6 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=DEVT
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#-- 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#-- ResolAtm indicates the atmospheric resolution
36#   This variable is used in the executable name
37ResolAtm=144x142x79
38#============================
39# OptMode indicates the optimization mode choosen during compilation
40# This variable is used in the executable name
41OptMode=prod
42
43#========================================================================
44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
47ATM= (lmdz, LMDZ)
48CHM= (reprobus, REPROBUS)
49IOS= (xios, XIOS)
50
51#========================================================================
52#D-- Executable -
53[Executable]
54#D- For each component: First argument is the executable name as in bin folder.
55#D  ResolAtm and OptMode are set in UserChoices section.
56#D- Here is set 71MPI*8OMP which is suitable for resolution 144x142x79
57#D- Change to 31MPI*4OMP for resolution 96x95x39
58ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP)
59CHM= ("", "")
60IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
61
62#========================================================================
63#D-- Restarts -
64[Restarts]
65#D- by default: config.card describes no restart for all components
66#D-             ie start from Levitus or limit files
67#D- If you want to restart all components from the same simulation,
68#D-      put OveRule flag to 'y' and set the next 3 parameters
69OverRule=n
70#D- Last day of the experience used as restart for all components
71RestartDate=2319-12-31
72#D- Define restart simulation name for all components
73RestartJobName=CM607-LR-pdCtrl-01
74#D- Path Server Group Login
75RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
76
77#========================================================================
78#D-- ATM -
79[ATM]
80WriteFrequency=""
81# If config_Restarts_OverRule == 'n' next 4 params are read
82Restart= n
83# Last day of the experience used as restart for this component if Restart=y
84RestartDate=2319-12-31
85#D- Define restart simulation name for this component
86RestartJobName=CM607-LR-pdCtrl-01
87#D- Path Server Group Login
88RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
89
90#========================================================================
91#D-- CHM --
92[CHM]
93#
94WriteFrequency=""
95# If config_Restarts_OverRule == 'n' next 4 params are read
96Restart=n
97##-- Last day of the experience used as restart for this component if Restart=y
98RestartDate=
99# Define restart simulation name for this component
100RestartJobName=
101RestartPath=
102#-- Old component name for restart (if empty, use new name)
103OldName=
104
105#========================================================================
106#D-- IOS -
107[IOS]
108# If config_Restarts_OverRule == 'n' next 4 params are read
109Restart= n
110##-- Last day of the experience used as restart for this component if Restart=y
111RestartDate=
112# Define restart simulation name for this component
113RestartJobName=
114RestartPath=
115
116#========================================================================
117#D-- Post -
118[Post]
119#D- PackFrequency determines the frequency of pack submission
120PackFrequency=1Y
121#D- TimeSeriesFreqency determines the frequency of post-processing submission
122#D- Set NONE to deactivate the creation of all time series
123TimeSeriesFrequency=NONE
124#D- SeasonalFrequency determines the length for each seasonal average
125#D- Set NONE to deactivate the creation of all seasonal avereage
126SeasonalFrequency=NONE
127#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
128#D- Usefull if you do not want to consider the first X simulation's years
129SeasonalFrequencyOffset=0
130#D- If you want to produce compute PCMDI metrics from seasonal average
131#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
132MetricsPCMDI=FALSE
133
134#========================================================================
Note: See TracBrowser for help on using the repository browser.