Skip to content
Snippets Groups Projects
Commit ea46fb02 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 13/04/2022: bugfix infinite loop sedimentation init inner values of...

Quentin 13/04/2022: bugfix infinite loop sedimentation init inner values of ZREMAINT (bug in mesonh only)
parent 59bc8434
No related branches found
No related tags found
No related merge requests found
...@@ -336,7 +336,8 @@ END IF ...@@ -336,7 +336,8 @@ END IF
PINPRX(:,:) = 0. PINPRX(:,:) = 0.
ZINVTSTEP=1./PTSTEP ZINVTSTEP=1./PTSTEP
ZRSMIN(:) = ICED%XRTMIN(:) * ZINVTSTEP ZRSMIN(:) = ICED%XRTMIN(:) * ZINVTSTEP
ZREMAINT(:,:) = PTSTEP ZREMAINT(:,:) = 0.
ZREMAINT(D%NIB:D%NIE,D%NJB:D%NJE) = PTSTEP
! !
DO WHILE (ANY(ZREMAINT>0.)) DO WHILE (ANY(ZREMAINT>0.))
ISEDIM = 0 ISEDIM = 0
......
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