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

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