CAM
edmainmod Module Reference

Functions/Subroutines

subroutine, public ed_ecosystem_dynamics (currentSite, bc_in)
 
subroutine, private ed_integrate_state_variables (currentSite, bc_in)
 
subroutine, public ed_update_site (currentSite, bc_in)
 
subroutine, private ed_total_balance_check (currentSite, call_index)
 
subroutine, private bypass_dynamics (currentSite)
 

Variables

logical debug = .false.
 
character(len= *), parameter, private sourcefile = __FILE__
 

Function/Subroutine Documentation

◆ bypass_dynamics()

subroutine, private edmainmod::bypass_dynamics ( type(ed_site_type), intent(inout), target  currentSite)
private
Here is the caller graph for this function:

◆ ed_ecosystem_dynamics()

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

◆ ed_integrate_state_variables()

subroutine, private edmainmod::ed_integrate_state_variables ( type(ed_site_type), intent(inout)  currentSite,
type(bc_in_type), intent(in)  bc_in 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ed_total_balance_check()

subroutine, private edmainmod::ed_total_balance_check ( type(ed_site_type), intent(inout)  currentSite,
integer, intent(in)  call_index 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ed_update_site()

subroutine, public edmainmod::ed_update_site ( 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 edmainmod::debug = .false.
private

◆ sourcefile

character(len=*), parameter, private edmainmod::sourcefile = __FILE__
private