source: CONFIG/LMDZ/branches/LMDZ4/LMDZ/config.card @ 745

Last change on this file since 745 was 699, checked in by jgipsl, 15 years ago

Updatede LMDZ4 configuration as done for LMDZ4OR. Added new compile
resolutions and corresponding parameter files.

File size: 2.8 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=TEST-AR4
13LongName="LMDZ working configuration"
14TagName=LMDZ
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Begin and end of job
19#-- "YYYY-MM-DD"
20DateBegin=1980-01-01
21DateEnd=1980-02-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)
40
41#========================================================================
42#D-- Executable -
43[Executable]
44Name=lmdz.x
45#D- For each component, Real name of executable, Name of executable for oasis
46ATM= (gcm.e, lmdz.x)
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=
55#D- Define restart simulation name
56RestartJobName=
57#D- Path Server Group Login
58RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ
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=1Y
67#D- Do we rebuild parallel output from archive
68RebuildFromArchive=true
69#D- If you want to produce time series, this flag determines
70#D- frequency of post-processing submission
71TimeSeriesFrequency=10Y
72#D- If you want to produce seasonal average, this flag determines
73#D- the period of this average
74SeasonalFrequency=10Y
75#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
76#D- Usefull if you do not want to consider the first X simulation's years
77SeasonalFrequencyOffset=0
78
79#========================================================================
80#D-- ATM -
81[ATM]
82#
83WriteFrequency="1M 1D HF"
84# If config_Restarts_OverRule == 'n' all params are read
85Restart= n
86# Last day of the experience used as restart
87RestartDate=
88# Define restart simulation name
89RestartJobName=
90RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ
91# Old component name for restart (if empty, use new name)
92OldName=
93
94#========================================================================
Note: See TracBrowser for help on using the repository browser.