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 5208 for branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90 – NEMO

Ignore:
Timestamp:
2015-04-13T15:08:59+02:00 (9 years ago)
Author:
davestorkey
Message:

Merge in changes from trunk up to 5021.

File:
1 edited

Legend:

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

    r4699 r5208  
    11541154         END DO 
    11551155 
    1156          tmask_i (:,:) = tmask(:,:,1) * tmask_i(:,:) 
     1156         tmask_i (:,:) = ssmask(:,:) * tmask_i(:,:) 
    11571157 
    11581158      ENDIF ! ln_mask_file=.TRUE. 
    11591159       
    1160       bdytmask(:,:) = tmask(:,:,1) 
     1160      bdytmask(:,:) = ssmask(:,:) 
    11611161      IF( .not. ln_mask_file ) THEN 
    11621162         ! 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.