- Timestamp:
- 05/09/12 18:12:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/PACK_IPSL/write_liste_pack.sh
r1709 r1711 59 59 month_end=$( echo ${DateEnd} | cut -c 5-6 ) 60 60 61 awk '{print $2}' ${IGCM_DEM_SIMU}/ info_Output.txt > ${IGCM_DEM_SIMU}/info_Output_light.txt61 awk '{print $2}' ${IGCM_DEM_SIMU}/liste_output_files_config.txt > ${IGCM_DEM_SIMU}/info_Output_light.txt 62 62 63 63 # on cree la liste des fichiers pour chaque type_file … … 170 170 171 171 ## il faut savoir si les fichiers d'output sont annuels ou mensuels ? 172 file=$( head -n 2 ${IGCM_DEM_SIMU}/ info_Output.txt )172 file=$( head -n 2 ${IGCM_DEM_SIMU}/liste_output_files_config.txt ) 173 173 174 174 extract_date_file=$( echo ${file} | sed -e "s%.*${JobName}_%%" )
Note: See TracChangeset
for help on using the changeset viewer.