Skip to content

Commit 4e3cfec

Browse files
committed
added comments to clarify connected "RUNOFF" variable (GEOS_LandGridComp.F90)
1 parent 85af5a7 commit 4e3cfec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/GEOSland_GridComp/GEOS_LandGridComp.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ subroutine SetServices ( GC, RC )
14581458
IF(RUN_ROUTE == 1) THEN
14591459
call MAPL_AddConnectivity ( &
14601460
GC ,&
1461-
SHORT_NAME = (/'RUNOFF '/) ,&
1461+
SHORT_NAME = (/'RUNOFF '/) ,& ! RUNOFF = total runoff = surface runoff + baseflow
14621462
SRC_ID = CATCH(I) ,&
14631463
DST_ID = ROUTE(I) ,&
14641464

@@ -1491,7 +1491,7 @@ subroutine SetServices ( GC, RC )
14911491
IF(RUN_ROUTE == 1) THEN
14921492
call MAPL_AddConnectivity ( &
14931493
GC ,&
1494-
SHORT_NAME = (/'RUNOFF '/) ,&
1494+
SHORT_NAME = (/'RUNOFF '/) ,& ! RUNOFF = total runoff = surface runoff + baseflow
14951495
SRC_ID = CATCHCN(I) ,&
14961496
DST_ID = ROUTE(I) ,&
14971497

0 commit comments

Comments
 (0)