Changeset 241 for tags


Ignore:
Timestamp:
03/03/10 16:34:59 (14 years ago)
Author:
mafoipsl
Message:

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

Location:
tags/libIGCM_v1_5
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v1_5/AA_create_se

    r231 r241  
    557557    IGCM_sys_QsubPost atlas_LMDZ         ; 
    558558    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
     559    IGCM_sys_QsubPost atlas_PISCES       ; 
    559560    # 
    560561elif [ ${config_UserChoices_TagName} = "LMDZ4OR" ]  || \ 
     
    575576    # 
    576577elif [ ${config_UserChoices_TagName} = "ORCA2_LIM" ]       || 
    577      [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ]      || 
    578      [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] ; then 
     578     [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] ; then 
    579579    # 
    580580    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
    581581#    IGCM_sys_QsubPost additionnal        ; 
     582elif [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ]  ; then 
     583    # 
     584    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
     585    IGCM_sys_QsubPost atlas_PISCES       ; 
     586#    IGCM_sys_QsubPost additionnal        ; 
     587elif [ ${config_UserChoices_TagName} = "ORCA2_OFF_PISCES" ]  ; then 
     588    # 
     589    IGCM_sys_QsubPost atlas_PISCES       ; 
    582590    # 
    583591fi 
  • tags/libIGCM_v1_5/libIGCM_post/IGCM_Patch_20091118_mask.ksh

    r207 r241  
    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.