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

Public Attributes

real(kind(1d0)), dimension(nsurf) soilstore_surf
 
real(kind(1d0)), dimension(nsurf) state_surf
 
real(kind(1d0)), dimension(9) wuday_id
 
real(kind(1d0)), dimension(:), allocatable soilstore_roof
 
real(kind(1d0)), dimension(:), allocatable state_roof
 
real(kind(1d0)), dimension(:), allocatable soilstore_wall
 
real(kind(1d0)), dimension(:), allocatable state_wall
 

Detailed Description

Definition at line 491 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ soilstore_roof

real(kind(1d0)), dimension(:), allocatable suews_driver::hydro_state::soilstore_roof

Definition at line 496 of file suews_ctrl_driver.f95.

496 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: soilstore_roof ! Soil moisture of roof [mm]

◆ soilstore_surf

real(kind(1d0)), dimension(nsurf) suews_driver::hydro_state::soilstore_surf

Definition at line 493 of file suews_ctrl_driver.f95.

493 REAL(KIND(1D0)), DIMENSION(nsurf) :: soilstore_surf ! Initial water stored in soil beneath `Bldgs` surface

◆ soilstore_wall

real(kind(1d0)), dimension(:), allocatable suews_driver::hydro_state::soilstore_wall

Definition at line 498 of file suews_ctrl_driver.f95.

498 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: soilstore_wall ! Soil moisture of wall [mm]

◆ state_roof

real(kind(1d0)), dimension(:), allocatable suews_driver::hydro_state::state_roof

Definition at line 497 of file suews_ctrl_driver.f95.

497 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: state_roof ! wetness status of roof [mm]

◆ state_surf

real(kind(1d0)), dimension(nsurf) suews_driver::hydro_state::state_surf

Definition at line 494 of file suews_ctrl_driver.f95.

494 REAL(KIND(1D0)), DIMENSION(nsurf) :: state_surf ! Initial wetness condition on SUEWS land covers.

◆ state_wall

real(kind(1d0)), dimension(:), allocatable suews_driver::hydro_state::state_wall

Definition at line 499 of file suews_ctrl_driver.f95.

499 REAL(KIND(1D0)), DIMENSION(:), ALLOCATABLE :: state_wall ! wetness status of wall [mm]

◆ wuday_id

real(kind(1d0)), dimension(9) suews_driver::hydro_state::wuday_id

Definition at line 495 of file suews_ctrl_driver.f95.

495 REAL(KIND(1D0)), DIMENSION(9) :: WUDay_id ! Daily water use for EveTr, DecTr, Grass [mm]

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