Ignore:
Timestamp:
11/28/08 18:12:33 (16 years ago)
Author:
sdipsl
Message:

SD : - 2 options for asynchronous rebuild

  • from SCRATCHDIR (very good for platine, the same for mercure)
  • from Archive (good for platine, good for mercure)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_atlas_LMDZ

    r18 r34  
    5555R_OUT_ATM=${R_SAVE}/ATM 
    5656 
    57 cd ${RUN_DIR_PATH} 
     57RUN_DIR=${RUN_DIR_PATH}/ATLAS_LMDZ_${YEARS} 
     58IGCM_sys_MkdirWork ${RUN_DIR} 
     59IGCM_sys_Cd ${RUN_DIR} 
    5860 
    5961# -------------------------------------------- 
     
    6264# IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 
    6365 
    64 IGCM_sys_Get ${R_OUT_ATM}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_histmth.nc         ${RUN_DIR_PATH} 
     66IGCM_sys_Get ${R_OUT_ATM}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_histmth.nc ${RUN_DIR} 
    6567 
    66 atlas -o ${RUN_DIR_PATH}/${R_ATLAS}/ATM -l ${FER_ATLAS}/atlas_p_LMDZ3.3_diag1_*.cfg    ${RUN_DIR_PATH}/${config_UserChoices_JobName}_SE_${YEARS}_1M_histmth.nc 
     68atlas -o ${RUN_DIR}/${R_ATLAS}/ATM -l ${FER_ATLAS}/atlas_p_LMDZ3.3_diag1_*.cfg          ${RUN_DIR}/${config_UserChoices_JobName}_SE_${YEARS}_1M_histmth.nc 
    6769 
    6870# IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 
     
    7981# Save files 
    8082IGCM_sys_Put_Dir ATLAS ${R_SAVE} 
    81  
    8283IGCM_sys_Rm -Rf ATLAS 
    8384IGCM_sys_Rm ${config_UserChoices_JobName}_SE_${YEARS}_1M_histmth.nc 
Note: See TracChangeset for help on using the changeset viewer.