Ignore:
Timestamp:
01/31/11 10:38:05 (13 years ago)
Author:
sdipsl
Message:
  • Bug fix : AA_create_se & AA_create_multi_se.

: SmoothFile : SmoothMax? not well handle
: monitoring lauch by 2D/3D TsTask?. Better solution will come

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_multi_se

    r410 r414  
    410410        nbfile=0 
    411411        for file_common_var in ${OUT_SE[*]} ; do 
    412            ncdump -h ${file_common_var} | grep -E 'float|double' | cut -f 1 -d '(' | cut -f 2 -d ' ' >> tmpfile_ncra 
     412           ncdump -h ${file_common_var} | grep -E 'float|double' | cut -f 1 -d '(' | cut -f 2 -d ' ' >> tmpfile_ncrat 
    413413           (( nbfile = nbfile + 1 )) 
    414414        done 
Note: See TracChangeset for help on using the changeset viewer.