SUEWS API Site
Documentation of SUEWS source code
Variables
gis_data Module Reference

Variables

real(kind(1d0)) areaunir
 
real(kind(1d0)) areair
 
real(kind(1d0)) bldgh
 
real(kind(1d0)) faibldg
 
real(kind(1d0)) faitree
 
real(kind(1d0)) faievetree
 
real(kind(1d0)) faidectree
 
real(kind(1d0)) grassfractionirrigated
 
real(kind(1d0)) pavedfractionirrigated
 
real(kind(1d0)) treeh
 
real(kind(1d0)) evetreeh
 
real(kind(1d0)) dectreeh
 
real(kind(1d0)) treefractionirrigated
 
real(kind(1d0)) veg_fr
 
real(kind(1d0)) vegfraction
 
real(kind(1d0)) impervfraction
 
real(kind(1d0)) pervfraction
 
real(kind(1d0)) nonwaterfraction
 
real(kind(1d0)) areazh
 
integer idgis
 
integer itgis
 
integer veg_type = 1
 

Variable Documentation

◆ areair

real(kind(1d0)) gis_data::areair

Definition at line 1498 of file suews_ctrl_const.f95.

◆ areaunir

real(kind(1d0)) gis_data::areaunir

Definition at line 1498 of file suews_ctrl_const.f95.

1498 REAL(KIND(1D0)) :: areaunir, & !Unirrigated area
1499 areair, & !Irrigated area
1500 bldgH, & !Mean building height
1501 FAIbldg, & !Frontal area fraction of buildings
1502 FAItree, & !Frontal area fraction of trees
1503 FAIEveTree, & !Frontal area fraction of evergreen trees
1504 FAIDecTree, & !Frontal area fraction of deciduous trees
1505 grassfractionirrigated, & !Irrigated grass fraction for LUMPS
1506 pavedfractionirrigated, & !Irrigated paved area fraction for LUMPS
1507 TreeH, & !Mean tree height
1508 EveTreeH, & !Height of evergreen trees
1509 DecTreeH, & !Height of deciduous trees
1510 treefractionirrigated, & !Irrigated tree fraction for LUMPS
1511 veg_fr, & !Vegetation fraction from land area
1512 !- For LUMPS - dependent on user choice & water
1513 vegfraction, & ! sum of vegetation -not including water
1514 impervfraction, & ! sum of surface cover fractions for impervious surfaces
1515 pervfraction, & ! sum of surface cover fractions for pervious surfaces
1516 nonwaterfraction, & ! sum of surface cover fractions for all except water surfaces
1517 areazh !=(sfr_surf(BldgSurf)+sfr_surf(ConifSurf)+sfr_surf(DecidSurf)) !Total area of buildings and trees

◆ areazh

real(kind(1d0)) gis_data::areazh

Definition at line 1498 of file suews_ctrl_const.f95.

◆ bldgh

real(kind(1d0)) gis_data::bldgh

Definition at line 1498 of file suews_ctrl_const.f95.

Referenced by estm_module::estm_translate().

◆ dectreeh

real(kind(1d0)) gis_data::dectreeh

Definition at line 1498 of file suews_ctrl_const.f95.

◆ evetreeh

real(kind(1d0)) gis_data::evetreeh

Definition at line 1498 of file suews_ctrl_const.f95.

◆ faibldg

real(kind(1d0)) gis_data::faibldg

Definition at line 1498 of file suews_ctrl_const.f95.

◆ faidectree

real(kind(1d0)) gis_data::faidectree

Definition at line 1498 of file suews_ctrl_const.f95.

◆ faievetree

real(kind(1d0)) gis_data::faievetree

Definition at line 1498 of file suews_ctrl_const.f95.

◆ faitree

real(kind(1d0)) gis_data::faitree

Definition at line 1498 of file suews_ctrl_const.f95.

◆ grassfractionirrigated

real(kind(1d0)) gis_data::grassfractionirrigated

Definition at line 1498 of file suews_ctrl_const.f95.

◆ idgis

integer gis_data::idgis

Definition at line 1519 of file suews_ctrl_const.f95.

1519 INTEGER :: idgis, & !Time integers used in the code
1520 itgis, & !
1521 Veg_type = 1 !Defines how vegetation is calculated for LUMPS

◆ impervfraction

real(kind(1d0)) gis_data::impervfraction

Definition at line 1498 of file suews_ctrl_const.f95.

◆ itgis

integer gis_data::itgis

Definition at line 1519 of file suews_ctrl_const.f95.

◆ nonwaterfraction

real(kind(1d0)) gis_data::nonwaterfraction

Definition at line 1498 of file suews_ctrl_const.f95.

◆ pavedfractionirrigated

real(kind(1d0)) gis_data::pavedfractionirrigated

Definition at line 1498 of file suews_ctrl_const.f95.

◆ pervfraction

real(kind(1d0)) gis_data::pervfraction

Definition at line 1498 of file suews_ctrl_const.f95.

◆ treefractionirrigated

real(kind(1d0)) gis_data::treefractionirrigated

Definition at line 1498 of file suews_ctrl_const.f95.

◆ treeh

real(kind(1d0)) gis_data::treeh

Definition at line 1498 of file suews_ctrl_const.f95.

◆ veg_fr

real(kind(1d0)) gis_data::veg_fr

Definition at line 1498 of file suews_ctrl_const.f95.

◆ veg_type

integer gis_data::veg_type = 1

Definition at line 1519 of file suews_ctrl_const.f95.

◆ vegfraction

real(kind(1d0)) gis_data::vegfraction

Definition at line 1498 of file suews_ctrl_const.f95.