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 11868 for NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/agrif_oce_interp.F90 – NEMO

Ignore:
Timestamp:
2019-11-06T16:43:51+01:00 (4 years ago)
Author:
jchanut
Message:

#2222, 1) Correct sponge mainly for using AGRIF in 2DV domains, 2) Add check of bathymetry consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/agrif_oce_interp.F90

    r11802 r11868  
    719719               tsa(ji,jj,:,:) = 0._wp 
    720720               N_in = mbkt_parent(ji,jj) 
    721                IF ( tmask(ji,jj,1) == 0._wp) N_in = 0 
    722721               zhtot = 0._wp 
    723722               DO jk=1,N_in !k2 = jpk of parent grid 
     
    834833               N_in = mbku_parent(ji,jj) 
    835834               zhtot = 0._wp 
    836                IF ( umask(ji,jj,1) == 0._wp) N_in = 0 
    837835               DO jk=1,N_in 
    838836                  IF (jk==N_in) THEN 
     
    930928               va(ji,jj,:) = 0._wp 
    931929               N_in = mbkv_parent(ji,jj) 
    932                IF ( vmask(ji,jj,1) == 0._wp) N_in = 0 
    933930               zhtot = 0._wp 
    934931               DO jk=1,N_in 
Note: See TracChangeset for help on using the changeset viewer.