source: CONFIG/LMDZ/branches/LMDZ/config.card @ 541

Last change on this file since 541 was 541, checked in by jgipsl, 14 years ago

Added LMDZ4 forced configuration using the "old physics" of LMDZ with
possiblity to later add a second set parameter files to run "new
physics" in the same configuration. This configuration is adapted to the
latest LMDZ trunk version.

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="Configuration de LMDZ en mode force"
14TagName=LMDZ
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Début et fin de 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=1869-12-30
55#D- Define restart simulation name
56RestartJobName=CD1
57#D- Path Server Group Login
58RestartPath=${ARCHIVE}/IGCM_OUT/LMDz4OR_v2
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- If you want to produce time series, this flag determines
68#D- frequency of post-processing submission
69TimeSeriesFrequency=1Y
70#D- If you want to produce seasonal average, this flag determines
71#D- the period of this average
72SeasonalFrequency=1Y
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=1999-12-30
83# Define restart simulation name
84RestartJobName=2L18
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.