source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/clim_noleap/config.card @ 4388

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

Set compression_level=2 from config.card as done in IPSLCM6.

File size: 3.0 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=test
12LongName=""
13TagName=ICOLMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZ/clim_noleap
16ExperimentName=test
17SpaceName=TEST
18# Source following file with module settings
19EnvFile=`pwd`/../ARCH/arch-X64_IRENE.env
20#============================
21#D-- leap, noleap, 360d
22CalendarType=noleap
23#D-- Begin and end of job
24#D-- "YYYY-MM-DD"
25#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
26#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
27DateBegin=2000-01-01
28DateEnd=2000-01-06
29#============================
30#D-- 1Y, 1M, 5D, 1D
31PeriodLength=2D
32#============================
33#-- Compression level for netcdf output files
34CompressionLevel=2
35
36#========================================================================
37#D-- ListOfComponents -
38[ListOfComponents]
39#D- For each component, Name of component, Tag of component
40ICO= (dynamico, DYNAMICO)
41ATM= (lmdz, LMDZ)
42IOS= (xios, XIOS)
43
44#========================================================================
45#D-- Executable -
46[Executable]
47ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 40MPI)
48ATM= ("","")
49IOS= (xios_server.exe, xios.x, 1MPI)
50
51#========================================================================
52#D-- Restarts -
53[Restarts]
54#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
55OverRule=n
56#D- Last day of the experience used as restart
57RestartDate=
58#D- Define restart simulation name
59RestartJobName=
60#D- Path Server Group Login
61RestartPath=
62# Attention login depend de la machine
63
64
65#========================================================================
66#D-- NO Post -
67[Post]
68RebuildFrequency=NONE
69PackFrequency=NONE
70TimeSeriesFrequency=NONE
71SeasonalFrequency=NONE
72MetricsPCMDI=FALSE
73
74
75#========================================================================
76#D-- ICO -
77[ICO]
78# WriteFrequency is not used any more for LMDZ
79WriteFrequency=""
80# If config_Restarts_OverRule == 'n' all params are read
81Restart= n
82# Last day of the experience used as restart
83RestartDate=
84# Define restart simulation name
85RestartJobName=
86RestartPath=
87
88#========================================================================
89#D-- ATM -
90[ATM]
91#
92WriteFrequency=""
93# If config_Restarts_OverRule == 'n' all params are read
94Restart= n
95# Last day of the experience used as restart
96RestartDate=
97# Define restart simulation name
98RestartJobName=
99RestartPath=
100
101#========================================================================
102#D-- IOS -
103[IOS]
104WriteFrequency=""
105# If config_Restarts_OverRule == 'n' next 4 params are read
106Restart= n
107#-- Last day of the experience used as restart for this component if Restart=y
108RestartDate=
109# Define restart simulation name for this component
110RestartJobName=
111RestartPath=
112# Old component name for restart (if empty, use new name)
113
114
Note: See TracBrowser for help on using the repository browser.