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

Public Attributes

real(kind(1d0)) store_min
 
real(kind(1d0)) store_max
 
real(kind(1d0)) store_cap
 
integer drain_eq
 
real(kind(1d0)) drain_coef_1
 
real(kind(1d0)) drain_coef_2
 

Detailed Description

Definition at line 119 of file suews_ctrl_driver.f95.

Member Data Documentation

◆ drain_coef_1

real(kind(1d0)) suews_driver::surf_store_prm::drain_coef_1

Definition at line 124 of file suews_ctrl_driver.f95.

124 REAL(KIND(1D0)) :: drain_coef_1

◆ drain_coef_2

real(kind(1d0)) suews_driver::surf_store_prm::drain_coef_2

Definition at line 125 of file suews_ctrl_driver.f95.

125 REAL(KIND(1D0)) :: drain_coef_2

◆ drain_eq

integer suews_driver::surf_store_prm::drain_eq

Definition at line 123 of file suews_ctrl_driver.f95.

123 INTEGER :: drain_eq

◆ store_cap

real(kind(1d0)) suews_driver::surf_store_prm::store_cap

Definition at line 122 of file suews_ctrl_driver.f95.

122 REAL(KIND(1D0)) :: store_cap ! this should be abundant ? (current storage capacity) [mm]

◆ store_max

real(kind(1d0)) suews_driver::surf_store_prm::store_max

Definition at line 121 of file suews_ctrl_driver.f95.

121 REAL(KIND(1D0)) :: store_max

◆ store_min

real(kind(1d0)) suews_driver::surf_store_prm::store_min

Definition at line 120 of file suews_ctrl_driver.f95.

120 REAL(KIND(1D0)) :: store_min

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