Changeset 1197


Ignore:
Timestamp:
05/22/15 15:30:54 (9 years ago)
Author:
sdipsl
Message:

cleanup

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_debug

    r1192 r1197  
    185185[ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    186186 
    187 #STORE_DEBUG=/ccc/store/cont003/dsm/p86denv/.../DEBUG 
    188187STORE_DEBUG=${R_SAVE}/DEBUG 
    189188IGCM_sys_MkdirArchive ${STORE_DEBUG} 
    190  
    191 #cd ${STORE_DEBUG} 
    192 #rm -f * 
    193189 
    194190# Switch to script variables meaning (try to be compatible with ipsl_pack TGCC moving procedure) 
     
    245241        echo $( basename ${file} ) >> ${RUN_DIR}/liste_pack_${date_begin_pack}_${date_end_pack}.txt 
    246242        echo $( readlink ${file} ) >> ${RUN_DIR}/liste_remove_pack_${date_begin_pack}_${date_end_pack}.txt 
    247 #    Will not work. Need to find a better ordering. 
    248 #    elif [ ${date_file} -ge ${date_end_pack} ] ; then 
    249 #      break 
    250243    fi 
    251244  done 
  • trunk/libIGCM/AA_pack_restart

    r1192 r1197  
    185185[ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    186186 
    187 #STORE_RESTART=/ccc/store/cont003/dsm/p86denv/.../RESTART 
    188187STORE_RESTART=${R_SAVE}/RESTART 
    189188IGCM_sys_MkdirArchive ${STORE_RESTART} 
    190  
    191 #cd ${STORE_RESTART} 
    192 #rm -f * 
    193189 
    194190# Switch to script variables meaning (try to be compatible with ipsl_pack TGCC moving procedure) 
Note: See TracChangeset for help on using the changeset viewer.