#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $ #======================================================================== #D-- Carte pour un run GES en resolution 96x72 #======================================================================== #D-- Compatibility - [Compatibility] libIGCM=1.0 #======================================================================== #D-- UserChoices - [UserChoices] #============================ #D-- (<8 chars MAX for JobName) JobName=LOI_G_00 LongName='LMDz-ORCHIDEE-INCA with New scripts' TagName=LMDZORINCA/GES #============================ #D-- leap, noleap, 360d CalendarType=leap #D-- Début et fin de Job #D-- "YYYY-MM-DD" DateBegin=2000-01-01 DateEnd=2000-12-31 #============================ #D-- 1Y, 1M, 5D, 1D PeriodLength=1M #============================ #-- PBS Class (required on brodie mono/multi) #JobClass=mono JobClass=multi #============================ #-- Total Number of Processors (minimum is 2 for a coupled configuration) #JobNumProcTot=2 JobNumProcTot=4 #============================ #-- Run Options : here for oasis coupling JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}' #======================================================================== #D-- ListOfComponents - [ListOfComponents] #D- For each component, Name of component, Tag of component ATM= (lmdz, LMDZ4) SRF= (orchidee, orchidee_1_9_2) CHM= (inca, INCA3) #======================================================================== #D-- Executable - [Executable] Name=gcm.e #D- For each component, Real name of executable, Name of executable for oasis ATM= (gcm.e, gcm.e) SRF= ("", "") CHM= (inca.dat, inca.dat) #======================================================================== #D-- Restarts - [Restarts] #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y' OverRule=n #D- Last day of the experience used as restart RestartDate=1869-12-30 #D- Define restart simulation name (=> JOB_OS) RestartJobName=JobName #D- Path Server Group Login (=> PSGL) RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES # Attention login depend de la machine #======================================================================== #D-- Post - [Post] #D- Do we rebuild parallel output, this flag determines #D- frequency of rebuild submission RebuildFrequency=1Y #D- Do we rebuild parallel output from archive RebuildFromArchive=none #D- If you want to produce time series, this flag determines #D- frequency of post-processing submission TimeSeriesFrequency=1Y #D- If you want to produce seasonal average, this flag determines #D- the period of this average SeasonalFrequency=5Y #======================================================================== #D-- ATM - [ATM] # WriteFrequency="1M 1D HF" # If config_Restarts_OverRule == 'n' all params are read Restart= n # Last day of the experience used as restart RestartDate=2000-01-01 # Define restart simulation name RestartJobName=JobName RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES # Old component name for restart (if empty, use new name) OldName="" #======================================================================== #D-- SRF - [SRF] WriteFrequency="1M" Restart=n ##-- Last day of the experience used as restart RestartDate=1999-12-30 # Define restart simulation name RestartJobName=JobName RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES #-- Old component name for restart (if empty, use new name) OldName= #======================================================================== #D-- CHM - [CHM] WriteFrequency="1M" Restart=n #D-- Last day of the experience used as restart RestartDate=2000-01-01 #D-- Define restart simulation name RestartJobName=JobName RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES #D-- Old component name for restart (if empty, use new name) OldName="" #========================================================================