Skip to content

Commit

Permalink
adding use statements for land use change mod
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Apr 20, 2023
1 parent 713aa87 commit fb7b4eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions biogeochem/EDPatchDynamicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,11 @@ subroutine spawn_patches( currentSite, bc_in)
!
! !USES:

use EDParamsMod , only : ED_val_understorey_death, logging_coll_under_frac
use EDCohortDynamicsMod , only : zero_cohort, copy_cohort, terminate_cohorts
use FatesConstantsMod , only : rsnbl_math_prec
use EDParamsMod , only : ED_val_understorey_death, logging_coll_under_frac
use EDCohortDynamicsMod , only : zero_cohort, copy_cohort, terminate_cohorts
use FatesConstantsMod , only : rsnbl_math_prec
use FatesLandUseChangeMod, only : get_landuse_transition_rates
use FatesLandUseChangeMod, only : get_landusechange_rules

!
! !ARGUMENTS:
Expand Down
1 change: 1 addition & 0 deletions main/EDInitMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ subroutine init_patches( nsites, sites, bc_in)

use FatesPlantHydraulicsMod, only : updateSizeDepRhizHydProps
use FatesInventoryInitMod, only : initialize_sites_by_inventory
use FatesLandUseChangeMod, only : get_luh_statedata

!
! !ARGUMENTS
Expand Down

0 comments on commit fb7b4eb

Please sign in to comment.