CAM
edinitmod Module Reference

Functions/Subroutines

subroutine, public init_site_vars (site_in)
 
subroutine, public zero_site (site_in)
 
subroutine, public set_site_properties (nsites, sites)
 
subroutine, public init_patches (nsites, sites, bc_in)
 
subroutine, private init_cohorts (patch_in, bc_in)
 

Variables

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

Function/Subroutine Documentation

◆ init_cohorts()

subroutine, private edinitmod::init_cohorts ( type(ed_patch_type), intent(inout), pointer  patch_in,
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:

◆ init_patches()

subroutine, public edinitmod::init_patches ( integer, intent(in)  nsites,
type(ed_site_type), dimension(nsites), intent(inout), target  sites,
type(bc_in_type), dimension(nsites), intent(in)  bc_in 
)
Here is the call graph for this function:

◆ init_site_vars()

subroutine, public edinitmod::init_site_vars ( type(ed_site_type), intent(inout)  site_in)
Here is the caller graph for this function:

◆ set_site_properties()

subroutine, public edinitmod::set_site_properties ( integer, intent(in)  nsites,
type(ed_site_type), dimension(nsites), intent(inout), target  sites 
)

◆ zero_site()

subroutine, public edinitmod::zero_site ( type(ed_site_type), intent(inout)  site_in)
Here is the caller graph for this function:

Variable Documentation

◆ debug

logical edinitmod::debug = .false.
private

◆ sourcefile

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