source: CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/config.card @ 1242

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


File size: 3.3 KB
RevLine 
[119]1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
[163]3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#========================================================================
[119]7#D-- UserChoices -
8[UserChoices]
9#============================
10#D-- (<8 chars MAX for JobName)
[841]11JobName=LI_G_00
[119]12LongName='LMDz4INCA with New scripts'
[184]13TagName=LMDZINCA/GES
[119]14#============================
15#D-- leap, noleap, 360d
[889]16CalendarType=leap
[119]17#D-- Début et fin de Job
18#D-- "YYYY-MM-DD"
19DateBegin=2000-01-01
[889]20DateEnd=2000-12-31
[119]21#============================
22#D-- 1Y, 1M, 5D, 1D
23PeriodLength=1M
24#============================
[137]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
[141]31JobNumProcTot=4
[137]32#============================
[141]33#-- Run Options : here for oasis coupling
[167]34JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
[119]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)
[266]48CHM= (inca.dat, inca.dat)
[119]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)
[841]58RestartJobName=JobName
[119]59#D- Path Server Group Login (=> PSGL)
[841]60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/GES/
[119]61# Attention login depend de la machine
62
63#========================================================================
64#D-- Post -
65[Post]
66#D- Do we rebuild parallel output, this flag determines
[841]67#D- frequency of rebuild submission (use NONE for DRYRUN=3)
68RebuildFrequency=1M
69#D- Do we rebuild parallel output from archive
70RebuildFromArchive=true
[119]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
[841]88RestartJobName=JobName
89RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/GES/
[119]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
[841]101RestartJobName=JobName
102RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/GES/
[119]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.