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

Last change on this file since 6515 was 6515, checked in by aclsce, 11 months ago

Updated LMDZOR_v6 to run on new RH8 TGCC environment.

File size: 3.8 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#-- Source following file with module settings, only if it exists
32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
33
34#========================================================================
35#D-- ListOfComponents -
36[ListOfComponents]
37#D- For each component, Name of component, Tag of component
38ATM= (lmdz, LMDZ)
39IOS= (xios, XIOS)
40
41#========================================================================
42#D-- Executable -
43[Executable]
44#D- For each component: Real name of executable, Name of executable in the run directory
45#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
46#D- Change to 31MPI*4OMP for resolution 96x95x39
47ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
48IOS= (xios_server.exe, xios.x, 1MPI)
49
50#========================================================================
51#D-- Restarts -
52[Restarts]
53#D- by default: config.card describes no restart for all components
54#D-             ie start from Levitus or limit files
55#D- If you want to restart all components from the same simulation,
56#D-      put OveRule flag to 'y' and set the next 3 parameters
57OverRule=n
58#D- Last day of the experience used as restart for all components
59RestartDate=2319-12-31
60#D- Define restart simulation name for all components
61RestartJobName=CM607-LR-pdCtrl-01
62#D- Path Server Group Login
63RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
64
65#========================================================================
66#D-- ATM -
67[ATM]
68WriteFrequency="1M"
69# If config_Restarts_OverRule == 'n' next 4 params are read
70Restart= n
71# Last day of the experience used as restart for this component if Restart=y
72RestartDate=2319-12-31
73#D- Define restart simulation name for this component
74RestartJobName=CM607-LR-pdCtrl-01
75#D- Path Server Group Login
76RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
77
78#========================================================================
79#D-- IOS -
80[IOS]
81WriteFrequency=""
82# If config_Restarts_OverRule == 'n' next 4 params are read
83Restart= n
84##-- Last day of the experience used as restart for this component if Restart=y
85RestartDate=
86# Define restart simulation name for this component
87RestartJobName=
88RestartPath=
89
90#========================================================================
91#D-- Post -
92[Post]
93#D- RebuildFrequency determines the frequency of rebuild submission
94RebuildFrequency=NONE
95#D- PackFrequency determines the frequency of pack submission
96PackFrequency=1Y
97#D- TimeSeriesFreqency determines the frequency of post-processing submission
98#D- Set NONE to deactivate the creation of all time series
99TimeSeriesFrequency=10Y
100#D- SeasonalFrequency determines the length for each seasonal average
101#D- Set NONE to deactivate the creation of all seasonal avereage
102SeasonalFrequency=10Y
103#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
104#D- Usefull if you do not want to consider the first X simulation's years
105SeasonalFrequencyOffset=0
106#D- If you want to produce compute PCMDI metrics from seasonal average
107#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
108MetricsPCMDI=FALSE
109
110#========================================================================
Note: See TracBrowser for help on using the repository browser.