source: CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZ/CREATE_amip/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: 2.1 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=ELI-${RESOL_ATM_3D}
12LongName="create_etat0_limit for interannuel amip run"
13TagName=LMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=LMDZ/CREATE_amip
16#============================
17#D-- leap, noleap, 360d
18CalendarType=leap
19#D-- Begin and end of job
20#D-- "YYYY-MM-DD"
21DateBegin=1979-01-01
22DateEnd=2005-12-31
23#============================
24#D-- 1Y, 1M, 5D, 1D
25PeriodLength=1Y
26#============================
27#-- Compression level for netcdf output files
28CompressionLevel=2
29#============================
30PeriodNb=50
31
32#========================================================================
33#D-- ListOfComponents -
34[ListOfComponents]
35#D- For each component, Name of component, Tag of component
36ATM= (lmdz, LMDZ)
37
38#========================================================================
39#D-- Executable -
40[Executable]
41#D- For each component: Real name of executable, Name of executable in the run directory
42ATM= (create_etat0_limit.e, create_etat0_limit.e, 1MPI)
43
44#========================================================================
45#D-- Restarts -
46[Restarts]
47#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
48OverRule=n
49#D- Last day of the experience used as restart
50RestartDate=
51#D- Define restart simulation name
52RestartJobName=
53#D- Path Server Group Login
54RestartPath=
55# Attention login depend de la machine
56
57#========================================================================
58#D-- ATM -
59[ATM]
60#
61WriteFrequency="1Y"
62# If config_Restarts_OverRule == 'n' all params are read
63Restart= n
64# Last day of the experience used as restart
65RestartDate=
66# Define restart simulation name
67RestartJobName=
68RestartPath=
69
70#========================================================================
71#D-- NO Post -
72[Post]
73RebuildFrequency=NONE
74PackFrequency=NONE
75TimeSeriesFrequency=NONE
76SeasonalFrequency=NONE
77MetricsPCMDI=FALSE
78#========================================================================
Note: See TracBrowser for help on using the repository browser.