source: CONFIG/trunk/LMDZINCA_v2/EXP_NMHC_AER/config.card @ 266

Last change on this file since 266 was 266, checked in by acosce, 16 years ago

ACo : (LMDZINCA)

fixe a bug on platine so now inca.dat is use like an executable

File size: 3.3 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=NMHC_AER_AC00
12LongName='LMDz4INCA with New scripts'
13TagName=LMDZINCA/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)
40CHM= (inca, INCA3)
41
42#========================================================================
43#D-- Executable -
44[Executable]
45Name=gcm.e
46#D- For each component, Real name of executable, Name of executable for oasis
47ATM= (gcm.e, gcm.e)
48CHM= (inca.dat, inca.dat)
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 (=> JOB_OS)
58RestartJobName=CD1
59#D- Path Server Group Login (=> PSGL)
60RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
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 monitor variables, this flag determines
70#D- frequency of post-processing submission
71MonitoringFrequency=NONE
72#D- If you want to produce time series, this flag determines
73#D- frequency of post-processing submission
74TimeSeriesFrequency=1M
75#D- If you want to produce seasonal average, this flag determines
76#D- the period of this average
77SeasonalFrequency=5Y
78
79#========================================================================
80#D-- ATM -
81[ATM]
82#
83WriteFrequency="1M 1D HF"
84# If config_Restarts_OverRule == 'n' all params are read
85Restart= n
86# Last day of the experience used as restart
87RestartDate=2000-01-01
88# Define restart simulation name
89RestartJobName=Test_nvSc_AER
90RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
91# Old component name for restart (if empty, use new name)
92OldName=""
93
94#========================================================================
95#D-- CHM -
96[CHM]
97WriteFrequency="1M"
98Restart=n
99#D-- Last day of the experience used as restart
100RestartDate=2000-01-01
101#D-- Define restart simulation name
102RestartJobName=Test_nvSc_AER
103RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
104#D-- Old component name for restart (if empty, use new name)
105OldName=""
106
107#========================================================================
Note: See TracBrowser for help on using the repository browser.