source: CONFIG/LMDZINCA/trunk/EXP_CH4_AER/config.card @ 3969

Last change on this file since 3969 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

  • Property svn:keywords set to Id
File size: 3.3 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#========================================================================
7#D-- UserChoices -
8[UserChoices]
9#============================
10#D-- (<8 chars MAX for JobName)
11JobName=CH4_AER_AC00
12LongName='LMDz4INCA with New scripts'
13TagName=LMDZINCA/CH4_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
47#ATM= (gcm_${config_UserChoices_TagName}.e, gcm.e)
48ATM= (gcm.e, gcm.e)
49CHM= (inca.dat, inca.dat)
50
51#========================================================================
52#D-- Restarts -
53[Restarts]
54#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
55OverRule=n
56#D- Last day of the experience used as restart
57RestartDate=1869-12-30
58#D- Define restart simulation name (=> JOB_OS)
59RestartJobName=CD1
60#D- Path Server Group Login (=> PSGL)
61RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
62# Attention login depend de la machine
63
64#========================================================================
65#D-- Post -
66[Post]
67#D- Do we rebuild parallel output, this flag determines
68#D- frequency of rebuild submission
69RebuildFrequency=NONE
70#D- If you want to monitor variables, this flag determines
71#D- frequency of post-processing submission
72MonitoringFrequency=NONE
73#D- If you want to produce time series, this flag determines
74#D- frequency of post-processing submission
75TimeSeriesFrequency=1M
76#D- If you want to produce seasonal average, this flag determines
77#D- the period of this average
78SeasonalFrequency=5Y
79
80#========================================================================
81#D-- ATM -
82[ATM]
83#
84WriteFrequency="1M 1D HF"
85# If config_Restarts_OverRule == 'n' all params are read
86Restart= n
87# Last day of the experience used as restart
88RestartDate=2000-01-01
89# Define restart simulation name
90RestartJobName=Test_nvSc_AER
91RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
92# Old component name for restart (if empty, use new name)
93OldName=""
94
95#========================================================================
96#D-- CHM -
97[CHM]
98WriteFrequency="1M"
99Restart=n
100#D-- Last day of the experience used as restart
101RestartDate=2000-01-01
102#D-- Define restart simulation name
103RestartJobName=Test_nvSc_AER
104RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
105#D-- Old component name for restart (if empty, use new name)
106OldName=""
107
108#========================================================================
Note: See TracBrowser for help on using the repository browser.