Ignore:
Timestamp:
01/19/11 17:52:56 (13 years ago)
Author:
sdipsl
Message:
  • correct bug with TS 3D without chunck see ticket #52
  • catch return code from all nco operator except ncrcat and exit if SpaceName? is PROD. clean error code handling. Special case for cdo command. see ticket #51
    • it means that if SpaceName?=PROD all must run absolutely perfectly ; otherwise libIGCM will stop.
  • For Smooth file, first access is always true for Period=1. Get Files when SmoothMin?<CumulPeriod?<SmoothMax? and modulo [min]:[modulo:][max] is true. see ticket #44
  • Under testing : do not use unless you are willing to help testing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r387 r409  
    396396          # 
    397397          IGCM_sys_Get /l liste_file_se[*] ${RUN_DIR_PATH} 
    398           eval ExitFlag=false 
    399398          IGCM_debug_Verif_Exit_Post 
    400399           
     
    430429          done 
    431430          IGCM_sys_Rm ${liste_file_se_tmp[*]} 
    432           eval ExitFlag=false 
    433           IGCM_debug_Verif_Exit_Post 
    434431          ;; 
    435432        # For Monthly simulation : 
     
    462459              # 
    463460              IGCM_sys_Get /l liste_file_se[*] ${RUN_DIR_PATH} 
    464               eval ExitFlag=false 
    465461              IGCM_debug_Verif_Exit_Post 
    466462               
     
    488484 
    489485              IGCM_sys_Rm ${liste_file_se_tmp[*]} 
    490               eval ExitFlag=false 
    491               IGCM_debug_Verif_Exit_Post 
    492486          done 
    493487          ;; 
     
    531525              # 
    532526              IGCM_sys_Get /l liste_file_se[*] ${RUN_DIR_PATH} 
    533               eval ExitFlag=false 
    534527              IGCM_debug_Verif_Exit_Post 
    535528               
     
    556549              IGCM_sys_ncra -O -v ${list_var_final_ncra} ${liste_file_se_tmp[*]} ${OUT_SE[${nb}]} 
    557550              IGCM_sys_Rm ${liste_file_se_tmp[*]} 
    558               eval ExitFlag=false 
    559               IGCM_debug_Verif_Exit_Post 
    560551          done 
    561552          ;; 
     
    605596        IGCM_sys_Rm ${RESULT_SE} 
    606597        # 
    607         eval ExitFlag=false 
    608         IGCM_debug_Verif_Exit_Post 
    609598    done 
    610599done 
Note: See TracChangeset for help on using the changeset viewer.