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

    r375 r377  
    10001000# NCO OPERATOR 
    10011001 
    1002 function IGCM_sys_ncap { 
    1003     IGCM_debug_PushStack "IGCM_sys_ncap" -- $@ 
    1004     if ( $DEBUG_sys ) ; then 
    1005         echo "IGCM_sys_ncap :" $@ 
    1006     fi 
    1007     ncap "$@" 
    1008     if [ $? -gt 0 ] ; then 
    1009        echo "IGCM_sys_ncap : erreur ${@}." 
    1010        IGCM_debug_Exit "ncap" 
    1011     fi 
    1012  
    1013     IGCM_debug_PopStack "IGCM_sys_ncap" 
     1002function IGCM_sys_ncap2 { 
     1003    IGCM_debug_PushStack "IGCM_sys_ncap2" -- $@ 
     1004    if ( $DEBUG_sys ) ; then 
     1005        echo "IGCM_sys_ncap2 :" $@ 
     1006    fi 
     1007    ncap2 "$@" 
     1008    if [ $? -gt 0 ] ; then 
     1009       echo "IGCM_sys_ncap2 : erreur ${@}." 
     1010       IGCM_debug_Exit "ncap2" 
     1011    fi 
     1012 
     1013    IGCM_debug_PopStack "IGCM_sys_ncap2" 
    10141014} 
    10151015 
Note: See TracChangeset for help on using the changeset viewer.