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

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