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

Public Attributes

real(kind(1d0)), dimension(:), allocatable soil_storecap_roof
 
real(kind(1d0)), dimension(:), allocatable soil_storecap_wall
 
real(kind(1d0)), dimension(:), allocatable state_limit_roof
 
real(kind(1d0)), dimension(:), allocatable state_limit_wall
 
real(kind(1d0)), dimension(:), allocatable wet_thresh_roof
 
real(kind(1d0)), dimension(:), allocatable wet_thresh_wall
 
real(kind(1d0)), dimension(:), allocatable tin_roof
 
real(kind(1d0)), dimension(:), allocatable tin_wall
 
real(kind(1d0)), dimension(:), allocatable tin_surf
 
real(kind(1d0)), dimension(:, :), allocatable k_roof
 
real(kind(1d0)), dimension(:, :), allocatable k_wall
 
real(kind(1d0)), dimension(:, :), allocatable k_surf
 
real(kind(1d0)), dimension(:, :), allocatable cp_roof
 
real(kind(1d0)), dimension(:, :), allocatable cp_wall
 
real(kind(1d0)), dimension(:, :), allocatable cp_surf
 
real(kind(1d0)), dimension(:, :), allocatable dz_roof
 
real(kind(1d0)), dimension(:, :), allocatable dz_wall
 
real(kind(1d0)), dimension(:, :), allocatable dz_surf
 

Detailed Description

Definition at line 358 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ cp_roof

real(kind(1d0)), dimension(:, :), allocatable suews_driver::ehc_prm::cp_roof

Definition at line 371 of file suews_ctrl_driver.f95.

371 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: cp_roof ! Heat capacity of roof [J m-3 K-1]

◆ cp_surf

real(kind(1d0)), dimension(:, :), allocatable suews_driver::ehc_prm::cp_surf

Definition at line 373 of file suews_ctrl_driver.f95.

373 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: cp_surf ! Heat capacity of each surface [J m-3 K-1]

◆ cp_wall

real(kind(1d0)), dimension(:, :), allocatable suews_driver::ehc_prm::cp_wall

Definition at line 372 of file suews_ctrl_driver.f95.

372 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: cp_wall ! Heat capacity of wall [J m-3 K-1]

◆ dz_roof

real(kind(1d0)), dimension(:, :), allocatable suews_driver::ehc_prm::dz_roof

Definition at line 374 of file suews_ctrl_driver.f95.

374 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: dz_roof ! thickness of each layer in roof [m]

◆ dz_surf

real(kind(1d0)), dimension(:, :), allocatable suews_driver::ehc_prm::dz_surf

Definition at line 376 of file suews_ctrl_driver.f95.

376 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: dz_surf ! thickness of each layer in surface [m]

◆ dz_wall

real(kind(1d0)), dimension(:, :), allocatable suews_driver::ehc_prm::dz_wall

Definition at line 375 of file suews_ctrl_driver.f95.

375 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: dz_wall ! thickness of each layer in wall [m]

◆ k_roof

real(kind(1d0)), dimension(:, :), allocatable suews_driver::ehc_prm::k_roof

Definition at line 368 of file suews_ctrl_driver.f95.

368 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: k_roof ! thermal conductivity of roof [W m-1 K]

◆ k_surf

real(kind(1d0)), dimension(:, :), allocatable suews_driver::ehc_prm::k_surf

Definition at line 370 of file suews_ctrl_driver.f95.

370 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: k_surf ! thermal conductivity of v [W m-1 K]

◆ k_wall

real(kind(1d0)), dimension(:, :), allocatable suews_driver::ehc_prm::k_wall

Definition at line 369 of file suews_ctrl_driver.f95.

369 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: k_wall ! thermal conductivity of wall [W m-1 K]

◆ soil_storecap_roof

real(kind(1d0)), dimension(:), allocatable suews_driver::ehc_prm::soil_storecap_roof

Definition at line 359 of file suews_ctrl_driver.f95.

359 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: soil_storecap_roof ! Capacity of soil store for roof [mm]

◆ soil_storecap_wall

real(kind(1d0)), dimension(:), allocatable suews_driver::ehc_prm::soil_storecap_wall

Definition at line 360 of file suews_ctrl_driver.f95.

360 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: soil_storecap_wall ! Capacity of soil store for wall [mm]

◆ state_limit_roof

real(kind(1d0)), dimension(:), allocatable suews_driver::ehc_prm::state_limit_roof

Definition at line 361 of file suews_ctrl_driver.f95.

361 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: state_limit_roof ! Limit for state_id of roof [mm]

◆ state_limit_wall

real(kind(1d0)), dimension(:), allocatable suews_driver::ehc_prm::state_limit_wall

Definition at line 362 of file suews_ctrl_driver.f95.

362 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: state_limit_wall ! Limit for state_id of wall [mm]

◆ tin_roof

real(kind(1d0)), dimension(:), allocatable suews_driver::ehc_prm::tin_roof

Definition at line 365 of file suews_ctrl_driver.f95.

365 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: tin_roof ! indoor temperature for roof [degC]

◆ tin_surf

real(kind(1d0)), dimension(:), allocatable suews_driver::ehc_prm::tin_surf

Definition at line 367 of file suews_ctrl_driver.f95.

367 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: tin_surf ! deep bottom temperature for each surface [degC]

◆ tin_wall

real(kind(1d0)), dimension(:), allocatable suews_driver::ehc_prm::tin_wall

Definition at line 366 of file suews_ctrl_driver.f95.

366 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: tin_wall ! indoor temperature for wall [degC]

◆ wet_thresh_roof

real(kind(1d0)), dimension(:), allocatable suews_driver::ehc_prm::wet_thresh_roof

Definition at line 363 of file suews_ctrl_driver.f95.

363 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: wet_thresh_roof ! wetness threshold of roof [mm]

◆ wet_thresh_wall

real(kind(1d0)), dimension(:), allocatable suews_driver::ehc_prm::wet_thresh_wall

Definition at line 364 of file suews_ctrl_driver.f95.

364 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: wet_thresh_wall ! wetness threshold of wall [mm]

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