source: CONFIG/trunk/LMDZ4OR_v2/CREATE/config.card @ 207

Last change on this file since 207 was 197, checked in by mmaipsl, 17 years ago

First import of LMDZ4OR_v2 model.

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