MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Public Attributes | |
integer(i4b), public | irow = 0 |
integer(i4b), public | jcol = 0 |
integer(i4b), public | iprpak = 1 |
real(dp), pointer, public | bndelement => null() |
real(dp), pointer, public | rmultiplier => null() |
real(dp), public | cellarea = DZERO |
character(len=lenpackagename), public | packagename = '' |
character(len=3), public | auxorbnd = '' |
character(len=lentimeseriestext), public | text = '' |
character(len=lenboundname), public | bndname = '' |
logical, public | active = .true. |
logical, public | usedefaultproc = .true. |
logical, public | convertflux = .false. |
type(timeseriestype), pointer, public | timeseries => null() |
Definition at line 17 of file TimeSeriesLink.f90.
logical, public timeserieslinkmodule::timeserieslinktype::active = .true. |
Definition at line 32 of file TimeSeriesLink.f90.
character(len=3), public timeserieslinkmodule::timeserieslinktype::auxorbnd = '' |
Definition at line 29 of file TimeSeriesLink.f90.
real(dp), pointer, public timeserieslinkmodule::timeserieslinktype::bndelement => null() |
Definition at line 25 of file TimeSeriesLink.f90.
character(len=lenboundname), public timeserieslinkmodule::timeserieslinktype::bndname = '' |
Definition at line 31 of file TimeSeriesLink.f90.
real(dp), public timeserieslinkmodule::timeserieslinktype::cellarea = DZERO |
Definition at line 27 of file TimeSeriesLink.f90.
logical, public timeserieslinkmodule::timeserieslinktype::convertflux = .false. |
Definition at line 34 of file TimeSeriesLink.f90.
integer(i4b), public timeserieslinkmodule::timeserieslinktype::iprpak = 1 |
Definition at line 21 of file TimeSeriesLink.f90.
integer(i4b), public timeserieslinkmodule::timeserieslinktype::irow = 0 |
Definition at line 19 of file TimeSeriesLink.f90.
integer(i4b), public timeserieslinkmodule::timeserieslinktype::jcol = 0 |
Definition at line 20 of file TimeSeriesLink.f90.
character(len=lenpackagename), public timeserieslinkmodule::timeserieslinktype::packagename = '' |
Definition at line 28 of file TimeSeriesLink.f90.
real(dp), pointer, public timeserieslinkmodule::timeserieslinktype::rmultiplier => null() |
Definition at line 26 of file TimeSeriesLink.f90.
character(len=lentimeseriestext), public timeserieslinkmodule::timeserieslinktype::text = '' |
Definition at line 30 of file TimeSeriesLink.f90.
type(timeseriestype), pointer, public timeserieslinkmodule::timeserieslinktype::timeseries => null() |
Definition at line 35 of file TimeSeriesLink.f90.
logical, public timeserieslinkmodule::timeserieslinktype::usedefaultproc = .true. |
Definition at line 33 of file TimeSeriesLink.f90.