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

Last change on this file since 345 was 345, checked in by acosce, 16 years ago

Update LMDZORINCA config

File size: 3.6 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=LMDZORINCA
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#D-- ListOfComponents -
38[ListOfComponents]
39#D- For each component, Name of component, Tag of component
40ATM= (lmdz, LMDZ4_V3_patches)
41SRF= (orchidee, orchidee_1_9_2)
42CHM= (inca, INCA3)
43
44#========================================================================
45#D-- Executable -
46[Executable]
47Name=gcm.e
48#D- For each component, Real name of executable, Name of executable for oasis
49ATM= (gcm.e, gcm.e)
50SRF= ("", "")
51CHM= (inca.dat, inca.dat)
52
53#========================================================================
54#D-- Restarts -
55[Restarts]
56#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
57OverRule=n
58#D- Last day of the experience used as restart
59RestartDate=1869-12-30
60#D- Define restart simulation name (=> JOB_OS)
61RestartJobName=CD1
62#D- Path Server Group Login (=> PSGL)
63RestartPath=/u/rech/ces/rces452/IGCM_OUT/IPSLCM4_v1_OASIS3
64# Attention login depend de la machine
65
66#========================================================================
67#D-- Post -
68[Post]
69#D- Do we rebuild parallel output, this flag determines
70#D- frequency of rebuild submission
71RebuildFrequency=NONE
72#D- If you want to monitor variables, this flag determines
73#D- frequency of post-processing submission
74MonitoringFrequency=NONE
75#D- If you want to produce time series, this flag determines
76#D- frequency of post-processing submission
77TimeSeriesFrequency=10Y
78#D- If you want to produce seasonal average, this flag determines
79#D- the period of this average
80SeasonalFrequency=10Y
81
82#========================================================================
83#D-- ATM -
84[ATM]
85#
86WriteFrequency="1M 1D HF"
87# If config_Restarts_OverRule == 'n' all params are read
88Restart= n
89# Last day of the experience used as restart
90RestartDate=1999-12-30
91# Define restart simulation name
92RestartJobName=2L18
93RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
94# Old component name for restart (if empty, use new name)
95OldName=
96
97
98#========================================================================
99#D-- SRF -
100[SRF]
101WriteFrequency="1M"
102Restart=n
103##-- Last day of the experience used as restart
104RestartDate=1999-12-30
105# Define restart simulation name
106RestartJobName=2L18
107RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
108#-- Old component name for restart (if empty, use new name)
109OldName=
110
111
112#========================================================================
113#D-- CHM -
114[CHM]
115WriteFrequency="1M"
116Restart=n
117#D-- Last day of the experience used as restart
118RestartDate=2000-01-01
119#D-- Define restart simulation name
120RestartJobName=Test_nvSc_AER
121RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
122#D-- Old component name for restart (if empty, use new name)
123OldName=""
124
125#========================================================================
Note: See TracBrowser for help on using the repository browser.