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/libIGCM_sys/libIGCM_sys_ulam.ksh

    r377 r409  
    10221022    if [ $? -gt 0 ] ; then 
    10231023       echo "IGCM_sys_ncatted : erreur ${@}." 
    1024 #       IGCM_debug_Exit "ncatted" 
     1024       IGCM_debug_Exit "ncatted" 
    10251025    fi 
    10261026 
     
    11481148    if [ $? -gt 0 ] ; then 
    11491149       echo "IGCM_sys_ncrcat : erreur ${@}." 
    1150        IGCM_debug_Exit "ncrcat" 
     1150#       IGCM_debug_Exit "ncrcat" 
    11511151    fi 
    11521152 
     
    11911191    if [ $? -gt 0 ] ; then 
    11921192       echo "IGCM_sys_cdo : erreur ${@}." 
    1193 #       IGCM_debug_Exit "cdo" 
     1193       IGCM_debug_PopStack "IGCM_sys_cdo" 
     1194       return 1 
     1195    else 
     1196        IGCM_debug_PopStack "IGCM_sys_cdo" 
     1197        return 0 
    11941198    fi 
    11951199 
Note: See TracChangeset for help on using the changeset viewer.