Changeset 699


Ignore:
Timestamp:
07/19/12 14:58:11 (12 years ago)
Author:
sdipsl
Message:
  • bugfix. Not being able to remove ${output} is the only proof that something went wrong creating ${output} ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_output

    r681 r699  
    367367        # Save it 
    368368        IGCM_sys_Put_Out ${output} ${R_SAVE}/$( echo $dir | sed "s:${R_BUFR}/::" )/${output} 
     369        # Clean file produced by ncrcat 
     370        IGCM_sys_Rm ${output} 
    369371        # ------------------------------------------------------------------ 
    370372        # Test if all was right before proceeding further 
    371373        # ------------------------------------------------------------------ 
    372374        IGCM_debug_Verif_Exit_Post 
    373         # Clean file produced by ncrcat 
    374         IGCM_sys_Rm ${output} 
    375375        # Clean files used by ncrcat 
    376376        cat liste_pack_${myType}_${date_begin_pack}_${date_end_pack}.txt | xargs rm 
Note: See TracChangeset for help on using the changeset viewer.