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 1353 of file suews_ctrl_const.f95.

◆ areaunir

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

Definition at line 1353 of file suews_ctrl_const.f95.

1353  REAL(KIND(1d0)):: areaunir, & !Unirrigated area
1354  areair, & !Irrigated area
1355  bldgh, & !Mean building height
1356  faibldg, & !Frontal area fraction of buildings
1357  faitree, & !Frontal area fraction of trees
1358  faievetree, & !Frontal area fraction of evergreen trees
1359  faidectree, & !Frontal area fraction of deciduous trees
1360  grassfractionirrigated, & !Irrigated grass fraction for LUMPS
1361  pavedfractionirrigated, & !Irrigated paved area fraction for LUMPS
1362  treeh, & !Mean tree height
1363  evetreeh, & !Height of evergreen trees
1364  dectreeh, & !Height of deciduous trees
1365  treefractionirrigated, & !Irrigated tree fraction for LUMPS
1366  veg_fr, & !Vegetation fraction from land area
1367  !- For LUMPS - dependent on user choice & water
1368  vegfraction, & ! sum of vegetation -not including water
1369  impervfraction, & ! sum of surface cover fractions for impervious surfaces
1370  pervfraction, & ! sum of surface cover fractions for pervious surfaces
1371  nonwaterfraction, & ! sum of surface cover fractions for all except water surfaces
1372  areazh !=(sfr(BldgSurf)+sfr(ConifSurf)+sfr(DecidSurf)) !Total area of buildings and trees
real(kind(1d0)) bldgh

◆ areazh

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by suews_translate().

◆ bldgh

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

◆ dectreeh

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by initialstate(), suews_calculations(), and suews_translate().

◆ evetreeh

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by initialstate(), suews_calculations(), and suews_translate().

◆ faibldg

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by initialstate(), suews_calculations(), and suews_translate().

◆ faidectree

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by initialstate(), suews_calculations(), and suews_translate().

◆ faievetree

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by initialstate(), suews_calculations(), and suews_translate().

◆ faitree

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by suews_translate().

◆ grassfractionirrigated

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

Definition at line 1353 of file suews_ctrl_const.f95.

◆ idgis

integer gis_data::idgis

Definition at line 1374 of file suews_ctrl_const.f95.

1374  INTEGER:: idgis, & !Time integers used in the code
1375  itgis, & !
1376  veg_type = 1 !Defines how vegetation is calculated for LUMPS

◆ impervfraction

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by suews_translate().

◆ itgis

integer gis_data::itgis

Definition at line 1374 of file suews_ctrl_const.f95.

◆ nonwaterfraction

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by suews_translate().

◆ pavedfractionirrigated

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

Definition at line 1353 of file suews_ctrl_const.f95.

◆ pervfraction

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by suews_translate().

◆ treefractionirrigated

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

Definition at line 1353 of file suews_ctrl_const.f95.

◆ treeh

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by suews_translate().

◆ veg_fr

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by suews_translate().

◆ veg_type

integer gis_data::veg_type = 1

Definition at line 1374 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ vegfraction

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

Definition at line 1353 of file suews_ctrl_const.f95.

Referenced by suews_translate().