Ignore:
Timestamp:
11/03/10 16:50:59 (14 years ago)
Author:
brocksce
Message:

IGCM_sys_ncap replaced by IGCM_sys_ncap2 because ncap2 can do more than ncap
Added correction of climatological axis in create_se
Added all different calendars
Added defdim("tbnds",2)
Added test to handle time_counter and time UNLIMITED dimension (for CPL component)

File:
1 edited

Legend:

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

    r375 r377  
    11611161# NCO OPERATOR 
    11621162 
    1163 function IGCM_sys_ncap { 
    1164     IGCM_debug_PushStack "IGCM_sys_ncap" -- $@ 
    1165     if ( $DEBUG_sys ) ; then 
    1166         echo "IGCM_sys_ncap :" $@ 
    1167     fi 
    1168     /usr/local/bin/ncap "$@" 
    1169     if [ $? -gt 0 ] ; then 
    1170        echo "IGCM_sys_ncap : erreur ${@}." 
    1171 #       IGCM_debug_Exit "ncap" 
    1172     fi 
    1173  
    1174     IGCM_debug_PopStack "IGCM_sys_ncap" 
     1163function IGCM_sys_ncap2 { 
     1164    IGCM_debug_PushStack "IGCM_sys_ncap2" -- $@ 
     1165    if ( $DEBUG_sys ) ; then 
     1166        echo "IGCM_sys_ncap2 :" $@ 
     1167    fi 
     1168    /usr/local/bin/ncap2 "$@" 
     1169    if [ $? -gt 0 ] ; then 
     1170       echo "IGCM_sys_ncap2 : erreur ${@}." 
     1171#       IGCM_debug_Exit "ncap2" 
     1172    fi 
     1173 
     1174    IGCM_debug_PopStack "IGCM_sys_ncap2" 
    11751175} 
    11761176 
Note: See TracChangeset for help on using the changeset viewer.