Skip to content

Commit

Permalink
Reduce debug messages from RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
amametjanov committed Apr 19, 2017
1 parent 47ac074 commit b197302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mosart/src/riverroute/RtmMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ subroutine Rtmini(rtm_active,flood_active)
character(len=256):: locfn ! local file name
character(len=16384) :: rList ! list of fields for SM multiply
integer :: unitn ! unit for namelist file
integer,parameter :: dbug = 3 ! 0 = none, 1=normal, 2=much, 3=max
integer,parameter :: dbug = 1 ! 0 = none, 1=normal, 2=much, 3=max
logical :: lexist ! File exists
character(len= 7) :: runtyp(4) ! run type
integer ,allocatable :: gindex(:) ! global index
Expand Down

0 comments on commit b197302

Please sign in to comment.