CAM
|
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. |
subroutine, public sfmainmod::area_burnt | ( | type(ed_site_type), intent(inout), target | currentSite | ) |
subroutine, public sfmainmod::cambial_damage_kill | ( | type(ed_site_type), intent(in), target | currentSite | ) |
subroutine, public sfmainmod::charecteristics_of_fuel | ( | type(ed_site_type), intent(in), target | currentSite | ) |
subroutine, public sfmainmod::crown_damage | ( | type(ed_site_type), intent(in), target | currentSite | ) |
subroutine, public sfmainmod::crown_scorching | ( | type(ed_site_type), intent(in), target | currentSite | ) |
subroutine, public sfmainmod::fire_danger_index | ( | type(ed_site_type), intent(inout), target | currentSite, |
type(bc_in_type), intent(in) | bc_in | ||
) |
subroutine, public sfmainmod::fire_intensity | ( | type(ed_site_type), intent(inout), target | currentSite | ) |
subroutine, public sfmainmod::fire_model | ( | type(ed_site_type), intent(inout), target | currentSite, |
type(bc_in_type), intent(in) | bc_in | ||
) |
subroutine, public sfmainmod::ground_fuel_consumption | ( | type(ed_site_type), intent(in), target | currentSite | ) |
subroutine, public sfmainmod::post_fire_mortality | ( | type(ed_site_type), intent(in), target | currentSite | ) |
subroutine, public sfmainmod::rate_of_spread | ( | type(ed_site_type), intent(in), target | currentSite | ) |
subroutine, public sfmainmod::wind_effect | ( | type(ed_site_type), intent(inout), target | currentSite, |
type(bc_in_type), intent(in) | bc_in | ||
) |
|
private |
|
private |