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 15591 for NEMO/branches/2021 – NEMO

Changeset 15591 for NEMO/branches/2021


Ignore:
Timestamp:
2021-12-13T11:29:14+01:00 (2 years ago)
Author:
techene
Message:

SWG bug fix : outputs are now non-zero

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/OCE/DOM/dommsk.F90

    r15574 r15591  
    158158      END_3D 
    159159      ! 
     160#if defined key_agrif 
    160161      ! In case of a coarsened grid, account her for possibly aditionnal   
    161162      ! masked points; these have been read in the mesh file and stored in mbku, mbkv, mbkf 
     
    168169         IF ( MAXVAL(fmask(ji,jj,:))/=0._wp )  fmask(ji,jj,mbkf(ji,jj)+1:jpk) = 0._wp 
    169170      END_2D 
     171#endif 
    170172      CALL lbc_lnk( 'dommsk', umask, 'U', 1.0_wp, vmask, 'V', 1.0_wp, fmask, 'F', 1.0_wp )      ! Lateral boundary conditions 
    171173  
Note: See TracChangeset for help on using the changeset viewer.