source: CONFIG/IPSLCM/IPSLCM5A/Chistorical/config.card @ 1704

Last change on this file since 1704 was 1607, checked in by mafoipsl, 13 years ago

For IPSLCM5A, put 32 processors as default, delte vectopt key compilation, change the comment for vargas.

File size: 7.0 KB
RevLine 
[396]1#
[982]2# This is config.card file for IPSLCM5A configuration
[396]3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#============================
[1316]11JobName=Chistorical00
[996]12#----- Short Name of Experiment
[988]13ExperimentName=historical
[982]14#----- DEVT TEST PROD
15SpaceName=DEVT
[996]16LongName="IPSLCM5A CMIP5 DEVT phase historical example with large outputs"
[982]17TagName=IPSLCM5A
[396]18#============================
19#-- leap, noleap, 360d
[906]20CalendarType=noleap
[583]21#-- Experiment dates : Beginning and ending
[396]22#-- "YYYY-MM-DD"
[984]23DateBegin=1850-01-01
24DateEnd=1850-12-31
[396]25#============================
[583]26#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
[396]27PeriodLength=1M
28#============================
29#-- PBS Class (required on brodie mono/multi)
30#JobClass=mono
31JobClass=multi
32#============================
33#-- Total Number of Processors (minimum is 2 for a coupled configuration)
[1607]34#JobNumProcTot=4
35JobNumProcTot=32
[396]36#============================
37#-- Run Options : here for oasis coupling
38JobRunOptions='-f'
[713]39#-- for vargas
40#JobRunOptions='"-pgmmodel MPMD -cmdfile"'
[396]41#============================
42# config.card configuration options :
[583]43#R_INIT=/u/rech/psl/rpsl035/IGCM/INIT
44#R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT
45#R_BC=/u/rech/psl/rpsl035/IGCM/BC
46#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC
[396]47#============================
48
49#========================================================================
50#D-- Restarts -
51[Restarts]
[895]52#D- by default: config.card describes no restart for all components
53#D-             ie start from Levitus or limit files
54#D- If you want to restart all components from the same simulation,
55#D-      put OveRule flag to 'y' and set the next 3 parameters
[1171]56OverRule=y
[895]57#D- Last day of the experience used as restart for all components
[1316]58RestartDate=1850-12-31
[895]59#D- Define restart simulation name for all components
[1171]60# For historical simulation you have to start from an other simulation
[1316]61RestartJobName=CpiControl00
[396]62#D- Path Server Group Login
[1316]63RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/CpiControl
[396]64
65#========================================================================
66#D-- ATM -
67[ATM]
68#
69WriteFrequency="1M 1D HF"
[895]70# If config_Restarts_OverRule == 'n' next 4 params are read
[396]71Restart= n
[895]72# Last day of the experience used as restart for this component if Restart=y
[984]73RestartDate=1899-12-31
[895]74# Define restart simulation name for this component
[996]75RestartJobName=EXP00
76RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
[1237]77# !! NEW for Carbone cycle !! Path where to find old co2.log file for restart CO2.
78SubmitRestartPath=${SUBMIT_DIR}/../CpiControl
[396]79# Old component name for restart (if empty, use new name)
80OldName=
81
82#========================================================================
83#D-- OCE -
84[OCE]
[777]85WriteFrequency="1M 1D"
[895]86# If config_Restarts_OverRule == 'n' next 4 params are read
[396]87Restart= n
[895]88##-- Last day of the experience used as restart for this component if Restart=y
[984]89RestartDate=1899-12-31
[895]90# Define restart simulation name for this component
[996]91RestartJobName=EXP00
92RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
[396]93# Old component name for restart (if empty, use new name)
94OldName=
95
96#========================================================================
97#D-- ICE -
98[ICE]
[777]99WriteFrequency="1M 1D"
[895]100# If config_Restarts_OverRule == 'n' next 4 params are read
[396]101Restart= n
[895]102##-- Last day of the experience used as restart for this component if Restart=y
[984]103RestartDate=1899-12-31
[895]104# Define restart simulation name for this component
[996]105RestartJobName=EXP00           
106RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
[396]107# Old component name for restart (if empty, use new name)
108OldName=
109
110#========================================================================
[925]111#D-- MBG -
112[MBG]
113WriteFrequency="1M"
114# If config_Restarts_OverRule == 'n' next 4 params are read
[982]115Restart= n
[925]116##-- Last day of the experience used as restart for this component if Restart=y
[982]117RestartDate=1990-12-31
[925]118# Define restart simulation name
[996]119RestartJobName=EXP00
120RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
[925]121# Old component name for restart (if empty, use new name)
122OldName=
123
124#========================================================================
[396]125#D-- SRF -
126[SRF]
[1049]127WriteFrequency="1M HF"
[895]128# If config_Restarts_OverRule == 'n' next 4 params are read
[396]129Restart=n
[895]130##-- Last day of the experience used as restart for this component if Restart=y
[984]131RestartDate=1899-12-31
[895]132# Define restart simulation name for this component
[996]133RestartJobName=EXP00
134RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
[396]135#-- Old component name for restart (if empty, use new name)
136OldName=
137
138#========================================================================
[1049]139#D-- SBG - STOMATE
[793]140[SBG]
141WriteFrequency="1M"
[895]142# If config_Restarts_OverRule == 'n' next 4 params are read
[793]143Restart=n
[895]144#-- Last day of the experience used as restart for this component if Restart=y
[984]145RestartDate=1899-12-31
[895]146# Define restart simulation name for this component
[996]147RestartJobName=EXP00
148RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
[793]149#-- Old component name for restart (if empty, use new name)
150OldName=
151
152#========================================================================
[396]153#D-- CPL -
154[CPL]
[810]155WriteFrequency="1M 1D"
[895]156# If config_Restarts_OverRule == 'n' next 4 params are read
[396]157Restart= n
[895]158##-- Last day of the experience used as restart for this component if Restart=y
[984]159RestartDate=1899-12-31
[895]160# Define restart simulation name for this component
[996]161RestartJobName=EXP00
162RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
[396]163# Old component name for restart (if empty, use new name)
164OldName=
165
166#========================================================================
[895]167#D-- ListOfComponents -
168[ListOfComponents]
169#D- For each component, Name of component, Tag of component
170ATM= (lmdz, LMDZ4-dev)
[1049]171SRF= (orchidee, ORCHIDEE_1_9_5)
172SBG= (stomate, ORCHIDEE_1_9_5)
[982]173OCE= (opa9, CMIP5_IPSL)
174ICE= (lim2, CMIP5_IPSL)
175MBG= (pisces, CMIP5_IPSL)
[895]176CPL= (oasis, OASIS3)
177
178#========================================================================
179#D-- Executable -
180[Executable]
181Name=run_file
182#D- For each component, Real name of executable, Name of executable for oasis
183ATM= (gcm.e, lmdz.x)
184SRF= ("", "")
185SBG= ("", "")
186OCE= (opa, opa.xx)
187ICE= ("", "")
[925]188MBG= ("", "")
[895]189CPL= (oasis, oasis)
190
191#========================================================================
192#D-- Post -
193[Post]
194#D- Do we rebuild parallel output, this flag determines
195#D- frequency of rebuild submission (use NONE for DRYRUN=3)
[1502]196RebuildFrequency=1Y
[1607]197#D- Do we rebuild parallel output from archive (use true on vargas)
[1502]198RebuildFromArchive=NONE
[895]199#D- If you want to produce time series, this flag determines
200#D- frequency of post-processing submission (NONE if you don't want)
201TimeSeriesFrequency=10Y
202#D- If you want to produce seasonal average, this flag determines
203#D- the period of this average (NONE if you don't want)
204SeasonalFrequency=10Y
205#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
206#D- Usefull if you do not want to consider the first X simulation's years
207SeasonalFrequencyOffset=0
208
209#========================================================================
Note: See TracBrowser for help on using the repository browser.