source: CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/config.card @ 841

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

ACo: Update config LMDZINCA (Rebuild on Archive - LMDZ calendar

  • Property svn:keywords set to Id
File size: 3.2 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_A_00
12LongName='LMDz4INCA with New scripts'
13TagName=LMDZINCA/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=JobName
59#D- Path Server Group Login (=> PSGL)
60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/
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 (use NONE for DRYRUN=3)
68RebuildFrequency=1M
69#D- Do we rebuild parallel output from archive
70RebuildFromArchive=true
71#D- If you want to produce time series, this flag determines
72#D- frequency of post-processing submission
73TimeSeriesFrequency=1M
74#D- If you want to produce seasonal average, this flag determines
75#D- the period of this average
76SeasonalFrequency=5Y
77
78#========================================================================
79#D-- ATM -
80[ATM]
81#
82WriteFrequency="1M 1D HF"
83# If config_Restarts_OverRule == 'n' all params are read
84Restart=n
85# Last day of the experience used as restart
86RestartDate=2000-01-01
87# Define restart simulation name
88RestartJobName=JobName
89RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/
90# Old component name for restart (if empty, use new name)
91OldName=""
92
93#========================================================================
94#D-- CHM -
95[CHM]
96WriteFrequency="1M"
97Restart=n
98#D-- Last day of the experience used as restart
99RestartDate=2000-01-01
100#D-- Define restart simulation name
101RestartJobName=JobName
102RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/
103#D-- Old component name for restart (if empty, use new name)
104OldName=""
105
106#========================================================================
Note: See TracBrowser for help on using the repository browser.