source: CONFIG/trunk/LMDZORINCA/EXP00/config.card @ 166

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

ACo : Change PBS_NUM_PROC_TOT by config_UserChoices_JobNumProcTot

File size: 3.8 KB
Line 
1#
2# This is config.card file for restart with an NEW libIGCM simulation tree.
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#============================
9#D-- UserChoices -
10[UserChoices]
11#============================
12#-- (<8 chars MAX for JobName)
13JobName=LOI_01
14LongName="script for ipsl_esm_v1 config"
15TagName=LMDZ4ORINCA
16#============================
17#-- leap, noleap, 360d
18CalendarType=360d
19#-- Début et fin de Job
20#-- "YYYY-MM-DD"
21DateBegin=2000-01-01
22DateEnd=2000-12-30
23#============================
24#-- 1Y, 1M, 5D, 1D
25PeriodLength=1M
26#============================
27#-- PBS Class (required on brodie mono/multi)
28#JobClass=mono
29JobClass=multi
30#============================
31#-- Total Number of Processors (minimum is 2 for a coupled configuration)
32JobNumProcTot=4
33#============================
34#-- Run Options : here for oasis coupling
35JobRunOptions='"-np  "${config_UserChoices_JobNumProcTot}'
36#============================
37# config.card configuration options :
38R_INIT=/dmnfs/p86cozic/IGCM/INIT
39R_BC=/dmnfs/p86cozic/IGCM/BC
40#PeriodNb=2
41#============================
42
43#========================================================================
44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
47ATM= (lmdz, LMDZ.4)
48SRF= (orchidee, ORCHIDEE.1.3)
49CHM= (inca, INCA3)
50
51#========================================================================
52#D-- Executable -
53[Executable]
54Name=gcm.e
55#D- For each component, Real name of executable, Name of executable for oasis
56ATM= (gcm.e, gcm.e)
57SRF= ("", "")
58CHM= ("", "")
59
60#========================================================================
61#D-- Restarts -
62[Restarts]
63#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
64OverRule=n
65#D- Last day of the experience used as restart
66RestartDate=1869-12-30
67#D- Define restart simulation name (=> JOB_OS)
68RestartJobName=CD1
69#D- Path Server Group Login (=> PSGL)
70RestartPath=/u/rech/ces/rces452/IGCM_OUT/IPSLCM4_v1_OASIS3
71# Attention login depend de la machine
72
73#========================================================================
74#D-- Post -
75[Post]
76#D- Do we rebuild parallel output, this flag determines
77#D- frequency of rebuild submission
78RebuildFrequency=NONE
79#D- If you want to monitor variables, this flag determines
80#D- frequency of post-processing submission
81MonitoringFrequency=NONE
82#D- If you want to produce time series, this flag determines
83#D- frequency of post-processing submission
84TimeSeriesFrequency=10Y
85#D- If you want to produce seasonal average, this flag determines
86#D- the period of this average
87SeasonalFrequency=10Y
88
89#========================================================================
90#D-- ATM -
91[ATM]
92#
93WriteFrequency="1M 1D HF"
94# If config_Restarts_OverRule == 'n' all params are read
95Restart= n
96# Last day of the experience used as restart
97RestartDate=1999-12-30
98# Define restart simulation name
99RestartJobName=2L18
100RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
101# Old component name for restart (if empty, use new name)
102OldName=
103
104
105#========================================================================
106#D-- SRF -
107[SRF]
108WriteFrequency="1M"
109Restart=n
110##-- Last day of the experience used as restart
111RestartDate=1999-12-30
112# Define restart simulation name
113RestartJobName=2L18
114RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
115#-- Old component name for restart (if empty, use new name)
116OldName=
117
118
119#========================================================================
120#D-- CHM -
121[CHM]
122WriteFrequency="1M"
123Restart=n
124#D-- Last day of the experience used as restart
125RestartDate=2000-01-01
126#D-- Define restart simulation name
127RestartJobName=Test_nvSc_AER
128RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
129#D-- Old component name for restart (if empty, use new name)
130OldName=""
131
132#========================================================================
Note: See TracBrowser for help on using the repository browser.