Ignore:
Timestamp:
06/03/10 18:57:05 (14 years ago)
Author:
mmaipsl
Message:

Add cdo function.

File:
1 edited

Legend:

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

    r277 r285  
    12031203} 
    12041204 
     1205############################################################## 
     1206# CDO OPERATOR 
     1207 
     1208function IGCM_sys_cdo { 
     1209    IGCM_debug_PushStack "IGCM_sys_cdo" -- $@ 
     1210 
     1211    \cdo $@ 
     1212    if [ $? -gt 0 ] ; then 
     1213       echo "IGCM_sys_cdo : erreur ${@}." 
     1214#       IGCM_debug_Exit "cdo" 
     1215    fi 
     1216 
     1217    IGCM_debug_PopStack "IGCM_sys_cdo" 
     1218} 
     1219 
    12051220############################################################ 
    12061221# Activate Running Environnment Variables 
Note: See TracChangeset for help on using the changeset viewer.