Ignore:
Timestamp:
05/05/09 10:49:47 (15 years ago)
Author:
sdipsl
Message:

Bugfix : In case dmget ends badly do not stop switch. User may want a field time series that does not exist in file ...

DMFDIR now available in SX9 environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercureTX.ksh

    r98 r115  
    879879        RET=$? 
    880880        if [ ${RET} -gt 0 ] ; then 
    881             echo "IGCM_sys_Get : demigration error." 
     881            echo "WARNING IGCM_sys_Get : demigration error." 
    882882            cat out_rsync 
    883             IGCM_debug_Exit "IGCM_sys_Get" 
    884             IGCM_debug_PopStack "IGCM_sys_Get" 
    885             return 
     883            #IGCM_debug_Exit "IGCM_sys_Get" 
     884            #IGCM_debug_PopStack "IGCM_sys_Get" 
     885            #return 
    886886        fi 
    887887 
Note: See TracChangeset for help on using the changeset viewer.