Skip to content
Snippets Groups Projects
Commit db7d6b66 authored by Anthony's avatar Anthony
Browse files

Change for not considering endorheic basin among the large basins

parent 728fde56
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment