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

Public Attributes

real(kind(1d0)), dimension(:), allocatable building_frac
 
real(kind(1d0)), dimension(:), allocatable building_scale
 
real(kind(1d0)), dimension(:), allocatable veg_frac
 
real(kind(1d0)), dimension(:), allocatable veg_scale
 
real(kind(1d0)), dimension(:), allocatable alb_roof
 
real(kind(1d0)), dimension(:), allocatable emis_roof
 
real(kind(1d0)), dimension(:), allocatable alb_wall
 
real(kind(1d0)), dimension(:), allocatable emis_wall
 
real(kind(1d0)), dimension(:, :), allocatable roof_albedo_dir_mult_fact
 
real(kind(1d0)), dimension(:, :), allocatable wall_specular_frac
 

Detailed Description

Definition at line 320 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ alb_roof

real(kind(1d0)), dimension(:), allocatable suews_driver::spartacus_layer_prm::alb_roof

Definition at line 325 of file suews_ctrl_driver.f95.

325 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: alb_roof ! albedo of roof [-]

◆ alb_wall

real(kind(1d0)), dimension(:), allocatable suews_driver::spartacus_layer_prm::alb_wall

Definition at line 327 of file suews_ctrl_driver.f95.

327 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: alb_wall ! albedo of wall [-]

◆ building_frac

real(kind(1d0)), dimension(:), allocatable suews_driver::spartacus_layer_prm::building_frac

Definition at line 321 of file suews_ctrl_driver.f95.

321 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: building_frac ! building fraction [-]

◆ building_scale

real(kind(1d0)), dimension(:), allocatable suews_driver::spartacus_layer_prm::building_scale

Definition at line 322 of file suews_ctrl_driver.f95.

322 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: building_scale ! diameter of buildings [[m]

◆ emis_roof

real(kind(1d0)), dimension(:), allocatable suews_driver::spartacus_layer_prm::emis_roof

Definition at line 326 of file suews_ctrl_driver.f95.

326 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: emis_roof ! emissivity of roof [-]

◆ emis_wall

real(kind(1d0)), dimension(:), allocatable suews_driver::spartacus_layer_prm::emis_wall

Definition at line 328 of file suews_ctrl_driver.f95.

328 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: emis_wall ! emissivity of wall [-]

◆ roof_albedo_dir_mult_fact

real(kind(1d0)), dimension(:, :), allocatable suews_driver::spartacus_layer_prm::roof_albedo_dir_mult_fact

Definition at line 329 of file suews_ctrl_driver.f95.

329 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: roof_albedo_dir_mult_fact !Ratio of the direct and diffuse albedo of the roof[-]

◆ veg_frac

real(kind(1d0)), dimension(:), allocatable suews_driver::spartacus_layer_prm::veg_frac

Definition at line 323 of file suews_ctrl_driver.f95.

323 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: veg_frac ! vegetation fraction [-]

◆ veg_scale

real(kind(1d0)), dimension(:), allocatable suews_driver::spartacus_layer_prm::veg_scale

Definition at line 324 of file suews_ctrl_driver.f95.

324 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: veg_scale ! scale of tree crowns [m]

◆ wall_specular_frac

real(kind(1d0)), dimension(:, :), allocatable suews_driver::spartacus_layer_prm::wall_specular_frac

Definition at line 330 of file suews_ctrl_driver.f95.

330 REAL(KIND(1D0)), DIMENSION(:, :), ALLOCATABLE :: wall_specular_frac ! Fraction of wall reflection that is specular [-]

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