source: CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/config.card @ 882

Last change on this file since 882 was 882, checked in by aclsce, 15 years ago

Modified LMDZ4OR_v3 configuration to fit with IPSLCM5_v2 coupled
configuration.
Now, LMDZ4OR_work is the working configuration using trunk of LMDZ and
LMDZ4OR_v2 fits with IPSLCM4_v2 coupled configuration.
Modifications :

  • compilation of LMD9695-L39 resolution by default
  • modified *.card, *.driver and *.def to fit with IPSLCM5_v2
  • added SBG component (like IPSLCM5_v2)
  • added POST directory
File size: 3.6 KB
Line 
1# $Id$
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#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=LMDZOR01
13LongName="LMDZ4OR configuration using the SVN trunk of LMDZ4"
14TagName=LMDZOR
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Begin and end of job
19#-- "YYYY-MM-DD"
20DateBegin=1980-01-01
21DateEnd=1980-12-30
22#============================
23#-- 1Y, 1M, 5D, 1D
24PeriodLength=1M
25#============================
26#-- PBS Class (required on brodie mono/multi)
27#JobClass=mono
28JobClass=multi
29#============================
30#-- Total Number of Processors
31JobNumProcTot=4
32#============================
33#-- Run Options : here for oasis coupling
34JobRunOptions='"-np "${NUM_PROC_ATM}" -max_np "${NUM_PROC_ATM}'
35#========================================================================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39ATM= (lmdz, LMDZ4-dev)
40SRF= (orchidee, orchidee_1_9_4_AR5)
41SBG= (stomate, orchidee_1_9_4_AR5)
42
43#========================================================================
44#D-- Executable -
45[Executable]
46Name=lmdz.x
47#D- For each component, Real name of executable, Name of executable for oasis
48ATM= (gcm.e, lmdz.x)
49SRF= ("", "")
50SBG= ("", "")
51
52#========================================================================
53#D-- Restarts -
54[Restarts]
55#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
56OverRule=n
57#D- Last day of the experience used as restart
58RestartDate=
59#D- Define restart simulation name
60RestartJobName=
61#D- Path Server Group Login
62RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR
63# Attention login depend de la machine
64
65#========================================================================
66#D-- Post -
67[Post]
68#D- Do we rebuild parallel output, this flag determines
69#D- frequency of rebuild submission
70RebuildFrequency=1Y
71#D- Do we rebuild parallel output from archive
72RebuildFromArchive=true
73#D- If you want to produce time series, this flag determines
74#D- frequency of post-processing submission
75TimeSeriesFrequency=10Y
76#D- If you want to produce seasonal average, this flag determines
77#D- the period of this average
78SeasonalFrequency=10Y
79#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
80#D- Usefull if you do not want to consider the first X simulation's years
81SeasonalFrequencyOffset=0
82
83#========================================================================
84#D-- ATM -
85[ATM]
86#
87WriteFrequency="1M 1D HF"
88# If config_Restarts_OverRule == 'n' all params are read
89Restart= n
90# Last day of the experience used as restart
91RestartDate=
92# Define restart simulation name
93RestartJobName=
94RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR
95# Old component name for restart (if empty, use new name)
96OldName=
97
98#========================================================================
99#D-- SRF - SECHIBA
100[SRF]
101WriteFrequency="1M"
102Restart=n
103##-- Last day of the experience used as restart
104RestartDate=
105# Define restart simulation name
106RestartJobName=
107RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR
108#-- Old component name for restart (if empty, use new name)
109OldName=
110
111#========================================================================
112#D-- SBG - STOMATE
113[SBG]
114WriteFrequency="1M"
115Restart=n
116#-- Last day of the experience used as restart
117RestartDate=
118# Define restart simulation name
119RestartJobName=
120RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR
121#-- Old component name for restart (if empty, use new name)
122OldName=
123
124#========================================================================
Note: See TracBrowser for help on using the repository browser.