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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.