Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IPSL
LMD
InTro
RoutingPP
Commits
db7d6b66
Commit
db7d6b66
authored
May 30, 2020
by
Anthony
Browse files
Change for not considering endorheic basin among the large basins
parent
728fde56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
F90subroutines/routing_interface.f90
F90subroutines/routing_interface.f90
+1
-1
No files found.
F90subroutines/routing_interface.f90
View file @
db7d6b66
...
...
@@ -414,7 +414,7 @@ SUBROUTINE rivclassification(nbpt, nwbas, nbcore, corepts, basin_count, outflow_
!
DO
ib
=
1
,
basin_count
(
ig
)
!
IF
(
outflow_grid
(
ig
,
ib
)
.LT.
0
.AND.
fetch_basin
(
ig
,
ib
)
.GE.
largest_rivarea
)
THEN
IF
(
outflow_grid
(
ig
,
ib
)
.LT.
0
.AND.
outflow_grid
(
ig
,
ib
)
.GT.
-3
.AND.
fetch_basin
(
ig
,
ib
)
.GE.
largest_rivarea
)
THEN
num_largest
=
num_largest
+
1
outflow_grid
(
ig
,
ib
)
=
-1
ENDIF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment