New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 5038 for branches/2014/dev_r4621_NOC4_BDY_VERT_INTERP/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90 – NEMO

Ignore:
Timestamp:
2015-01-20T15:26:13+01:00 (9 years ago)
Author:
jamesharle
Message:

Merging branch with HEAD of the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4621_NOC4_BDY_VERT_INTERP/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90

    r4792 r5038  
    11741174         END DO 
    11751175 
    1176          tmask_i (:,:) = tmask(:,:,1) * tmask_i(:,:) 
     1176         tmask_i (:,:) = ssmask(:,:) * tmask_i(:,:) 
    11771177 
    11781178      ENDIF ! ln_mask_file=.TRUE. 
    11791179       
    1180       bdytmask(:,:) = tmask(:,:,1) 
     1180      bdytmask(:,:) = ssmask(:,:) 
    11811181      IF( .not. ln_mask_file ) THEN 
    11821182         ! If .not. ln_mask_file then we need to derive mask on U and V grid  
Note: See TracChangeset for help on using the changeset viewer.