Ignore:
Timestamp:
03/22/12 18:02:50 (12 years ago)
Author:
mafoipsl
Message:

Second merge of libIGCM_MPI_OpenMP branch with libIGCM trunk, revision 591.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/AA_monitoring

    r571 r592  
    231231    FreeName=$( echo ${config_UserChoices_JobName} | sed 's/.*_//' ) 
    232232    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
     233    R_FIGR=${R_FIG}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    233234    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    234235    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    235236else 
    236237    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     238    R_FIGR=${R_FIG}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    237239    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    238240    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    239241fi 
     242 
     243IGCM_sys_MkdirArchive ${R_FIGR} 
    240244# 
    241 IGCM_sys_TestDirArchive ${R_SAVE}/MONITORING 
     245IGCM_sys_TestDirArchive ${R_FIGR}/MONITORING 
    242246if [ $? = 0 ] ; then 
    243247    IGCM_debug_Print 1 "Get MONITORING directory from archive" 
    244     IGCM_sys_Get_Dir ${R_SAVE}/MONITORING ${RUN_DIR} 
     248    IGCM_sys_Get_Dir ${R_FIGR}/MONITORING ${RUN_DIR} 
    245249else 
    246250    IGCM_debug_Print 1 "MONITORING first pass. Nothing has been done before" 
     
    292296 
    293297# Save files 
    294 IGCM_sys_Put_Dir MONITORING ${R_SAVE} 
     298IGCM_sys_Put_Dir MONITORING ${R_FIGR} 
    295299 
    296300# Dods copy 
    297301IGCM_sys_Put_Dods MONITORING 
    298302 
    299 # Clean RUN_DIR_PATH (necessary for cesium) 
     303# Clean RUN_DIR_PATH (necessary for cesium and titane only) 
    300304IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH} 
Note: See TracChangeset for help on using the changeset viewer.