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

Last change on this file since 590 was 590, checked in by jgipsl, 16 years ago
  • Corrected clean option for global makefile
  • Some cosmetics
File size: 2.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=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, trunk)
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=NONE
67#D- If you want to produce time series, this flag determines
68#D- frequency of post-processing submission
69TimeSeriesFrequency=10Y
70#D- If you want to produce seasonal average, this flag determines
71#D- the period of this average
72SeasonalFrequency=10Y
73
74#========================================================================
75#D-- ATM -
76[ATM]
77#
78WriteFrequency="1M 1D HF"
79# If config_Restarts_OverRule == 'n' all params are read
80Restart= n
81# Last day of the experience used as restart
82RestartDate=
83# Define restart simulation name
84RestartJobName=
85RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ
86# Old component name for restart (if empty, use new name)
87OldName=
88
89#========================================================================
Note: See TracBrowser for help on using the repository browser.