Changeset 2138
- Timestamp:
- 08/01/13 12:01:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/SURPACK_IPSL/archive_debug.sh
r2136 r2138 79 79 80 80 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 81 sort ${IGCM_TMP}/${$}.new_liste_debug_files.txt > ${IGCM_TMP}/${$}.order_new_liste_debug_files.txt 89 82 ref=`awk -F_ '{if (NR==1) print $1}' ${IGCM_TMP}/${$}.order_new_liste_debug_files.txt` 90 83
Note: See TracChangeset
for help on using the changeset viewer.