Changeset 30


Ignore:
Timestamp:
11/07/08 12:46:10 (15 years ago)
Author:
sdipsl
Message:

SD : - bug correction for asynchronous rebuild when post-treatment and rebuild have different frequency

  • few clean up
File:
1 edited

Legend:

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

    r27 r30  
    4646                        else 
    4747                            IGCM_debug_Print 3 "PeriodLength frequency ${config_UserChoices_PeriodLength} not compatbile with" 
    48                             IGCM_debug_Print 3 "${flag_post} frequency : ${config_Post_post_freq} " 
     48                            IGCM_debug_Print 3 "RebuildFrequency frequency : ${config_Post_RebuildFrequency}" 
    4949                        fi ;; 
    5050                    *M|*m) 
     
    5757                        else 
    5858                            IGCM_debug_Print 3 "PeriodLength frequency ${config_UserChoices_PeriodLength} not compatbile with" 
    59                             IGCM_debug_Print 3 "${flag_post} frequency : ${config_Post_post_freq} " 
     59                            IGCM_debug_Print 3 "RebuildFrequency frequency : ${config_Post_RebuildFrequency}" 
    6060                        fi ;; 
    6161                    *D|*d) 
     
    7070                            else 
    7171                                IGCM_debug_Print 3 "PeriodLength frequency ${config_UserChoices_PeriodLength} not compatbile with" 
    72                                 IGCM_debug_Print 3 "${flag_post} frequency : ${config_Post_post_freq} " 
     72                                IGCM_debug_Print 3 "RebuildFrequency frequency : ${config_Post_RebuildFrequency}" 
    7373                            fi 
    7474                        else 
     
    104104                        else 
    105105                            IGCM_debug_Print 3 "PeriodLength frequency ${config_UserChoices_PeriodLength} not compatbile with" 
    106                             IGCM_debug_Print 3 "${flag_post} frequency : ${config_Post_post_freq} " 
     106                            IGCM_debug_Print 3 "RebuildFrequency frequency : ${config_Post_RebuildFrequency}" 
    107107                        fi ;; 
    108108                    *D|*d) 
    109109                        IGCM_debug_Print 3 "PeriodLength frequency ${config_UserChoices_PeriodLength} not compatbile with" 
    110                         IGCM_debug_Print 3 "${flag_post} frequency : ${config_Post_post_freq} " ;; 
     110                        IGCM_debug_Print 3 "RebuildFrequency frequency : ${config_Post_RebuildFrequency}" ;; 
    111111                esac 
    112112                ;; 
     
    284284    done 
    285285    IGCM_debug_Print 1 "POST-TREATEMENT flag value : ${POST}" 
    286     [ ${POST} = true ] && IGCM_post_Submit 
     286    [ ${POST} = true ] || [ ${RebuildFrequency} = true ] && IGCM_post_Submit 
    287287 
    288288    IGCM_debug_PopStack "IGCM_post_Initialize" 
Note: See TracChangeset for help on using the changeset viewer.