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

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

JG :

  • Modified to run LMDZ4 trunk(with same physics as IPCC AR4) and ORCHIDEE OpenMP version.
  • Changed to new set of AMIP files : PCMDI has recalculated the AMIP files
File size: 3.0 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="Configuration de LMDZ4OR qui utilise le trunk de LMDZ4"
14TagName=LMDZOR
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, LMDZ4)
40SRF= (orchidee, orchidee_1_9_2_OMP)
41
42#========================================================================
43#D-- Executable -
44[Executable]
45Name=lmdz.x
46#D- For each component, Real name of executable, Name of executable for oasis
47ATM= (gcm.e, lmdz.x)
48SRF= ("", "")
49
50#========================================================================
51#D-- Restarts -
52[Restarts]
53#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
54OverRule=n
55#D- Last day of the experience used as restart
56RestartDate=1869-12-30
57#D- Define restart simulation name
58RestartJobName=CD1
59#D- Path Server Group Login
60RestartPath=${ARCHIVE}/IGCM_OUT/LMDz4OR_v2
61# Attention login depend de la machine
62
63#========================================================================
64#D-- Post -
65[Post]
66#D- Do we rebuild parallel output, this flag determines
67#D- frequency of rebuild submission
68RebuildFrequency=NONE
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
76#========================================================================
77#D-- ATM -
78[ATM]
79#
80WriteFrequency="1M 1D HF"
81# If config_Restarts_OverRule == 'n' all params are read
82Restart= n
83# Last day of the experience used as restart
84RestartDate=1999-12-30
85# Define restart simulation name
86RestartJobName=2L18
87RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR
88# Old component name for restart (if empty, use new name)
89OldName=
90
91#========================================================================
92#D-- SRF -
93[SRF]
94WriteFrequency="1M"
95Restart=n
96##-- Last day of the experience used as restart
97RestartDate=1999-12-30
98# Define restart simulation name
99RestartJobName=2L18
100RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR
101#-- Old component name for restart (if empty, use new name)
102OldName=
103
104#========================================================================
Note: See TracBrowser for help on using the repository browser.