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 12619 for NEMO/branches/2020/ticket2396/tests/ICE_AGRIF/MY_SRC/usrdef_zgr.F90 – NEMO

Ignore:
Timestamp:
2020-03-27T20:17:17+01:00 (4 years ago)
Author:
mathiot
Message:

ticket2396: update branch to head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/ticket2396/tests/ICE_AGRIF/MY_SRC/usrdef_zgr.F90

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