calculate_wrf_ko Submodule


Uses

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

Module Functions

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

Arguments

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

Return Value real(kind=real64)

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

Arguments

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

Return Value real(kind=real64)

module function construct_type_wrf_ko(input) result(property)

Arguments

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

Return Value class(abst_wrf), allocatable