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_ORCA_LIM

    r18 r34  
    5858R_OUT_ICE=${R_SAVE}/ICE 
    5959 
    60 cd ${RUN_DIR_PATH} 
     60RUN_DIR=${RUN_DIR_PATH}/ATLAS_ORCALIM_${YEARS} 
     61IGCM_sys_MkdirWork ${RUN_DIR} 
     62IGCM_sys_Cd ${RUN_DIR} 
    6163 
    6264# -------------------------------------------- 
     
    6567# IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 
    6668 
    67 IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_T.nc ${RUN_DIR_PATH} 
    68 IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_U.nc ${RUN_DIR_PATH} 
    69 IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_V.nc ${RUN_DIR_PATH} 
    70 IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_W.nc ${RUN_DIR_PATH} 
    71 IGCM_sys_Get ${R_OUT_ICE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_icemod.nc      ${RUN_DIR_PATH} 
     69IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_T.nc  ${RUN_DIR} 
     70IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_U.nc  ${RUN_DIR} 
     71IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_V.nc  ${RUN_DIR} 
     72IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_W.nc  ${RUN_DIR} 
     73IGCM_sys_Get ${R_OUT_ICE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_icemod.nc  ${RUN_DIR} 
    7274 
    73 atlas -o ${RUN_DIR_PATH}/${R_ATLAS}/OCE_T -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag1_[ab].cfg     ${RUN_DIR_PATH}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_T.nc 
    74 atlas -o ${RUN_DIR_PATH}/${R_ATLAS}/OCE_U -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag0_U.cfg        ${RUN_DIR_PATH}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_U.nc 
    75 atlas -o ${RUN_DIR_PATH}/${R_ATLAS}/OCE_V -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag0_V.cfg        ${RUN_DIR_PATH}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_V.nc 
    76 #atlas -o ${RUN_DIR_PATH}/${R_ATLAS}/OCE_W -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag0_W.cfg        ${RUN_DIR_PATH}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_W.nc 
    77 atlas -o ${RUN_DIR_PATH}/${R_ATLAS}/OCE   -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag0_[de].cfg     ${RUN_DIR_PATH}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_T.nc 
    78 atlas -o ${RUN_DIR_PATH}/${R_ATLAS}/ICE   -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}LIM_diag0_[abc].cfg ${RUN_DIR_PATH}/${config_UserChoices_JobName}_SE_${YEARS}_1M_icemod.nc 
     75atlas -o ${RUN_DIR}/${R_ATLAS}/OCE_T -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag1_[ab].cfg     ${RUN_DIR}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_T.nc 
     76atlas -o ${RUN_DIR}/${R_ATLAS}/OCE_U -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag0_U.cfg        ${RUN_DIR}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_U.nc 
     77atlas -o ${RUN_DIR}/${R_ATLAS}/OCE_V -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag0_V.cfg        ${RUN_DIR}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_V.nc 
     78#atlas -o ${RUN_DIR}/${R_ATLAS}/OCE_W -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag0_W.cfg        ${RUN_DIR}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_W.nc 
     79atlas -o ${RUN_DIR}/${R_ATLAS}/OCE   -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}_diag0_[de].cfg     ${RUN_DIR}/${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_T.nc 
     80atlas -o ${RUN_DIR}/${R_ATLAS}/ICE   -l ${FER_ATLAS}/atlas_p_${RESOL_OCE}LIM_diag0_[abc].cfg ${RUN_DIR}/${config_UserChoices_JobName}_SE_${YEARS}_1M_icemod.nc 
    7981 
    8082# IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 
     
    113115 
    114116IGCM_sys_Rm -Rf ATLAS 
    115  
    116117IGCM_sys_Rm ${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_[TUVW].nc  
    117118IGCM_sys_Rm ${config_UserChoices_JobName}_SE_${YEARS}_1M_icemod.nc       
    118  
    119 # IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 
    120 # Additionnal post-processing 
    121  
    122 #IGCM_sys_Get /u/rech/ces/rces599/CPL/ORCA2xLMD9671/Oce/LEVITUS_1m_Temperature_Pot_Ice_nomask.nc . 
    123 #IGCM_sys_Get /u/rech/ces/rces599/CPL/ORCA2xLMD9671/Oce/LEVITUS_1m_Salinity_Ice_nomask.nc . 
    124 #IGCM_sys_Get /u/rech/psl/rpsl655/database/climato/ORCA2.0_Levitus.nc . 
    125  
    126 #ferret -gif -script news2.jnl "${YEARS}" "${EXP}" 
    127  
    128 # IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 
    129  
    130 # Put ferret journal files together 
    131 #for file in $( ls */*jnl ) ; do   
    132 #    echo -e "\n\n################################" ;  
    133 #    echo -e "$file\n" ; cat $file ;  
    134 #done  > allferretscript.txt 
    135  
    136 # Clear some files 
    137 #find . \( -name "*.stdout" -o -name "*.jnl" \) -print -exec rm -f {} \; 
    138  
    139 # Save files 
    140 #IGCM_sys_Put_Dir Images ${R_SAVE}/ATLAS 
    141  
    142 # IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 
    143119 
    144120# DODS copy 
Note: See TracChangeset for help on using the changeset viewer.