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

Public Attributes

real(kind(1d0)) lat
 
real(kind(1d0)) lon
 
real(kind(1d0)) alt
 
integer gridiv
 
real(kind(1d0)) timezone
 
real(kind(1d0)) surfacearea
 
real(kind(1d0)) z
 
real(kind(1d0)) z0m_in
 
real(kind(1d0)) zdm_in
 
real(kind(1d0)) pipecapacity
 
real(kind(1d0)) runofftowater
 
real(kind(1d0)) narp_trans_site
 
real(kind(1d0)) co2pointsource
 
real(kind(1d0)) flowchange
 

Detailed Description

Definition at line 334 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ alt

real(kind(1d0)) suews_driver::site_prm::alt

Definition at line 337 of file suews_ctrl_driver.f95.

337 REAL(KIND(1D0)) :: alt ! solar altitude [deg]

◆ co2pointsource

real(kind(1d0)) suews_driver::site_prm::co2pointsource

Definition at line 347 of file suews_ctrl_driver.f95.

347 REAL(KIND(1D0)) :: CO2PointSource ! CO2 emission factor [kg km-1]

◆ flowchange

real(kind(1d0)) suews_driver::site_prm::flowchange

Definition at line 348 of file suews_ctrl_driver.f95.

348 REAL(KIND(1D0)) :: flowchange ! Difference in input and output flows for water surface

◆ gridiv

integer suews_driver::site_prm::gridiv

Definition at line 338 of file suews_ctrl_driver.f95.

338 INTEGER :: gridiv ! grid id [-]

◆ lat

real(kind(1d0)) suews_driver::site_prm::lat

Definition at line 335 of file suews_ctrl_driver.f95.

335 REAL(KIND(1D0)) :: lat !latitude [deg]

◆ lon

real(kind(1d0)) suews_driver::site_prm::lon

Definition at line 336 of file suews_ctrl_driver.f95.

336 REAL(KIND(1D0)) :: lon !longitude [deg]

◆ narp_trans_site

real(kind(1d0)) suews_driver::site_prm::narp_trans_site

Definition at line 346 of file suews_ctrl_driver.f95.

346 REAL(KIND(1D0)) :: narp_trans_site ! atmospheric transmissivity for NARP [-]

◆ pipecapacity

real(kind(1d0)) suews_driver::site_prm::pipecapacity

Definition at line 344 of file suews_ctrl_driver.f95.

344 REAL(KIND(1D0)) :: pipecapacity ! capacity of pipes to transfer water [mm]

◆ runofftowater

real(kind(1d0)) suews_driver::site_prm::runofftowater

Definition at line 345 of file suews_ctrl_driver.f95.

345 REAL(KIND(1D0)) :: runofftowater ! fraction of above-ground runoff flowing to water surface during flooding [-]

◆ surfacearea

real(kind(1d0)) suews_driver::site_prm::surfacearea

Definition at line 340 of file suews_ctrl_driver.f95.

340 REAL(KIND(1D0)) :: surfacearea ! area of the grid [ha]

◆ timezone

real(kind(1d0)) suews_driver::site_prm::timezone

Definition at line 339 of file suews_ctrl_driver.f95.

339 REAL(KIND(1D0)) :: timezone ! time zone, for site relative to UTC (east is positive) [h]

◆ z

real(kind(1d0)) suews_driver::site_prm::z

Definition at line 341 of file suews_ctrl_driver.f95.

341 REAL(KIND(1D0)) :: z ! measurement height [m]

◆ z0m_in

real(kind(1d0)) suews_driver::site_prm::z0m_in

Definition at line 342 of file suews_ctrl_driver.f95.

342 REAL(KIND(1D0)) :: z0m_in ! roughness length for momentum [m]

◆ zdm_in

real(kind(1d0)) suews_driver::site_prm::zdm_in

Definition at line 343 of file suews_ctrl_driver.f95.

343 REAL(KIND(1D0)) :: zdm_in ! zero-plane displacement [m]

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