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_atlas_LMDZ

    r571 r592  
    185185    FreeName=$( echo ${config_UserChoices_JobName} | sed 's/.*_//' ) 
    186186    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
     187    R_FIGR=${R_FIG}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    187188    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    188189    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    189190else 
    190191    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     192    R_FIGR=${R_FIG}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    191193    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    192194    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    193195fi 
    194196# 
     197IGCM_sys_MkdirArchive ${R_FIGR} 
    195198 
    196199R_ATLAS=ATLAS/SE_${YEARS} 
     
    228231 
    229232# Save files 
    230 IGCM_sys_Put_Dir ATLAS ${R_SAVE} 
     233IGCM_sys_Put_Dir ATLAS ${R_FIGR} 
    231234IGCM_sys_Rm -Rf ATLAS 
    232235IGCM_sys_Rm ${config_UserChoices_JobName}_SE_${YEARS}_1M_histmth.nc 
    233236 
    234237# DODS copy 
    235 IGCM_sys_TestDirArchive ${R_SAVE}/${R_ATLAS} 
     238IGCM_sys_TestDirArchive ${R_FIGR}/${R_ATLAS} 
    236239[ $? = 0 ] && IGCM_sys_Put_Dods ${R_ATLAS} 
    237240 
    238 # Clean RUN_DIR_PATH (necessary for cesium) 
     241# Clean RUN_DIR_PATH (necessary for cesium and titane only) 
    239242IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH} 
Note: See TracChangeset for help on using the changeset viewer.