calculate_wrf_vg Submodule


Uses

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

Module Functions

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

Arguments

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

Return Value real(kind=real64)

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

Arguments

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

Return Value real(kind=real64)

module function construct_type_wrf_vg(input) result(property)

Arguments

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

Return Value class(abst_wrf), allocatable