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 15265 for NEMO/trunk/src/NST/agrif_top_update.F90 – NEMO

Ignore:
Timestamp:
2021-09-16T13:13:13+02:00 (3 years ago)
Author:
jchanut
Message:

Improve ghost cell initialization with AGRIF + minor changes such as missing _wp, tests namelists updates, etc... can be assigned to #2638

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/NST/agrif_top_update.F90

    r14148 r15265  
    120120                  N_out = 0 
    121121                  DO jk=1,jpk ! jpk of parent grid 
    122                      IF (tmask(ji,jj,jk) == 0 ) EXIT ! TODO: Will not work with ISF 
     122                     IF (tmask(ji,jj,jk) == 0._wp ) EXIT ! TODO: Will not work with ISF 
    123123                     N_out = N_out + 1 
    124124                     h_out(N_out) = e3t(ji,jj,jk,Kmm_a) 
Note: See TracChangeset for help on using the changeset viewer.