# $Id$ # This is config.card file for restart with an NEW libIGCM simulation tree. # #======================================================================== #D-- Compatibility - [Compatibility] libIGCM=1.0 #D-- UserChoices - [UserChoices] #============================ #-- (<8 chars MAX for JobName) JobName=v3cf.aqua4K #----- Short Name of Experiment ExperimentName=aqua4K #----- DEVT TEST PROD SpaceName=PROD LongName="LMDZ4OR configuration using the SVN trunk of LMDZ4" TagName=LMDZOR #============================ #-- leap, noleap, 360d CalendarType=360d #-- Begin and end of job #-- "YYYY-MM-DD" DateBegin=1979-01-01 DateEnd=1985-12-30 #============================ #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation PeriodLength=1M #============================ #-- PBS Class (required on brodie mono/multi) #JobClass=mono JobClass=multi #============================ #-- Total Number of Processors JobNumProcTot=4 #============================ #-- Run Options JobRunOptions='"-np "${NUM_PROC_ATM}" -max_np "${NUM_PROC_ATM}' #-- for vargas #JobRunOptions='"-pgmmodel MPMD -cmdfile"' #============================ # config.card configuration options : #R_INIT=/u/rech/psl/rpsl035/IGCM/INIT #R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT #R_BC=/u/rech/psl/rpsl035/IGCM/BC #R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC #============================ #======================================================================== #D-- Restarts - [Restarts] #D- by default: config.card describes no restart for all components #D- ie start from Levitus or limit files #D- If you want to restart all components from the same simulation, #D- put OveRule flag to 'y' and set the next 3 parameters OverRule=y #D- Last day of the experience used as restart for all components RestartDate=1979-02-01 #D- Define restart simulation name for all components #RestartJobName=historical1 RestartJobName=aqua4K #RestartJobName=aqua4K1 #D- Path Server Group Login RestartPath=/dmnfs12/cont003/p86musat/IGCM_OUT/LMDZOR/PROD/aqua4K #======================================================================== #D-- ATM - [ATM] # WriteFrequency="1M 1D HF" # If config_Restarts_OverRule == 'n' next 4 params are read Restart=n # Last day of the experience used as restart for this component if Restart=y RestartDate=1979-01-30 # Define restart simulation name for this component #RestartJobName=LMDZOR01 #RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip RestartJobName=aquaControl RestartPath=/dmnfs12/cont003/p86musat/IGCM_OUT/LMDZOR/PROD/amip # Old component name for restart (if empty, use new name) OldName= #======================================================================== #D-- ListOfComponents - [ListOfComponents] #D- For each component, Name of component, Tag of component ATM= (lmdz, LMDZ4_AR5) #======================================================================== #D-- Executable - [Executable] Name=lmdz.x #D- For each component, Real name of executable, Name of executable for oasis ATM= (gcm.e, lmdz.x) #======================================================================== #D-- Post - [Post] #D- Do we rebuild parallel output, this flag determines #D- frequency of rebuild submission (use NONE for DRYRUN=3) RebuildFrequency=1Y #D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) #RebuildFromArchive=true RebuildFromArchive=NONE #D- If you want to produce time series, this flag determines #D- frequency of post-processing submission (NONE if you don't want) TimeSeriesFrequency=10Y #D- If you want to produce seasonal average, this flag determines #D- the period of this average (NONE if you don't want) SeasonalFrequency=10Y #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency #D- Usefull if you do not want to consider the first X simulation's years SeasonalFrequencyOffset=0 #========================================================================