source: CONFIG/trunk/LMDZINCA_v2/EXP_GES/config.card @ 184

Last change on this file since 184 was 184, checked in by acosce, 17 years ago

ACo : take into account resolution for asking the compilation

ex : CH4xLMD9671 in place of CH4
change AA_make and all the card

File size: 3.4 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=GES_AC00
12LongName='LMDz4INCA with New scripts'
13TagName=LMDZINCA/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#============================
36R_INIT=/dmnfs/p86cozic/IGCM_NEW/INIT
37R_BC=/dmnfs/p86cozic/IGCM_NEW/BC
38
39#========================================================================
40#D-- ListOfComponents -
41[ListOfComponents]
42#D- For each component, Name of component, Tag of component
43ATM= (lmdz, LMDZ4)
44CHM= (inca, INCA3)
45
46#========================================================================
47#D-- Executable -
48[Executable]
49Name=gcm.e
50#D- For each component, Real name of executable, Name of executable for oasis
51#ATM= (gcm_${config_UserChoices_TagName}.e, gcm.e)
52ATM= (gcm.e, gcm.e)
53CHM= ("", "")
54
55#========================================================================
56#D-- Restarts -
57[Restarts]
58#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
59OverRule=n
60#D- Last day of the experience used as restart
61RestartDate=1869-12-30
62#D- Define restart simulation name (=> JOB_OS)
63RestartJobName=CD1
64#D- Path Server Group Login (=> PSGL)
65RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
66# Attention login depend de la machine
67
68#========================================================================
69#D-- Post -
70[Post]
71#D- Do we rebuild parallel output, this flag determines
72#D- frequency of rebuild submission
73RebuildFrequency=NONE
74#D- If you want to monitor variables, this flag determines
75#D- frequency of post-processing submission
76MonitoringFrequency=NONE
77#D- If you want to produce time series, this flag determines
78#D- frequency of post-processing submission
79TimeSeriesFrequency=1M
80#D- If you want to produce seasonal average, this flag determines
81#D- the period of this average
82SeasonalFrequency=5Y
83
84#========================================================================
85#D-- ATM -
86[ATM]
87#
88WriteFrequency="1M 1D HF"
89# If config_Restarts_OverRule == 'n' all params are read
90Restart= n
91# Last day of the experience used as restart
92RestartDate=2000-01-01
93# Define restart simulation name
94RestartJobName=Test_nvSc_AER
95RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
96# Old component name for restart (if empty, use new name)
97OldName=""
98
99#========================================================================
100#D-- CHM -
101[CHM]
102WriteFrequency="1M"
103Restart=n
104#D-- Last day of the experience used as restart
105RestartDate=2000-01-01
106#D-- Define restart simulation name
107RestartJobName=Test_nvSc_AER
108RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
109#D-- Old component name for restart (if empty, use new name)
110OldName=""
111
112#========================================================================
Note: See TracBrowser for help on using the repository browser.