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 14680 for NEMO/branches/2021/dev_r14273_HPC-02_Daley_Tiling/src/OCE/TRA/zpshde.F90 – NEMO

Ignore:
Timestamp:
2021-04-07T19:16:18+02:00 (3 years ago)
Author:
hadcv
Message:

#2600: Merge in dev_r14393_HPC-03_Mele_Comm_Cleanup [14667]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14273_HPC-02_Daley_Tiling/src/OCE/TRA/zpshde.F90

    r14636 r14680  
    175175         pgru(:,:) = 0._wp 
    176176         pgrv(:,:) = 0._wp                ! depth of the partial step level 
    177          DO_2D( nn_hls-1, nn_hls-1, nn_hls-1, nn_hls-1 ) 
     177         DO_2D( nn_hls, nn_hls-1, nn_hls, nn_hls-1 ) 
    178178            iku = mbku(ji,jj) 
    179179            ikv = mbkv(ji,jj) 
     
    191191         CALL eos( ztj, zhj, zrj )        ! at the partial step depth output in  zri, zrj 
    192192         ! 
    193          DO_2D( nn_hls-1, nn_hls-1, nn_hls-1, nn_hls-1 )              ! Gradient of density at the last level 
     193         DO_2D( nn_hls, nn_hls-1, nn_hls, nn_hls-1 )              ! Gradient of density at the last level 
    194194            iku = mbku(ji,jj) 
    195195            ikv = mbkv(ji,jj) 
Note: See TracChangeset for help on using the changeset viewer.