Changeset 242 for trunk


Ignore:
Timestamp:
03/03/10 16:36:13 (14 years ago)
Author:
mafoipsl
Message:

Same for the trunk : Add PISCES atlas and commands to submit it. Update mask patch for PISCES output files. Thanks to Christian.

Location:
trunk/libIGCM
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r240 r242  
    567567    IGCM_sys_QsubPost atlas_LMDZ         ; 
    568568    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
     569    IGCM_sys_QsubPost atlas_PISCES       ; 
    569570    # 
    570571elif [ ${config_UserChoices_TagName} = "LMDZ4OR" ]  || \ 
     
    585586    # 
    586587elif [ ${config_UserChoices_TagName} = "ORCA2_LIM" ]       || 
    587      [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ]      || 
    588      [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] ; then 
     588     [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] ; then 
    589589    # 
    590590    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
    591591#    IGCM_sys_QsubPost additionnal        ; 
     592elif [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ]  ; then 
     593    # 
     594    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
     595    IGCM_sys_QsubPost atlas_PISCES       ; 
     596#    IGCM_sys_QsubPost additionnal        ; 
     597elif [ ${config_UserChoices_TagName} = "ORCA2_OFF_PISCES" ]  ; then 
     598    # 
     599    IGCM_sys_QsubPost atlas_PISCES       ; 
    592600    # 
    593601fi 
  • trunk/libIGCM/libIGCM_post/IGCM_Patch_20091118_mask.ksh

    r207 r242  
    1919    chaineW=${filename%%'grid_W'*} 
    2020    chaineIce=${filename%%'icemod'*} 
     21    chaineTrc=${filename%%'ptrc_T'*} 
     22    chaineDia=${filename%%'diad_T'*} 
    2123 
    2224    if [ ${filename} != ${chaineT} ]; then 
     
    2931        mask='tmask' ; depth='depthw' 
    3032    elif [ ${filename} != ${chaineIce} ]; then 
     33        mask='tmask' ; depth='deptht' 
     34    elif [ ${filename} != ${chaineTrc} ]; then 
     35        mask='tmask' ; depth='deptht' 
     36    elif [ ${filename} != ${chaineDia} ]; then 
    3137        mask='tmask' ; depth='deptht' 
    3238    fi 
Note: See TracChangeset for help on using the changeset viewer.