Ignore:
Timestamp:
12/19/14 23:46:38 (9 years ago)
Author:
sdipsl
Message:

broken ensemble. Tentative fix for Agathe. Ensemble are broken since r1057...
broken rebuild station due to changes in LMDZ station files. Tentative fix for Lidia.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r1140 r1147  
    18211821    [ ${i} = 1 ] && file_out=${file_in} && continue 
    18221822    # detect time counter and do the job only if present 
    1823     var_unlim=$(ncdump -h ${file_in} | grep UNLIMITED | cut -d ' ' -f 1) 
     1823    var_unlim=$(ncdump -h ${file_in} | grep UNLIMITED | cut -d ' ' -f 1 | sed -e 's/^[ \t]*//' -e 's/[ \t]*$//') 
    18241824    if [ X${var_unlim} = Xtime_counter ] ; then 
    18251825      prefix_invert=$( basename ${file_in} .nc ) 
Note: See TracChangeset for help on using the changeset viewer.