source: CONFIG/LMDZORINCA/trunk/EXP_GES/config.card @ 818

Last change on this file since 818 was 615, checked in by acosce, 15 years ago

ACo : update LMDZORINCA config

File size: 3.7 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#========================================================================
7#D-- UserChoices -
8[UserChoices]
9#============================
10#D-- (<8 chars MAX for JobName)
11JobName=LOI_G_00
12LongName='LMDz-ORCHIDEE-INCA with New scripts'
13TagName=LMDZORINCA/GES
14#============================
15#D-- leap, noleap, 360d
16CalendarType=360d
17#D-- Début et fin de Job
18#D-- "YYYY-MM-DD"
19DateBegin=2000-01-01
20DateEnd=2000-12-30
21#============================
22#D-- 1Y, 1M, 5D, 1D
23PeriodLength=1M
24#============================
25#-- PBS Class (required on brodie mono/multi)
26#JobClass=mono
27JobClass=multi
28#============================
29#-- Total Number of Processors (minimum is 2 for a coupled configuration)
30#JobNumProcTot=2
31JobNumProcTot=4
32#============================
33#-- Run Options : here for oasis coupling
34JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
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)
41CHM= (inca, INCA3)
42
43#========================================================================
44#D-- Executable -
45[Executable]
46Name=gcm.e
47#D- For each component, Real name of executable, Name of executable for oasis
48ATM= (gcm.e, gcm.e)
49SRF= ("", "")
50CHM= (inca.dat, inca.dat)
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=1869-12-30
59#D- Define restart simulation name (=> JOB_OS)
60RestartJobName=CD1
61#D- Path Server Group Login (=> PSGL)
62RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
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=NONE
71#D- If you want to monitor variables, this flag determines
72#D- frequency of post-processing submission
73MonitoringFrequency=NONE
74#D- If you want to produce time series, this flag determines
75#D- frequency of post-processing submission
76TimeSeriesFrequency=1M
77#D- If you want to produce seasonal average, this flag determines
78#D- the period of this average
79SeasonalFrequency=5Y
80
81#========================================================================
82#D-- ATM -
83[ATM]
84#
85WriteFrequency="1M 1D HF"
86# If config_Restarts_OverRule == 'n' all params are read
87Restart= n
88# Last day of the experience used as restart
89RestartDate=2000-01-01
90# Define restart simulation name
91RestartJobName=Test_nvSc_AER
92RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
93# Old component name for restart (if empty, use new name)
94OldName=""
95
96#========================================================================
97#D-- SRF -
98[SRF]
99WriteFrequency="1M"
100Restart=n
101##-- Last day of the experience used as restart
102RestartDate=1999-12-30
103# Define restart simulation name
104RestartJobName=2L18
105RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
106#-- Old component name for restart (if empty, use new name)
107OldName=
108
109
110#========================================================================
111#D-- CHM -
112[CHM]
113WriteFrequency="1M"
114Restart=n
115#D-- Last day of the experience used as restart
116RestartDate=2000-01-01
117#D-- Define restart simulation name
118RestartJobName=Test_nvSc_AER
119RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
120#D-- Old component name for restart (if empty, use new name)
121OldName=""
122
123#========================================================================
Note: See TracBrowser for help on using the repository browser.