Skip to content

Commit

Permalink
Remove commented line for readability fire_threshold = 0.01 EDTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacquelyn Shuman committed Jan 7, 2020
1 parent 093e61a commit e39aa5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/EDTypesMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ module EDTypesMod
integer, parameter, public :: lg_sf = 6 ! array index of live grass pool for spitfire

real(r8), parameter, public :: fire_threshold = 50.0_r8 ! threshold for fires that spread or go out. KWm-2 (Pyne 1986)
!real(r8), parameter, public :: fire_threshold = 0.01_r8 ! track all fires with energy greater than .01 kW/m2

! PATCH FUSION
real(r8), parameter, public :: force_patchfuse_min_biomass = 0.005_r8 ! min biomass (kg / m2 patch area) below which to force-fuse patches
Expand Down

0 comments on commit e39aa5f

Please sign in to comment.