source: CONFIG/UNIFORM/v6/LMDZOR_v6.4/EXPERIMENTS/LMDZ/clim_360d/config.card @ 4979

Last change on this file since 4979 was 4936, checked in by jgipsl, 4 years ago

Updated LMDZOR_v6.3 configuration files to follow LMDZOR_v6.2 structure: compilation script instead of makefiles... These chages should be used together with new LMDZ/trunk, IOIPSL/trunk and XIOS/trunk. Only difference between v6.2 and v6.3 is the version of ORCHIDEE: ORCHIDEE_2_2 in v6.2 and ORCHIDEE_3 in v6.3.

File size: 4.2 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#-- 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)
48IOS= (xios, XIOS)
49#========================================================================
50
51#D-- Executable -
52[Executable]
53#D- For each component: First argument is the executable name as in bin folder.
54#D  ResolAtm and OptMode are set in UserChoices section.
55#D- Here is set 71MPI*8OMP which is suitable for resolution 144x142x79
56#D- Change to 31MPI*4OMP for resolution 96x95x39
57ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP)
58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
59
60#========================================================================
61#D-- Restarts -
62[Restarts]
63#D- by default: config.card describes no restart for all components
64#D-             ie start from Levitus or limit files
65#D- If you want to restart all components from the same simulation,
66#D-      put OveRule flag to 'y' and set the next 3 parameters
67OverRule=n
68#D- Last day of the experience used as restart for all components
69RestartDate=2319-12-31
70#D- Define restart simulation name for all components
71RestartJobName=CM607-LR-pdCtrl-01
72#D- Path Server Group Login
73RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
74
75#========================================================================
76#D-- ATM -
77[ATM]
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=2319-12-31
82#D- Define restart simulation name for this component
83RestartJobName=CM607-LR-pdCtrl-01
84#D- Path Server Group Login
85RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
86
87#========================================================================
88#D-- IOS -
89[IOS]
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=
94# Define restart simulation name for this component
95RestartJobName=
96RestartPath=
97
98#========================================================================
99#D-- Post -
100[Post]
101#D- RebuildFrequency determines the frequency of rebuild submission
102RebuildFrequency=NONE
103#D- PackFrequency determines the frequency of pack submission
104PackFrequency=1Y
105#D- TimeSeriesFreqency determines the frequency of post-processing submission
106#D- Set NONE to deactivate the creation of all time series
107TimeSeriesFrequency=10Y
108#D- SeasonalFrequency determines the length for each seasonal average
109#D- Set NONE to deactivate the creation of all seasonal avereage
110SeasonalFrequency=10Y
111#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
112#D- Usefull if you do not want to consider the first X simulation's years
113SeasonalFrequencyOffset=0
114#D- If you want to produce compute PCMDI metrics from seasonal average
115#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
116MetricsPCMDI=FALSE
117
118#========================================================================
Note: See TracBrowser for help on using the repository browser.