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 15053 for NEMO/trunk/src/OCE/TRA/trabbl.F90 – NEMO

Ignore:
Timestamp:
2021-06-24T17:39:38+02:00 (3 years ago)
Author:
clem
Message:

nn_hls=2: solve a number of floating points because some arrays are not defined on the first halo. Looks like this is not the end.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRA/trabbl.F90

    r14834 r15053  
    339339      ENDIF 
    340340      !                                        !* bottom variables (T, S, alpha, beta, depth, velocity) 
    341       DO_2D( 1, 1, 1, 1 ) 
     341      DO_2D( nn_hls, nn_hls, nn_hls, nn_hls ) 
    342342         ik = mbkt(ji,jj)                             ! bottom T-level index 
    343343         zts (ji,jj,jp_tem) = ts(ji,jj,ik,jp_tem,Kbb) ! bottom before T and S 
Note: See TracChangeset for help on using the changeset viewer.