source: CONFIG/LMDZ/branches/CREATE/config.card @ 541

Last change on this file since 541 was 541, checked in by jgipsl, 15 years ago

Added LMDZ4 forced configuration using the "old physics" of LMDZ with
possiblity to later add a second set parameter files to run "new
physics" in the same configuration. This configuration is adapted to the
latest LMDZ trunk version.

File size: 2.0 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11#D-- (<8 chars MAX for JobName)
12JobName= ELC-${RESOL}
13LongName="create_etat0_limit for climatology run'
14TagName=LMDZ
15#============================
16#D-- leap, noleap, 360d
17CalendarType=360d
18#D-- Début et fin de Job
19#D-- "YYYY-MM-DD"
20DateBegin=1979-01-01
21DateEnd=1979-12-30
22#============================
23#D-- 1Y, 1M, 5D, 1D
24PeriodLength=1Y
25
26#========================================================================
27#D-- ListOfComponents -
28[ListOfComponents]
29#D- For each component, Name of component, Tag of component
30ATM= (lmdz, trunk)
31
32#========================================================================
33#D-- Executable -
34[Executable]
35Name=create_etat0_limit.e
36#D- For each component, Real name of executable, Name of executable for oasis
37ATM= (create_etat0_limit.e, create_etat0_limit.e)
38
39#========================================================================
40#D-- Restarts -
41[Restarts]
42#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
43OverRule=n
44#D- Last day of the experience used as restart
45RestartDate=
46#D- Define restart simulation name
47RestartJobName=
48#D- Path Server Group Login
49RestartPath=
50# Attention login depend de la machine
51
52#========================================================================
53#D-- ATM -
54[ATM]
55#
56WriteFrequency="1Y"
57# If config_Restarts_OverRule == 'n' all params are read
58Restart= n
59# Last day of the experience used as restart
60RestartDate=
61# Define restart simulation name
62RestartJobName=
63RestartPath=
64# Old component name for restart (if empty, use new name)
65OldName=
66
67
68#========================================================================
69#D-- NO Post -
70[Post]
71RebuildFrequency=NONE
72TimeSeriesFrequency=NONE
73SeasonalFrequency=NONE
74#========================================================================
Note: See TracBrowser for help on using the repository browser.