Ignore:
Timestamp:
10/01/14 12:16:07 (10 years ago)
Author:
sdipsl
Message:

cosmetics (white space clean-up)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_post/libIGCM_post.ksh

    r1070 r1077  
    459459    # ----------------------------------------------------------------------------------- 
    460460    # Function IGCM_FlushPost called by pack_output.job has not been closed yet. Do it now 
    461     # Will submit Time Series OR Seasonal Average if needed  
     461    # Will submit Time Series OR Seasonal Average if needed 
    462462    # ----------------------------------------------------------------------------------- 
    463463    if [ -f ${R_BUFR}/FlushPost_${PeriodDateEnd}.ksh ] ; then 
     
    728728      PeriodSlaveMonth=$( echo ${SlaveFrequency} | sed -e "s/[mM]//" ) 
    729729      if ( [ ${PeriodSlaveMonth} -gt ${PeriodMasterMonth} ] || \ 
    730         [ $(( ${PeriodMasterMonth} % ${PeriodSlaveMonth} )) -ne 0 ] ) ;  then          
     730        [ $(( ${PeriodMasterMonth} % ${PeriodSlaveMonth} )) -ne 0 ] ) ;  then 
    731731        IGCM_debug_Print 1 "${SlaveName} frequency ${SlaveFrequency} not compatbile with" 
    732732        IGCM_debug_Print 1 "${MasterName} frequency : ${MasterFrequency}" 
     
    778778 
    779779  # Used by IGCM_post_Configure 
    780   # - from libIGCM (config_UserChoices_PeriodLength frequency * CumulPeriod) and  
     780  # - from libIGCM (config_UserChoices_PeriodLength frequency * CumulPeriod) and 
    781781  # - post-processing compatible frequency (*Y, *M, *D, *y, *m, *d) 
    782782  # --> turn on post-processing submission when their modulo is zero 
     
    841841      PeriodSlaveMonth=$( echo ${SlaveFrequency} | sed -e "s/[mM]//" ) 
    842842      if [ $(( ( ${CumulPeriod} * ${PeriodSlaveMonth} - ${PeriodOffset} ) % ${PeriodMasterMonth} )) -eq 0 ] ;  then 
    843         if [ $(( ${CumulPeriod} * ${PeriodSlaveMonth} -  ${PeriodOffset} )) -ne 0 ] ; then  
     843        if [ $(( ${CumulPeriod} * ${PeriodSlaveMonth} -  ${PeriodOffset} )) -ne 0 ] ; then 
    844844          eval ${post_freq}=true ; POST=true 
    845845          [ X${3} = XNbPeriodPerFrequency ] && NbPeriodPerFrequency=$(( ${PeriodMasterMonth} / ${PeriodSlaveMonth} )) 
Note: See TracChangeset for help on using the changeset viewer.