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

    r375 r377  
    11191119# NCO OPERATOR 
    11201120 
    1121 function IGCM_sys_ncap { 
    1122     IGCM_debug_PushStack "IGCM_sys_ncap" -- $@ 
    1123     if ( $DEBUG_sys ) ; then 
    1124         echo "IGCM_sys_ncap :" $@ 
    1125     fi 
    1126     ncap "$@" 
    1127     if [ $? -gt 0 ] ; then 
    1128        echo "IGCM_sys_ncap : erreur ${@}." 
    1129 #       IGCM_debug_Exit "ncap" 
    1130     fi 
    1131  
    1132     IGCM_debug_PopStack "IGCM_sys_ncap" 
     1121function IGCM_sys_ncap2 { 
     1122    IGCM_debug_PushStack "IGCM_sys_ncap2" -- $@ 
     1123    if ( $DEBUG_sys ) ; then 
     1124        echo "IGCM_sys_ncap2 :" $@ 
     1125    fi 
     1126    ncap2 "$@" 
     1127    if [ $? -gt 0 ] ; then 
     1128       echo "IGCM_sys_ncap2 : erreur ${@}." 
     1129#       IGCM_debug_Exit "ncap2" 
     1130    fi 
     1131 
     1132    IGCM_debug_PopStack "IGCM_sys_ncap2" 
    11331133} 
    11341134 
Note: See TracChangeset for help on using the changeset viewer.