type_materials_wrf Derived Type

type, public :: type_materials_wrf


Inherited by

type~~type_materials_wrf~~InheritedByGraph type~type_materials_wrf type_materials_wrf type~type_materials_hcf type_materials_hcf type~type_materials_hcf->type~type_materials_wrf type~type_materials_phase_change type_materials_phase_change type~type_materials_phase_change->type~type_materials_wrf wrf type~type_materials_hydraulic type_materials_hydraulic type~type_materials_hydraulic->type~type_materials_hcf hcf type~type_materials_thermal type_materials_thermal type~type_materials_thermal->type~type_materials_phase_change phase_change type~type_material_settings type_material_settings type~type_material_settings->type~type_materials_hydraulic hydraulic type~type_material_settings->type~type_materials_thermal thermal type~input_basic input_basic type~input_basic->type~type_material_settings materials type~type_input type_input type~type_input->type~input_basic basic

Components

Type Visibility Attributes Name Initial
real(kind=real64), public :: alpha1
real(kind=real64), public :: alpha2
real(kind=real64), public :: h_crit
real(kind=real64), public :: m1
real(kind=real64), public :: m2
integer(kind=int32), public :: model_number
real(kind=real64), public :: n1
real(kind=real64), public :: n2
real(kind=real64), public :: theta_r
real(kind=real64), public :: theta_s
real(kind=real64), public :: w1
real(kind=real64), public :: w2

Source Code

    type :: type_materials_wrf
        integer(int32) :: model_number
        real(real64) :: theta_s
        real(real64) :: theta_r
        real(real64) :: alpha1
        real(real64) :: n1
        real(real64) :: m1
        real(real64) :: w1
        real(real64) :: h_crit
        real(real64) :: alpha2
        real(real64) :: n2
        real(real64) :: m2
        real(real64) :: w2
    end type type_materials_wrf