source: CONFIG/trunk/LMDZINCA_v2/EXP_GES/config.card @ 137

Last change on this file since 137 was 137, checked in by mafoipsl, 17 years ago

Add 2 variables in config.card used by ins_job : JobClass? and JobNumProcTot?

File size: 3.2 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
3#D-- UserChoices -
4[UserChoices]
5#============================
6#D-- (<8 chars MAX for JobName)
7JobName=GES_AC00
8LongName='LMDz4INCA with New scripts'
9TagName=GES
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#============================
21#-- PBS Class (required on brodie mono/multi)
22#JobClass=mono
23JobClass=multi
24#============================
25#-- Total Number of Processors (minimum is 2 for a coupled configuration)
26#JobNumProcTot=2
27JobNumProcTot=6
28#============================
29R_INIT=/dmnfs/p86cozic/IGCM/INIT
30R_BC=/dmnfs/p86cozic/IGCM/BC
31
32#========================================================================
33#D-- ListOfComponents -
34[ListOfComponents]
35#D- For each component, Name of component, Tag of component
36ATM= (lmdz, LMDZ4)
37CHM= (inca, INCA3)
38
39#========================================================================
40#D-- Executable -
41[Executable]
42Name=gcm.e
43#D- For each component, Real name of executable, Name of executable for oasis
44#ATM= (gcm_${config_UserChoices_TagName}.e, gcm.e)
45ATM= (gcm.e, gcm.e)
46CHM= ("", "")
47
48#========================================================================
49#D-- Restarts -
50[Restarts]
51#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
52OverRule=n
53#D- Last day of the experience used as restart
54RestartDate=1869-12-30
55#D- Define restart simulation name (=> JOB_OS)
56RestartJobName=CD1
57#D- Path Server Group Login (=> PSGL)
58RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
59# Attention login depend de la machine
60
61#========================================================================
62#D-- Post -
63[Post]
64#D- Do we rebuild parallel output, this flag determines
65#D- frequency of rebuild submission
66RebuildFrequency=NONE
67#D- If you want to monitor variables, this flag determines
68#D- frequency of post-processing submission
69MonitoringFrequency=NONE
70#D- If you want to produce time series, this flag determines
71#D- frequency of post-processing submission
72TimeSeriesFrequency=1M
73#D- If you want to produce seasonal average, this flag determines
74#D- the period of this average
75SeasonalFrequency=5Y
76
77#========================================================================
78#D-- ATM -
79[ATM]
80#
81WriteFrequency="1M 1D HF"
82# If config_Restarts_OverRule == 'n' all params are read
83Restart= n
84# Last day of the experience used as restart
85RestartDate=2000-01-01
86# Define restart simulation name
87RestartJobName=Test_nvSc_AER
88RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
89# Old component name for restart (if empty, use new name)
90OldName=""
91
92#========================================================================
93#D-- CHM -
94[CHM]
95WriteFrequency="1M"
96Restart=n
97#D-- Last day of the experience used as restart
98RestartDate=2000-01-01
99#D-- Define restart simulation name
100RestartJobName=Test_nvSc_AER
101RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
102#D-- Old component name for restart (if empty, use new name)
103OldName=""
104
105#========================================================================
Note: See TracBrowser for help on using the repository browser.