Changeset 703


Ignore:
Timestamp:
08/30/12 11:34:01 (12 years ago)
Author:
aclsce
Message:

Added the treatment of *dbio_T* MBG files (don't worry...that works
without this modification !)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_post/IGCM_Patch_20091118_mask.ksh

    r590 r703  
    4242    chaineTrc=${filename%%'ptrc_T'*} 
    4343    chaineDia=${filename%%'diad_T'*} 
     44    chaineBio=${filename%%'dbio_T'*} 
    4445 
    4546    if [ ${filename} != ${chaineT} ]; then 
     
    5657        mask='tmask' ; depth='deptht' 
    5758    elif [ ${filename} != ${chaineDia} ]; then 
     59        mask='tmask' ; depth='deptht' 
     60    elif [ ${filename} != ${chaineBio} ]; then 
    5861        mask='tmask' ; depth='deptht' 
    5962    fi 
Note: See TracChangeset for help on using the changeset viewer.