calculate_wrf_bc Submodule


Uses

    • Ancestors:
    • calculate_wrf
  • module~~calculate_wrf_bc~~UsesGraph module~calculate_wrf_bc calculate_wrf_bc calculate_wrf calculate_wrf module~calculate_wrf_bc->calculate_wrf

Module Functions

module function calculate_wrf_bc(self, h) result(theta_w)

Arguments

Type IntentOptional Attributes Name
class(type_wrf_bc), intent(in) :: self
real(kind=real64), intent(in) :: h

Return Value real(kind=real64)

module function calculate_wrf_bc_derivative(self, h) result(dqw_dh)

Arguments

Type IntentOptional Attributes Name
class(type_wrf_bc), intent(in) :: self
real(kind=real64), intent(in) :: h

Return Value real(kind=real64)

module function construct_type_wrf_bc(input) result(property)

Arguments

Type IntentOptional Attributes Name
type(type_materials_wrf), intent(in) :: input

Return Value class(abst_wrf), allocatable