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_cesium.ksh

    r404 r409  
    222222#D- 
    223223function IGCM_sys_SendMail { 
    224     IGCM_debug_PushStack "IGCM_sys_SendMailPost" $@ 
     224    IGCM_debug_PushStack "IGCM_sys_SendMail" $@ 
    225225    if ( $DEBUG_sys ) ; then 
    226226        echo "IGCM_sys_SendMail :" $@ 
     
    13181318    if [ $? -gt 0 ] ; then 
    13191319       echo "IGCM_sys_ncap2 : erreur ${@}." 
    1320 #       IGCM_debug_Exit "ncap2" 
     1320       IGCM_debug_Exit "ncap2" 
    13211321    fi 
    13221322 
     
    13321332    if [ $? -gt 0 ] ; then 
    13331333       echo "IGCM_sys_ncatted : erreur ${@}." 
    1334 #       IGCM_debug_Exit "ncatted" 
     1334       IGCM_debug_Exit "ncatted" 
    13351335    fi 
    13361336 
     
    13461346    if [ $? -gt 0 ] ; then 
    13471347       echo "IGCM_sys_ncbo : erreur ${@}." 
    1348 #       IGCM_debug_Exit "ncbo" 
     1348       IGCM_debug_Exit "ncbo" 
    13491349    fi 
    13501350 
     
    13601360    if [ $? -gt 0 ] ; then 
    13611361       echo "IGCM_sys_ncdiff : erreur ${@}." 
    1362 #       IGCM_debug_Exit "ncdiff" 
     1362       IGCM_debug_Exit "ncdiff" 
    13631363    fi 
    13641364 
     
    13741374    if [ $? -gt 0 ] ; then 
    13751375       echo "IGCM_sys_ncea : erreur ${@}." 
    1376 #       IGCM_debug_Exit "ncea" 
     1376       IGCM_debug_Exit "ncea" 
    13771377    fi 
    13781378 
     
    13881388    if [ $? -gt 0 ] ; then 
    13891389       echo "IGCM_sys_ncecat : erreur ${@}." 
    1390 #       IGCM_debug_Exit "ncecat" 
     1390       IGCM_debug_Exit "ncecat" 
    13911391    fi 
    13921392 
     
    14021402    if [ $? -gt 0 ] ; then 
    14031403       echo "IGCM_sys_ncflint : erreur ${@}." 
    1404 #       IGCM_debug_Exit "ncflint" 
     1404       IGCM_debug_Exit "ncflint" 
    14051405    fi 
    14061406 
     
    14161416    if [ $? -gt 0 ] ; then 
    14171417       echo "IGCM_sys_ncks : erreur ${@}." 
    1418 #       IGCM_debug_Exit "ncks" 
     1418       IGCM_debug_Exit "ncks" 
    14191419    fi 
    14201420 
     
    14301430    if [ $? -gt 0 ] ; then 
    14311431       echo "IGCM_sys_ncpdq : erreur ${@}." 
    1432 #       IGCM_debug_Exit "ncpdq" 
     1432       IGCM_debug_Exit "ncpdq" 
    14331433    fi 
    14341434 
     
    14441444    if [ $? -gt 0 ] ; then 
    14451445       echo "IGCM_sys_ncra : erreur ${@}." 
    1446 #       IGCM_debug_Exit "ncra" 
     1446       IGCM_debug_Exit "ncra" 
    14471447    fi 
    14481448 
     
    14721472    if [ $? -gt 0 ] ; then 
    14731473       echo "IGCM_sys_ncrename : erreur ${@}." 
    1474 #       IGCM_debug_Exit "ncrename" 
     1474       IGCM_debug_Exit "ncrename" 
    14751475    fi 
    14761476 
     
    14861486    if [ $? -gt 0 ] ; then 
    14871487       echo "IGCM_sys_ncwa : erreur ${@}." 
    1488 #       IGCM_debug_Exit "ncwa" 
     1488       IGCM_debug_Exit "ncwa" 
    14891489    fi 
    14901490 
     
    15011501    if [ $? -gt 0 ] ; then 
    15021502       echo "IGCM_sys_cdo : erreur ${@}." 
    1503 #       IGCM_debug_Exit "cdo" 
     1503       IGCM_debug_PopStack "IGCM_sys_cdo" 
     1504       return 1 
     1505    else 
     1506        IGCM_debug_PopStack "IGCM_sys_cdo" 
     1507        return 0 
    15041508    fi 
    15051509 
Note: See TracChangeset for help on using the changeset viewer.