Skip to content

Commit

Permalink
turn off debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed Feb 9, 2023
1 parent e7b44db commit 913b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share/streams/shr_tInterp_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module shr_tInterp_mod
real(SHR_KIND_R8),parameter :: eps = 1.0E-12_SHR_KIND_R8

logical ,save :: doabort = .true.
integer ,save :: debug = 2
integer ,save :: debug = 0

!===============================================================================
contains
Expand Down

0 comments on commit 913b820

Please sign in to comment.