Skip to content

Commit

Permalink
Changing debug flag on parameter printing to off.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Aug 10, 2017
1 parent 5362f34 commit 932113d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/EDParamsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ subroutine FatesReportParams(is_master)
logical,intent(in) :: is_master

character(len=32),parameter :: fmt0 = '(a,(F12.4))'
logical, parameter :: debug_report = .true.
logical, parameter :: debug_report = .false.

if(debug_report .and. is_master) then

Expand Down
2 changes: 1 addition & 1 deletion main/EDPftvarcon.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ subroutine FatesReportPFTParams(is_master)
! Argument
logical, intent(in) :: is_master ! Only log if this is the master proc

logical, parameter :: debug_report = .true.
logical, parameter :: debug_report = .false.
character(len=32),parameter :: fmt0 = '(a,100(F12.4,1X))'

integer :: npft,ipft
Expand Down

0 comments on commit 932113d

Please sign in to comment.