Changeset 632


Ignore:
Timestamp:
04/03/12 19:11:15 (12 years ago)
Author:
sdipsl
Message:
  • No need to keep those files for a general use
Location:
trunk/libIGCM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_debug

    r626 r632  
    349349  cat ${RUN_DIR}/liste_remove_pack_${date_begin_pack}_${date_end_pack}.txt | xargs rm 
    350350  # Save the list of files that has been pack (tar) 
    351   mv ${RUN_DIR}/liste_pack_${date_begin_pack}_${date_end_pack}.txt ${STORE_DEBUG} 
     351  #mv ${RUN_DIR}/liste_pack_${date_begin_pack}_${date_end_pack}.txt ${STORE_DEBUG} 
    352352  IGCM_debug_Print 1 "Tar and cleaning done" 
    353353 
  • trunk/libIGCM/AA_pack_output

    r628 r632  
    326326        cat liste_pack_${myType}_${date_begin_pack}_${date_end_pack}.txt | xargs rm 
    327327        # Save the list of files that has been pack (ncrcat) 
    328         mv liste_pack_${myType}_${date_begin_pack}_${date_end_pack}.txt ${STORE_DEBUG} 
     328        #mv liste_pack_${myType}_${date_begin_pack}_${date_end_pack}.txt ${STORE_DEBUG} 
    329329        IGCM_debug_Print 1 "Ncrcat and cleaning done for ${dir} and ${myType}" 
    330330      done 
  • trunk/libIGCM/AA_pack_restart

    r626 r632  
    349349  cat ${RUN_DIR}/liste_remove_pack_${date_begin_pack}_${date_end_pack}.txt | xargs rm 
    350350  # Save the list of files that has been pack (tar) 
    351   mv ${RUN_DIR}/liste_pack_${date_begin_pack}_${date_end_pack}.txt ${STORE_RESTART} 
     351  #mv ${RUN_DIR}/liste_pack_${date_begin_pack}_${date_end_pack}.txt ${STORE_RESTART} 
    352352  IGCM_debug_Print 1 "Tar and cleaning done" 
    353353 
Note: See TracChangeset for help on using the changeset viewer.