source: CONFIG/trunk/LMDZINCA_v2/EXP_CH4_AER/config.card @ 72

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

Add Id in file

  • Property svn:keywords set to Id
File size: 2.9 KB
Line 
1# $Id$
2#========================================================================
3#D-- UserChoices -
4[UserChoices]
5#============================
6#D-- (<8 chars MAX for JobName)
7JobName=CH4_AER_AC00
8LongName='LMDz4INCA with New scripts'
9TagName=CH4_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
36#ATM= (gcm_${config_UserChoices_TagName}.e, gcm.e)
37ATM= (gcm.e, gcm.e)
38CHM= ("", "")
39
40#========================================================================
41#D-- Restarts -
42[Restarts]
43#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
44OverRule=n
45#D- Last day of the experience used as restart
46RestartDate=1869-12-30
47#D- Define restart simulation name (=> JOB_OS)
48RestartJobName=CD1
49#D- Path Server Group Login (=> PSGL)
50RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
51# Attention login depend de la machine
52
53#========================================================================
54#D-- Post -
55[Post]
56#D- Do we rebuild parallel output, this flag determines
57#D- frequency of rebuild submission
58RebuildFrequency=NONE
59#D- If you want to monitor variables, this flag determines
60#D- frequency of post-processing submission
61MonitoringFrequency=NONE
62#D- If you want to produce time series, this flag determines
63#D- frequency of post-processing submission
64TimeSeriesFrequency=1M
65#D- If you want to produce seasonal average, this flag determines
66#D- the period of this average
67SeasonalFrequency=5Y
68
69#========================================================================
70#D-- ATM -
71[ATM]
72#
73WriteFrequency="1M 1D HF"
74# If config_Restarts_OverRule == 'n' all params are read
75Restart= n
76# Last day of the experience used as restart
77RestartDate=2000-01-01
78# Define restart simulation name
79RestartJobName=Test_nvSc_AER
80RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
81# Old component name for restart (if empty, use new name)
82OldName=""
83
84#========================================================================
85#D-- CHM -
86[CHM]
87WriteFrequency="1M"
88Restart=n
89#D-- Last day of the experience used as restart
90RestartDate=2000-01-01
91#D-- Define restart simulation name
92RestartJobName=Test_nvSc_AER
93RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
94#D-- Old component name for restart (if empty, use new name)
95OldName=""
96
97#========================================================================
Note: See TracBrowser for help on using the repository browser.