MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Public Attributes | |
integer(i4b), pointer | npoints |
real(dp), dimension(:), pointer, contiguous | station => null() |
real(dp), dimension(:), pointer, contiguous | height => null() |
real(dp), dimension(:), pointer, contiguous | roughfraction => null() |
logical(lgp), dimension(:), pointer, contiguous | valid => null() |
Definition at line 15 of file SfrCrossSectionManager.f90.
real(dp), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssectiontype::height => null() |
Definition at line 18 of file SfrCrossSectionManager.f90.
integer(i4b), pointer sfrcrosssectionmanager::sfrcrosssectiontype::npoints |
Definition at line 16 of file SfrCrossSectionManager.f90.
real(dp), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssectiontype::roughfraction => null() |
Definition at line 19 of file SfrCrossSectionManager.f90.
real(dp), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssectiontype::station => null() |
Definition at line 17 of file SfrCrossSectionManager.f90.
logical(lgp), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssectiontype::valid => null() |
Definition at line 20 of file SfrCrossSectionManager.f90.