Changeset 169 for trunk/libIGCM


Ignore:
Timestamp:
09/02/09 09:54:49 (15 years ago)
Author:
mafoipsl
Message:

adapt time_axis Patch for double (or float) time_counter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_post/IGCM_Patch_20090407_histcom_time_axis.ksh

    r91 r169  
    2222 
    2323    ncdump -h ${1} > ${1}_ncdump-h 
    24     set +A AXISt $(cat ${1}_ncdump-h | grep 't_ave_.*(time_counter)' | sed -e 's/[[:space:]]double t_ave_\([0-9]*\).*/\1/') 
     24    set +A AXISt $(cat ${1}_ncdump-h | grep 't_ave_.*(time_counter)' | sed -e 's/[[:space:]][fd][lo][ou][ab][tl][ e] *t_ave_\([0-9]*\).*/\1/') 
    2525    # liste => tous les axes de temps vont s'appeler time_counter !! 
    2626    if [ $? -eq 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.