source: CONFIG/trunk/LMDZINCA_v2/EXP_AER/config.card @ 119

Last change on this file since 119 was 69, checked in by acosce, 17 years ago

add Id in config.card

  • Property svn:keywords set to Id
File size: 2.8 KB
Line 
1#- $Id$
2#========================================================================
3#D-- UserChoices -
4[UserChoices]
5#============================
6#D-- (<8 chars MAX for JobName)
7JobName=AER_AC00
8LongName='LMDz4INCA with New scripts'
9TagName=AER
10#============================
11#D-- leap, noleap, 360d
12CalendarType=360d
13#D-- Début et fin de Job
14#D-- "YYYY-MM-DD"
15DateBegin=2000-01-01
16DateEnd=2000-12-30
17#============================
18#D-- 1Y, 1M, 5D, 1D
19PeriodLength=1M
20#============================
21R_INIT=/dmnfs/p86cozic/IGCM/INIT
22R_BC=/dmnfs/p86cozic/IGCM/BC
23
24#========================================================================
25#D-- ListOfComponents -
26[ListOfComponents]
27#D- For each component, Name of component, Tag of component
28ATM= (lmdz, LMDZ4)
29CHM= (inca, INCA3)
30
31#========================================================================
32#D-- Executable -
33[Executable]
34Name=gcm.e
35#D- For each component, Real name of executable, Name of executable for oasis
36ATM= (gcm.e, gcm.e)
37CHM= ("", "")
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=1869-12-30
46#D- Define restart simulation name (=> JOB_OS)
47RestartJobName=CD1
48#D- Path Server Group Login (=> PSGL)
49RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
50# Attention login depend de la machine
51
52#========================================================================
53#D-- Post -
54[Post]
55#D- Do we rebuild parallel output, this flag determines
56#D- frequency of rebuild submission
57RebuildFrequency=NONE
58#D- If you want to monitor variables, this flag determines
59#D- frequency of post-processing submission
60MonitoringFrequency=NONE
61#D- If you want to produce time series, this flag determines
62#D- frequency of post-processing submission
63TimeSeriesFrequency=1M
64#D- If you want to produce seasonal average, this flag determines
65#D- the period of this average
66SeasonalFrequency=5Y
67
68#========================================================================
69#D-- ATM -
70[ATM]
71#
72WriteFrequency="1M 1D HF"
73# If config_Restarts_OverRule == 'n' all params are read
74Restart= y
75# Last day of the experience used as restart
76RestartDate=2000-01-01
77# Define restart simulation name
78RestartJobName=Test_nvSc_AER
79RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
80# Old component name for restart (if empty, use new name)
81OldName=""
82
83#========================================================================
84#D-- CHM -
85[CHM]
86WriteFrequency="1M"
87Restart=y
88#D-- Last day of the experience used as restart
89RestartDate=2000-01-01
90#D-- Define restart simulation name
91RestartJobName=Test_nvSc_AER
92RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
93#D-- Old component name for restart (if empty, use new name)
94OldName=""
95
96#========================================================================
Note: See TracBrowser for help on using the repository browser.