Skip to content
Snippets Groups Projects
Commit b2787cb1 authored by Guillaume Samson's avatar Guillaume Samson :snowman2:
Browse files

Merge branch '155-small-bug-in-array-size-for-zdfgls' into 'main'

Resolve "small bug in array size for zdfgls in main branch"

Closes #155

See merge request nemo/nemo!226
parents 6c22f390 6261ac19
No related branches found
No related tags found
No related merge requests found
......@@ -836,8 +836,8 @@ CONTAINS
DO_2D( 0, 0, 0, 0 ) ! update bottom with good values
zstm(ji,jj,mbkt(ji,jj)+1) = zstm(ji,jj,mbkt(ji,jj))
END_2D
zstt(:,:, 1) = wmask(A2D(0), 1) ! default value not needed but avoid a bug when looking for undefined values (-fpe0)
zstt(:,:,jpk) = wmask(A2D(0),jpk) ! default value not needed but avoid a bug when looking for undefined values (-fpe0)
zstt(:,:, 1) = wmask(T2D(0), 1) ! default value not needed but avoid a bug when looking for undefined values (-fpe0)
zstt(:,:,jpk) = wmask(T2D(0),jpk) ! default value not needed but avoid a bug when looking for undefined values (-fpe0)
!!gm should be done for ISF (top boundary cond.)
!!gm so, totally new staff needed!!gm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment