Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Summa Actors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Numerical_Simulations_Lab
Actors
Summa Actors
Commits
40cf8ac1
Commit
40cf8ac1
authored
2 years ago
by
Kyle
Browse files
Options
Downloads
Patches
Plain Diff
copied from summa
parent
dfcb9417
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/source/engine/eval8summa.f90
+1
-1
1 addition, 1 deletion
build/source/engine/eval8summa.f90
build/source/engine/updateVars.f90
+656
-666
656 additions, 666 deletions
build/source/engine/updateVars.f90
with
657 additions
and
667 deletions
build/source/engine/eval8summa.f90
+
1
−
1
View file @
40cf8ac1
...
...
@@ -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.
Click to expand it.
build/source/engine/updateVars.f90
+
656
−
666
View file @
40cf8ac1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment