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 12598 for NEMO/releases/r4.0/r4.0-HEAD/tests/ICE_AGRIF/MY_SRC/usrdef_zgr.F90 – NEMO

Ignore:
Timestamp:
2020-03-25T10:02:31+01:00 (4 years ago)
Author:
smasson
Message:

r4.0-HEAD: ice_agrif bugfix, see #2422

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/tests/ICE_AGRIF/MY_SRC/usrdef_zgr.F90

    r10516 r12598  
    9191      !                       !==  z-coordinate  ==!   (step-like topography) 
    9292      !                                !* bottom ocean compute from the depth of grid-points 
    93       jpkm1 = jpk 
     93      jpkm1 = jpk-1 
    9494      k_bot(:,:) = 1    ! here use k_top as a land mask 
    9595      !                                !* horizontally uniform coordinate (reference z-co everywhere) 
Note: See TracChangeset for help on using the changeset viewer.