calculate_wrf_mvg Submodule


Uses

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

Module Functions

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

Arguments

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

Return Value real(kind=real64)

module function calculate_wrf_mvg_derivative(self, h) result(dvw_dh)

Arguments

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

Return Value real(kind=real64)

module function construct_type_wrf_mvg(input) result(property)

Arguments

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

Return Value class(Abst_WRF), allocatable