Skip to content
Snippets Groups Projects
Commit 40cf8ac1 authored by Kyle's avatar Kyle
Browse files

copied from summa

parent dfcb9417
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ subroutine eval8summa(&
if(stateVecTrial( ixSnowSoilHyd(iLayer) ) < xMin .or. stateVecTrial( ixSnowSoilHyd(iLayer) ) > xMax) message=trim(message)//'layer water outside bounds,'
if(.not.feasible) write(*,'(a,1x,i4,1x,L1,1x,10(f20.10,1x))') 'iLayer, feasible, stateVecTrial( ixSnowSoilHyd(iLayer) ), xMin, xMax = ', iLayer, feasible, stateVecTrial( ixSnowSoilHyd(iLayer) ), xMin, xMax
endif ! if water states
endif ! if water states
end do ! loop through non-missing hydrology state variables in the snow+soil domain
......
This diff is collapsed.
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