Skip to content

Commit 4630292

Browse files
authored
Hot fixes to the mainline
This pull request has some hot fixes to the code after merging #282. That pull request was in the queue for a very long time, so there are a few remaining inconsistencies that the merge did not catch.
1 parent db53c65 commit 4630292

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

ED/src/dynamics/mortality.f90

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -255,17 +255,17 @@ real function survivorship(new_lu,old_lu,mindbh_harvest,felling_s_gtharv
255255
,felling_s_ltharv,thinning_dbh_thresh,thinning_s_gtharv &
256256
,thinning_s_ltharv,skid_dbh_thresh,skid_s_gtharv &
257257
,skid_s_ltharv,cpatch,ico)
258-
use ed_state_vars, only : patchtype ! ! structure
259-
use disturb_coms , only : treefall_hite_threshold ! ! intent(in)
260-
use pft_coms , only : treefall_s_ltht & ! intent(in)
261-
, treefall_s_gtht & ! intent(in)
262-
, fire_s_min & ! intent(in)
263-
, fire_s_max & ! intent(in)
264-
, fire_s_inter & ! intent(in)
265-
, fire_s_slope ! ! intent(in)
266-
use ed_max_dims , only : n_pft ! ! intent(in)
267-
use consts_coms , only : lnexp_min & ! intent(in)
268-
, lnexp_max ! ! intent(in)
258+
use ed_state_vars, only : patchtype ! ! structure
259+
use disturb_coms , only : treefall_height_threshold ! ! intent(in)
260+
use pft_coms , only : treefall_s_ltht & ! intent(in)
261+
, treefall_s_gtht & ! intent(in)
262+
, fire_s_min & ! intent(in)
263+
, fire_s_max & ! intent(in)
264+
, fire_s_inter & ! intent(in)
265+
, fire_s_slope ! ! intent(in)
266+
use ed_max_dims , only : n_pft ! ! intent(in)
267+
use consts_coms , only : lnexp_min & ! intent(in)
268+
, lnexp_max ! ! intent(in)
269269
implicit none
270270
!----- Arguments. -------------------------------------------------------------------!
271271
type(patchtype) , target :: cpatch

0 commit comments

Comments
 (0)