Changeset 1711


Ignore:
Timestamp:
05/09/12 18:12:38 (12 years ago)
Author:
aclsce
Message:

Fixed a small bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/write_liste_pack.sh

    r1709 r1711  
    5959month_end=$(   echo ${DateEnd}   | cut -c 5-6 ) 
    6060 
    61 awk '{print $2}' ${IGCM_DEM_SIMU}/info_Output.txt >  ${IGCM_DEM_SIMU}/info_Output_light.txt 
     61awk '{print $2}' ${IGCM_DEM_SIMU}/liste_output_files_config.txt >  ${IGCM_DEM_SIMU}/info_Output_light.txt 
    6262 
    6363# on cree la liste des fichiers pour chaque type_file 
     
    170170 
    171171## il faut savoir si les fichiers d'output sont annuels ou mensuels ?  
    172 file=$( head -n 2 ${IGCM_DEM_SIMU}/info_Output.txt ) 
     172file=$( head -n 2 ${IGCM_DEM_SIMU}/liste_output_files_config.txt ) 
    173173 
    174174extract_date_file=$( echo ${file}             | sed -e "s%.*${JobName}_%%" ) 
Note: See TracChangeset for help on using the changeset viewer.