CAM
sfmainmod Module Reference

Functions/Subroutines

subroutine, public fire_model (currentSite, bc_in)
 
subroutine, public fire_danger_index (currentSite, bc_in)
 
subroutine, public charecteristics_of_fuel (currentSite)
 
subroutine, public wind_effect (currentSite, bc_in)
 
subroutine, public rate_of_spread (currentSite)
 
subroutine, public ground_fuel_consumption (currentSite)
 
subroutine, public fire_intensity (currentSite)
 
subroutine, public area_burnt (currentSite)
 
subroutine, public crown_scorching (currentSite)
 
subroutine, public crown_damage (currentSite)
 
subroutine, public cambial_damage_kill (currentSite)
 
subroutine, public post_fire_mortality (currentSite)
 

Variables

integer write_sf = 0
 
logical debug = .false.
 

Function/Subroutine Documentation

◆ area_burnt()

subroutine, public sfmainmod::area_burnt ( type(ed_site_type), intent(inout), target  currentSite)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cambial_damage_kill()

subroutine, public sfmainmod::cambial_damage_kill ( type(ed_site_type), intent(in), target  currentSite)
Here is the caller graph for this function:

◆ charecteristics_of_fuel()

subroutine, public sfmainmod::charecteristics_of_fuel ( type(ed_site_type), intent(in), target  currentSite)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ crown_damage()

subroutine, public sfmainmod::crown_damage ( type(ed_site_type), intent(in), target  currentSite)
Here is the caller graph for this function:

◆ crown_scorching()

subroutine, public sfmainmod::crown_scorching ( type(ed_site_type), intent(in), target  currentSite)
Here is the caller graph for this function:

◆ fire_danger_index()

subroutine, public sfmainmod::fire_danger_index ( type(ed_site_type), intent(inout), target  currentSite,
type(bc_in_type), intent(in)  bc_in 
)
Here is the caller graph for this function:

◆ fire_intensity()

subroutine, public sfmainmod::fire_intensity ( type(ed_site_type), intent(inout), target  currentSite)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fire_model()

subroutine, public sfmainmod::fire_model ( type(ed_site_type), intent(inout), target  currentSite,
type(bc_in_type), intent(in)  bc_in 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ground_fuel_consumption()

subroutine, public sfmainmod::ground_fuel_consumption ( type(ed_site_type), intent(in), target  currentSite)
Here is the caller graph for this function:

◆ post_fire_mortality()

subroutine, public sfmainmod::post_fire_mortality ( type(ed_site_type), intent(in), target  currentSite)
Here is the caller graph for this function:

◆ rate_of_spread()

subroutine, public sfmainmod::rate_of_spread ( type(ed_site_type), intent(in), target  currentSite)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ wind_effect()

subroutine, public sfmainmod::wind_effect ( type(ed_site_type), intent(inout), target  currentSite,
type(bc_in_type), intent(in)  bc_in 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ debug

logical sfmainmod::debug = .false.
private

◆ write_sf

integer sfmainmod::write_sf = 0
private