Changeset 1219


Ignore:
Timestamp:
07/30/15 18:32:22 (9 years ago)
Author:
sdipsl
Message:
  • dirty fix for ncra memory issue
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r1206 r1219  
    499499        (( nbfile = nbfile + 1 )) 
    500500      done 
    501       list_var_final_ncrcat=`cat tmpfile_ncrcat | sort | uniq -c | awk -v nbfile=$nbfile '{if ($1 == nbfile) {print $2}}' | paste -s -d ','` 
     501      list_var_final_ncrcat=`cat tmpfile_ncrcat | sort | uniq -c | grep -v ^time_ | awk -v nbfile=$nbfile '{if ($1 == nbfile) {print $2}}' | paste -s -d ','` 
    502502      IGCM_sys_Rm tmpfile_ncrcat 
    503503 
Note: See TracChangeset for help on using the changeset viewer.