source: CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/config.card @ 889

Last change on this file since 889 was 889, checked in by acosce, 14 years ago

ACo : update LMDZINCA_v3 config

1- add TS in inca.card
2- add repertory POST
3- change calendar by default (leap)


  • 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=LI_CA_00
12LongName='LMDz4INCA with New scripts'
13TagName=LMDZINCA/CH4_AER
14#============================
15#D-- leap, noleap, 360d
16CalendarType=leap
17#D-- Début et fin de Job
18#D-- "YYYY-MM-DD"
19DateBegin=2000-01-01
20DateEnd=2000-12-31
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=JobName
60#D- Path Server Group Login (=> PSGL)
61RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4_AER/
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 (use NONE for DRYRUN=3)
69RebuildFrequency=1M
70#D- Do we rebuild parallel output from archive
71RebuildFromArchive=true
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=JobName
90RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4_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=JobName
103RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4_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.