Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions ED/src/dynamics/mortality.f90
Original file line number Diff line number Diff line change
Expand Up @@ -255,17 +255,17 @@ real function survivorship(new_lu,old_lu,mindbh_harvest,felling_s_gtharv
,felling_s_ltharv,thinning_dbh_thresh,thinning_s_gtharv &
,thinning_s_ltharv,skid_dbh_thresh,skid_s_gtharv &
,skid_s_ltharv,cpatch,ico)
use ed_state_vars, only : patchtype ! ! structure
use disturb_coms , only : treefall_hite_threshold ! ! intent(in)
use pft_coms , only : treefall_s_ltht & ! intent(in)
, treefall_s_gtht & ! intent(in)
, fire_s_min & ! intent(in)
, fire_s_max & ! intent(in)
, fire_s_inter & ! intent(in)
, fire_s_slope ! ! intent(in)
use ed_max_dims , only : n_pft ! ! intent(in)
use consts_coms , only : lnexp_min & ! intent(in)
, lnexp_max ! ! intent(in)
use ed_state_vars, only : patchtype ! ! structure
use disturb_coms , only : treefall_height_threshold ! ! intent(in)
use pft_coms , only : treefall_s_ltht & ! intent(in)
, treefall_s_gtht & ! intent(in)
, fire_s_min & ! intent(in)
, fire_s_max & ! intent(in)
, fire_s_inter & ! intent(in)
, fire_s_slope ! ! intent(in)
use ed_max_dims , only : n_pft ! ! intent(in)
use consts_coms , only : lnexp_min & ! intent(in)
, lnexp_max ! ! intent(in)
implicit none
!----- Arguments. -------------------------------------------------------------------!
type(patchtype) , target :: cpatch
Expand Down
Loading