CAM
|
Functions/Subroutines | |
subroutine, public | hydraulics_drive (nsites, sites, bc_in, bc_out, dtime) |
subroutine, public | inittreehydstates (cc_p, bc_in) |
subroutine, public | updatesizedeptreehydprops (cc_p, bc_in) |
subroutine, public | updatesizedeptreehydstates (cc_p) |
subroutine, public | copycohorthydraulics (newCohort, oldCohort) |
subroutine, public | fusecohorthydraulics (currentCohort, nextCohort, bc_in, newn) |
subroutine, public | inithydrcohort (currentCohort) |
subroutine, public | deallocatehydrcohort (currentCohort) |
subroutine, public | inithydrsites (sites) |
subroutine, public | hydrsitecoldstart (sites, bc_in) |
subroutine, public | updateh2oveg (nsites, sites, bc_out) |
subroutine, public | updatesizedeprhizhydprops (currentSite, bc_in) |
subroutine | updatesizedeprhizhydstates (currentSite, bc_in) |
subroutine, public | btranforhlmdiagnosticsfromcohorthydr (nsites, sites, bc_out) |
Variables | |
integer, parameter | van_genuchten = 1 |
integer, parameter | campbell = 2 |
integer | iswc = campbell |
integer, public | use_ed_planthydraulics = 1 |
logical, public | do_dqtopdth_leaf = .false. |
logical, public | do_dyn_xylemrefill = .true. |
logical, public | do_kbound_upstream = .false. |
logical, public | do_growthrecruiteffects = .true. |
logical, public | do_static_ed = .true. |
character(len= *), parameter, private | sourcefile = __FILE__ |
subroutine, public fatesplanthydraulicsmod::btranforhlmdiagnosticsfromcohorthydr | ( | integer, intent(in) | nsites, |
type(ed_site_type), dimension(nsites), intent(inout), target | sites, | ||
type(bc_out_type), dimension(nsites), intent(inout) | bc_out | ||
) |
subroutine, public fatesplanthydraulicsmod::copycohorthydraulics | ( | type(ed_cohort_type), intent(inout), target | newCohort, |
type(ed_cohort_type), intent(inout), target | oldCohort | ||
) |
subroutine, public fatesplanthydraulicsmod::deallocatehydrcohort | ( | type(ed_cohort_type), target | currentCohort | ) |
subroutine, public fatesplanthydraulicsmod::fusecohorthydraulics | ( | type(ed_cohort_type), intent(inout), target | currentCohort, |
type(ed_cohort_type), intent(inout), target | nextCohort, | ||
type(bc_in_type), intent(in) | bc_in, | ||
real(r8), intent(in) | newn | ||
) |
subroutine, public fatesplanthydraulicsmod::hydraulics_drive | ( | integer, intent(in) | nsites, |
type(ed_site_type), dimension(nsites), intent(inout), target | sites, | ||
type(bc_in_type), dimension(nsites), intent(in) | bc_in, | ||
type(bc_out_type), dimension(nsites), intent(inout) | bc_out, | ||
real(r8), intent(in) | dtime | ||
) |
subroutine, public fatesplanthydraulicsmod::hydrsitecoldstart | ( | type(ed_site_type), dimension(:), intent(inout), target | sites, |
type(bc_in_type), dimension(:), intent(inout) | bc_in | ||
) |
subroutine, public fatesplanthydraulicsmod::inithydrcohort | ( | type(ed_cohort_type), target | currentCohort | ) |
subroutine, public fatesplanthydraulicsmod::inithydrsites | ( | type(ed_site_type), dimension(:), intent(inout), target | sites | ) |
subroutine, public fatesplanthydraulicsmod::inittreehydstates | ( | type(ed_cohort_type), intent(inout), target | cc_p, |
type(bc_in_type), intent(in) | bc_in | ||
) |
subroutine, public fatesplanthydraulicsmod::updateh2oveg | ( | integer, intent(in) | nsites, |
type(ed_site_type), dimension(nsites), intent(inout), target | sites, | ||
type(bc_out_type), dimension(nsites), intent(inout) | bc_out | ||
) |
subroutine, public fatesplanthydraulicsmod::updatesizedeprhizhydprops | ( | type(ed_site_type), intent(inout), target | currentSite, |
type(bc_in_type), intent(in) | bc_in | ||
) |
subroutine fatesplanthydraulicsmod::updatesizedeprhizhydstates | ( | type(ed_site_type), intent(inout), target | currentSite, |
type(bc_in_type), intent(in) | bc_in | ||
) |
subroutine, public fatesplanthydraulicsmod::updatesizedeptreehydprops | ( | type(ed_cohort_type), intent(inout), target | cc_p, |
type(bc_in_type), intent(in) | bc_in | ||
) |
subroutine, public fatesplanthydraulicsmod::updatesizedeptreehydstates | ( | type(ed_cohort_type), intent(inout), target | cc_p | ) |
|
private |
logical, public fatesplanthydraulicsmod::do_dqtopdth_leaf = .false. |
logical, public fatesplanthydraulicsmod::do_dyn_xylemrefill = .true. |
logical, public fatesplanthydraulicsmod::do_growthrecruiteffects = .true. |
logical, public fatesplanthydraulicsmod::do_kbound_upstream = .false. |
logical, public fatesplanthydraulicsmod::do_static_ed = .true. |
|
private |
|
private |
integer, public fatesplanthydraulicsmod::use_ed_planthydraulics = 1 |
|
private |