Changeset 2138


Ignore:
Timestamp:
08/01/13 12:01:53 (11 years ago)
Author:
acosce
Message:

fix a bug in archive_debug for surpack tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/SURPACK_IPSL/archive_debug.sh

    r2136 r2138  
    7979 
    8080 
    81 #creation des listes en fonction des suffixes 
    82    if [ "x${ON_IDRIS}" == "xno" ] 
    83    then 
    84        awk '{if (NR >1) print $9}' ${IGCM_TMP}/${$}.new_liste_debug_files.txt > ${IGCM_TMP}/${$}.new_liste_debug_files.txt_tmp 
    85    else 
    86        awk '{if (NR >1) print $8}' ${IGCM_TMP}/${$}.new_liste_debug_files.txt > ${IGCM_TMP}/${$}.new_liste_debug_files.txt_tmp        
    87    fi 
    88 sort ${IGCM_TMP}/${$}.new_liste_debug_files.txt_tmp > ${IGCM_TMP}/${$}.order_new_liste_debug_files.txt 
     81sort ${IGCM_TMP}/${$}.new_liste_debug_files.txt > ${IGCM_TMP}/${$}.order_new_liste_debug_files.txt 
    8982ref=`awk -F_ '{if (NR==1) print $1}' ${IGCM_TMP}/${$}.order_new_liste_debug_files.txt` 
    9083 
Note: See TracChangeset for help on using the changeset viewer.