source: CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZ/CREATE_clim_360d/config.card @ 4410

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

Added EnvFile? in config.card. If the file exists it'll be will be sourced by libIGCM. Use libIGCM rev 1482 or later but for the moment EnvFile? is only read at irene. The same EnvFile? should be used for compilation, this will later be done by the compilation script.

File size: 2.4 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName= ELC-${RESOL_ATM_3D}
12LongName="create_etat0_limit for climatology run"
13TagName=LMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=LMDZ/CREATE_clim_360d
16#============================
17#D-- leap, noleap, 360d
18CalendarType=360d
19#D-- Begin and end of job
20#D-- "YYYY-MM-DD"
21#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
22#D-- Change the DateEnd if you change CalendarType, set DateEnd=1979-12-31 for leap or noleap.
23DateBegin=1979-01-01
24DateEnd=1979-12-30
25#============================
26#D-- 1Y, 1M, 5D, 1D
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=`pwd`/../ARCH/arch.env
34
35#========================================================================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39ATM= (lmdz, LMDZ)
40
41#========================================================================
42#D-- Executable -
43[Executable]
44#D- For each component: Real name of executable, Name of executable in the run directory
45ATM= (create_etat0_limit.e, create_etat0_limit.e, 1MPI)
46
47#========================================================================
48#D-- Restarts -
49[Restarts]
50#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
51OverRule=n
52#D- Last day of the experience used as restart
53RestartDate=
54#D- Define restart simulation name
55RestartJobName=
56#D- Path Server Group Login
57RestartPath=
58# Attention login depend de la machine
59
60#========================================================================
61#D-- ATM -
62[ATM]
63#
64WriteFrequency="1Y"
65# If config_Restarts_OverRule == 'n' all params are read
66Restart= n
67# Last day of the experience used as restart
68RestartDate=
69# Define restart simulation name
70RestartJobName=
71RestartPath=
72
73
74#========================================================================
75#D-- NO Post -
76[Post]
77RebuildFrequency=NONE
78PackFrequency=NONE
79TimeSeriesFrequency=NONE
80SeasonalFrequency=NONE
81MetricsPCMDI=FALSE
82#========================================================================
Note: See TracBrowser for help on using the repository browser.