SUEWS API Site
Documentation of SUEWS source code
Public Attributes | List of all members
suews_driver::heat_state Type Reference

Public Attributes

real(kind(1d0)), dimension(:, :), allocatable temp_roof
 
real(kind(1d0)), dimension(:, :), allocatable temp_wall
 
real(kind(1d0)), dimension(:, :), allocatable temp_surf
 
real(kind(1d0)), dimension(:), allocatable tsfc_roof
 
real(kind(1d0)), dimension(:), allocatable tsfc_wall
 
real(kind(1d0)), dimension(:), allocatable tsfc_surf
 

Detailed Description

Definition at line 502 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ temp_roof

real(kind(1d0)), dimension(:, :), allocatable suews_driver::heat_state::temp_roof

Definition at line 503 of file suews_ctrl_driver.f95.

503 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: temp_roof ! interface temperature between depth layers in roof [degC]

◆ temp_surf

real(kind(1d0)), dimension(:, :), allocatable suews_driver::heat_state::temp_surf

Definition at line 505 of file suews_ctrl_driver.f95.

505 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: temp_surf ! interface temperature between depth layers [degC]

◆ temp_wall

real(kind(1d0)), dimension(:, :), allocatable suews_driver::heat_state::temp_wall

Definition at line 504 of file suews_ctrl_driver.f95.

504 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: temp_wall ! interface temperature between depth layers in wall [degC]

◆ tsfc_roof

real(kind(1d0)), dimension(:), allocatable suews_driver::heat_state::tsfc_roof

Definition at line 506 of file suews_ctrl_driver.f95.

506 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: tsfc_roof ! roof surface temperature [degC]

◆ tsfc_surf

real(kind(1d0)), dimension(:), allocatable suews_driver::heat_state::tsfc_surf

Definition at line 508 of file suews_ctrl_driver.f95.

508 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: tsfc_surf ! surface temperature [degC]

◆ tsfc_wall

real(kind(1d0)), dimension(:), allocatable suews_driver::heat_state::tsfc_wall

Definition at line 507 of file suews_ctrl_driver.f95.

507 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: tsfc_wall ! wall surface temperature [degC]

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