Changeset 189


Ignore:
Timestamp:
10/26/09 09:37:14 (15 years ago)
Author:
sdipsl
Message:
  • Bugfix of the bugfix (badly placed bracket)
  • Ask more time to the scheduler to anticipate CMIP5 time series
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r184 r189  
    4848#-Q- sx8mercure #PBS -S /usr/bin/ksh         # shell de soumission 
    4949#-Q- sx8mercure #PBS -l memsz_job=1gb        # Limite memoire a 1 Go 
    50 #-Q- sx8mercure #PBS -l cputim_job=2:00:00   # Limite temps a 2 heures 
     50#-Q- sx8mercure #PBS -l cputim_job=24:00:00   # Limite temps a 2 heures 
    5151#-Q- sx8mercure #PBS -q scalaire 
    5252#-Q- sx9mercure #!/bin/ksh 
     
    5858#-Q- sx9mercure #PBS -S /usr/bin/ksh         # shell de soumission 
    5959#-Q- sx9mercure #PBS -l memsz_job=1gb        # Limite memoire a 1 Go 
    60 #-Q- sx9mercure #PBS -l cputim_job=2:00:00   # Limite temps a 2 heures 
     60#-Q- sx9mercure #PBS -l cputim_job=24:00:00   # Limite temps a 2 heures 
    6161#-Q- sx9mercure #PBS -q scalaire 
    6262#-Q- default #!/bin/ksh 
     
    275275                # If we are not a Chunck type task, skip files/variables handled  by chunck task 
    276276                # 
    277                 if ( [ ! X${TsTask} = XChunck${Dimension} ] && [ ! X${TsTask} = X ] && [ ! XChunck${Dimension} = XChunck] ) ; then 
     277                if ( [ ! X${TsTask} = XChunck${Dimension} ] && [ ! X${TsTask} = X ] && [ ! XChunck${Dimension} = XChunck ] ) ; then 
    278278                    IGCM_card_DefineVariableFromOption ${card} Post_${FILE} ChunckJob${Dimension} 
    279279                    if [ ! $( eval echo \${${compname}_Post_${FILE}_ChunckJob${Dimension}} ) = NONE ] ; then 
Note: See TracChangeset for help on using the changeset viewer.