Ignore:
Timestamp:
03/19/12 15:49:25 (12 years ago)
Author:
sdipsl
Message:
  • Start producing files on CCCSTOREDIR and CCCWORKDIR (all CCRT machines)
  • Adapt dods command to hanbdle both locations
  • Still need to adapt IDRIS system library to be compatible with that
  • Not fully tested
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_atlas_PISCES

    r546 r587  
    179179    FreeName=$( echo ${config_UserChoices_JobName} | sed 's/.*_//' ) 
    180180    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
     181    R_FIGR=${R_FIG}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    181182    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    182183    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    183184else 
    184185    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     186    R_FIGR=${R_FIG}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    185187    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    186188    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     
    225227 
    226228# Save files 
    227 IGCM_sys_Put_Dir ATLAS ${R_SAVE} 
     229IGCM_sys_Put_Dir ATLAS ${R_FIGR} 
    228230 
    229231IGCM_sys_Rm -Rf ATLAS 
     
    232234 
    233235# DODS copy 
    234 IGCM_sys_TestDirArchive ${R_SAVE}/${R_ATLAS} 
     236IGCM_sys_TestDirArchive ${R_FIGR}/${R_ATLAS} 
    235237[ $? = 0 ] && IGCM_sys_Put_Dods ${R_ATLAS} 
    236238 
Note: See TracChangeset for help on using the changeset viewer.