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

Last change on this file since 4353 was 4353, checked in by jgipsl, 5 years ago

Added the use of CompressionLevel (global attribute) to be defined in config.card. as done in IPSLCM6 in changeset [4296] and [4297].

File size: 3.7 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#D-- ListOfComponents -
33[ListOfComponents]
34#D- For each component, Name of component, Tag of component
35ATM= (lmdz, LMDZ)
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
42#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
43#D- Change to 31MPI*4OMP for resolution 96x95x39
44ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
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=2319-12-31
57#D- Define restart simulation name for all components
58RestartJobName=CM607-LR-pdCtrl-01
59#D- Path Server Group Login
60RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
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=2319-12-31
70#D- Define restart simulation name for this component
71RestartJobName=CM607-LR-pdCtrl-01
72#D- Path Server Group Login
73RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
74
75#========================================================================
76#D-- IOS -
77[IOS]
78WriteFrequency=""
79# If config_Restarts_OverRule == 'n' next 4 params are read
80Restart= n
81##-- Last day of the experience used as restart for this component if Restart=y
82RestartDate=
83# Define restart simulation name for this component
84RestartJobName=
85RestartPath=
86
87#========================================================================
88#D-- Post -
89[Post]
90#D- RebuildFrequency determines the frequency of rebuild submission
91RebuildFrequency=NONE
92#D- PackFrequency determines the frequency of pack submission
93PackFrequency=1Y
94#D- TimeSeriesFreqency determines the frequency of post-processing submission
95#D- Set NONE to deactivate the creation of all time series
96TimeSeriesFrequency=10Y
97#D- SeasonalFrequency determines the length for each seasonal average
98#D- Set NONE to deactivate the creation of all seasonal avereage
99SeasonalFrequency=10Y
100#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
101#D- Usefull if you do not want to consider the first X simulation's years
102SeasonalFrequencyOffset=0
103#D- If you want to produce compute PCMDI metrics from seasonal average
104#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
105MetricsPCMDI=FALSE
106
107#========================================================================
Note: See TracBrowser for help on using the repository browser.