MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
sfrcrosssectionmanager::sfrcrosssectiontype Type Reference
Collaboration diagram for sfrcrosssectionmanager::sfrcrosssectiontype:
Collaboration graph

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()
 

Detailed Description

Definition at line 15 of file SfrCrossSectionManager.f90.

Member Data Documentation

◆ height

real(dp), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssectiontype::height => null()

Definition at line 18 of file SfrCrossSectionManager.f90.

18  real(DP), pointer, dimension(:), contiguous :: height => null()

◆ npoints

integer(i4b), pointer sfrcrosssectionmanager::sfrcrosssectiontype::npoints

Definition at line 16 of file SfrCrossSectionManager.f90.

16  integer(I4B), pointer :: npoints

◆ roughfraction

real(dp), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssectiontype::roughfraction => null()

Definition at line 19 of file SfrCrossSectionManager.f90.

19  real(DP), pointer, dimension(:), contiguous :: roughfraction => null()

◆ station

real(dp), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssectiontype::station => null()

Definition at line 17 of file SfrCrossSectionManager.f90.

17  real(DP), pointer, dimension(:), contiguous :: station => null()

◆ valid

logical(lgp), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssectiontype::valid => null()

Definition at line 20 of file SfrCrossSectionManager.f90.

20  logical(LGP), pointer, dimension(:), contiguous :: valid => null()

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