Changeset 376


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

IGCM_sys_ncatted now available

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r373 r376  
    563563 
    564564        # add modulo attribute on time axis 
    565         ${ncatted} -a modulo,${var_unlim},c,c," " ${RESULT_SE} 
     565        IGCM_sys_ncatted -a modulo,${var_unlim},c,c," " ${RESULT_SE} 
    566566        # 
    567567        eval IGCM_sys_Put_Out ${RESULT_SE} \${R_OUT_${comp}}/Analyse/SE/${RESULT_SE} 
  • trunk/libIGCM/AA_create_ts

    r373 r376  
    856856                    # WE PUT FINAL FILE ON FILE SYSTEM 
    857857                    [ "${FLAG_B}" = "FALSE" ] && file_out=${config_UserChoices_JobName}_${DATE_BUILD}_${FlagDir}_${var}.nc 
    858                     #${ncatted} -a modulo,time_counter,c,c," " ${file_out} 
     858                    #IGCM_sys_ncatted -a modulo,time_counter,c,c," " ${file_out} 
    859859                    file_before=${config_UserChoices_JobName}_${DateBegin}_${DATE_FIN_JOB_B}_${FlagDir}_${var}.nc 
    860860                    # 
Note: See TracChangeset for help on using the changeset viewer.