Changeset 195


Ignore:
Timestamp:
11/04/09 18:08:03 (14 years ago)
Author:
mafoipsl
Message:

Bad dot.

File:
1 edited

Legend:

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

    r194 r195  
    7171        for var in ${VARName[*]} ; do 
    7272            # Old attribute value 
    73             ATTN=$( cat ${file}_ncdump-h | grep "${var}:coordinates.*" | grep "t_ave_${AXISt_i}" | sed -e "s/.*:coordinates. = \"\(.*\)\" ;/\1/" ) 
     73            ATTN=$( cat ${file}_ncdump-h | grep "${var}:coordinates.*" | grep "t_ave_${AXISt_i}" | sed -e "s/.*:coordinates = \"\(.*\)\" ;/\1/" ) 
    7474            # New attribute value 
    7575            ATTNV=$( echo ${ATTN} | sed -e "s/t_ave_${AXISt_i}/time_counter/" ) #| sed -e 's/[[:space:]]/\\ /g') 
Note: See TracChangeset for help on using the changeset viewer.