source: CONFIG/LMDZORINCA/trunk/EXP_NMHC_AER/config.card @ 623

Last change on this file since 623 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_NA_00
12LongName='LMDz-ORCHIDEE-INCA with New scripts'
13TagName=LMDZORINCA/NMHC_AER
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#========================================================================
98#D-- SRF -
99[SRF]
100WriteFrequency="1M"
101Restart=n
102##-- Last day of the experience used as restart
103RestartDate=1999-12-30
104# Define restart simulation name
105RestartJobName=2L18
106RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
107#-- Old component name for restart (if empty, use new name)
108OldName=
109
110
111#========================================================================
112#D-- CHM -
113[CHM]
114WriteFrequency="1M"
115Restart=n
116#D-- Last day of the experience used as restart
117RestartDate=2000-01-01
118#D-- Define restart simulation name
119RestartJobName=Test_nvSc_AER
120RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
121#D-- Old component name for restart (if empty, use new name)
122OldName=""
123
124#========================================================================
Note: See TracBrowser for help on using the repository browser.