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_multi_se

    r396 r409  
    384384        # 
    385385        IGCM_sys_Get /l liste_file_se[*] ${RUN_DIR_PATH} 
    386         eval ExitFlag=false 
    387386        IGCM_debug_Verif_Exit_Post 
    388387        # Search of common list of variables to be treated 
     
    406405        done 
    407406        IGCM_sys_Rm ${liste_file_se_tmp[*]} 
    408         eval ExitFlag=false 
    409         IGCM_debug_Verif_Exit_Post 
    410407        # 
    411408 
     
    449446        IGCM_sys_Rm ${RESULT_MULTI_SE} 
    450447        # 
    451         eval ExitFlag=false 
    452         IGCM_debug_Verif_Exit_Post 
    453448    done 
    454449done 
Note: See TracChangeset for help on using the changeset viewer.