SUEWS API Site
Documentation of SUEWS source code
Public Attributes | List of all members
suews_driver::ohm_prm Type Reference
Collaboration diagram for suews_driver::ohm_prm:
Collaboration graph
[legend]

Public Attributes

real(kind(1d0)) chanohm
 
real(kind(1d0)) cpanohm
 
real(kind(1d0)) kkanohm
 
real(kind(1d0)) ohm_threshsw
 
real(kind(1d0)) ohm_threshwd
 
type(ohm_coef_lc), dimension(3) ohm_coef_lc
 

Detailed Description

Definition at line 183 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ chanohm

real(kind(1d0)) suews_driver::ohm_prm::chanohm

Definition at line 184 of file suews_ctrl_driver.f95.

184 REAL(KIND(1D0)) :: chanohm ! Bulk transfer coefficient for this surface to use in AnOHM [J m-3 K-1]

◆ cpanohm

real(kind(1d0)) suews_driver::ohm_prm::cpanohm

Definition at line 185 of file suews_ctrl_driver.f95.

185 REAL(KIND(1D0)) :: cpanohm ! Volumetric heat capacity for this surface to use in AnOHM [J m-3 K-1]

◆ kkanohm

real(kind(1d0)) suews_driver::ohm_prm::kkanohm

Definition at line 186 of file suews_ctrl_driver.f95.

186 REAL(KIND(1D0)) :: kkanohm ! Thermal conductivity for this surface to use in AnOHM [W m-1 K-1]

◆ ohm_coef_lc

type(ohm_coef_lc), dimension(3) suews_driver::ohm_prm::ohm_coef_lc

Definition at line 189 of file suews_ctrl_driver.f95.

189 TYPE(OHM_COEF_LC), DIMENSION(3) :: ohm_coef_lc

◆ ohm_threshsw

real(kind(1d0)) suews_driver::ohm_prm::ohm_threshsw

Definition at line 187 of file suews_ctrl_driver.f95.

187 REAL(KIND(1D0)) :: ohm_threshsw ! Temperature threshold determining whether summer/winter OHM coefficients are applied [degC]

◆ ohm_threshwd

real(kind(1d0)) suews_driver::ohm_prm::ohm_threshwd

Definition at line 188 of file suews_ctrl_driver.f95.

188 REAL(KIND(1D0)) :: ohm_threshwd ! Soil moisture threshold determining whether wet/dry OHM coefficients are applied [degC]

The documentation for this type was generated from the following file: