Skip to content

Commit

Permalink
bug fix for lake model after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
“Jinyun committed Aug 5, 2024
1 parent c96265c commit cd7234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f77src/ecosys_core/redist.f
Original file line number Diff line number Diff line change
Expand Up @@ -4443,7 +4443,7 @@ SUBROUTINE redist(I,J,NHW,NHE,NVN,NVS)
else
VOLW(L,NY,NX)=VOLW(L,NY,NX)+TFLW(L,NY,NX)+FINH(L,NY,NX)
2+TTHAW(L,NY,NX)+TUPWTR(L,NY,NX)+FLU(L,NY,NX)

endif
C if(VOLW(L,NY,NX)<0. .and. L==NU(NY,NX))then
C write(*,*)VOLWXX,VOLW(L,NY,NX),TFLW(L,NY,NX),FINH(L,NY,NX)
C 2,TTHAW(L,NY,NX),TUPWTR(L,NY,NX),FLU(L,NY,NX)
Expand Down

0 comments on commit cd7234d

Please sign in to comment.