Ignore:
Timestamp:
11/03/10 12:25:42 (14 years ago)
Author:
brocksce
Message:

Reactive IGCM_sys_ncatted with "$@" change

File:
1 edited

Legend:

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

    r373 r375  
    6161            ATTNV=$( echo ${ATTN} | sed -e "s/t_ave_${AXISt_i}/time_counter/" ) #| sed -e 's/[[:space:]]/\\ /g') 
    6262            # change it ! 
    63             ${ncatted} -O --hst -a associate,${var},m,c,"${ATTNV}" ${file} 
    64             # This is not an IGCM function because of a 
    65             # Problem with ksh and string passed in this IGCM_sys_ncatted function to ncatted ! 
     63            IGCM_sys_ncatted -O --hst -a associate,${var},m,c,"${ATTNV}" ${file} 
    6664        done 
    6765 
     
    7573            ATTNV=$( echo ${ATTN} | sed -e "s/t_ave_${AXISt_i}/time_counter/" ) #| sed -e 's/[[:space:]]/\\ /g') 
    7674            # change it !  
    77             ${ncatted} -O --hst -a coordinates,${var},m,c,"${ATTNV}" ${file} 
    78             # This is not an IGCM function because of a 
    79             # Problem with ksh and string passed in this IGCM_sys_ncatted function to ncatted ! 
     75            IGCM_sys_ncatted -O --hst -a coordinates,${var},m,c,"${ATTNV}" ${file} 
    8076        done 
    8177 
Note: See TracChangeset for help on using the changeset viewer.