Ignore:
Timestamp:
03/21/12 17:48:52 (12 years ago)
Author:
sdipsl
Message:
  • adapt TSC and create_ts to work with packed files
  • adapt dods related functions to work with work/store
  • bugfixes
  • replace tabulation by 2 space in TSC (svn diff -x -w)
    • sorry for the inconvenience but it will really help on the long run.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r590 r591  
    233233    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    234234fi 
    235 # 
    236 IGCM_sys_TestDirArchive ${R_SAVE}/MONITORING 
     235 
     236IGCM_sys_MkdirArchive ${R_FIGR} 
     237# 
     238IGCM_sys_TestDirArchive ${R_FIGR}/MONITORING 
    237239if [ $? = 0 ] ; then 
    238240    IGCM_debug_Print 1 "Get MONITORING directory from archive" 
    239     IGCM_sys_Get_Dir ${R_SAVE}/MONITORING ${RUN_DIR} 
     241    IGCM_sys_Get_Dir ${R_FIGR}/MONITORING ${RUN_DIR} 
    240242else 
    241243    IGCM_debug_Print 1 "MONITORING first pass. Nothing has been done before" 
Note: See TracChangeset for help on using the changeset viewer.