MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Private Member Functions | |
procedure | read_list |
procedure | write_list |
procedure, private | read_control_record |
procedure, private | read_data |
procedure, private | set_openclose |
procedure, private | read_ascii |
procedure, private | read_binary |
Private Attributes | |
integer(i4b) | in = 0 |
unit number of file containing control record More... | |
integer(i4b) | inlist = 0 |
unit number of file from which list will be read More... | |
integer(i4b) | iout = 0 |
unit number to output messages More... | |
integer(i4b) | inamedbound = 0 |
flag indicating boundary names are to be read More... | |
integer(i4b) | ierr = 0 |
error flag More... | |
integer(i4b) | nlist = 0 |
number of entries in list. -1 indicates number will be automatically determined More... | |
integer(i4b) | ibinary = 0 |
flag indicating to read binary list More... | |
integer(i4b) | istart = 0 |
string starting location More... | |
integer(i4b) | istop = 0 |
string ending location More... | |
integer(i4b) | lloc = 0 |
entry number in line More... | |
integer(i4b) | iclose = 0 |
flag indicating whether or not to close file More... | |
integer(i4b) | ndim = 0 |
number of dimensions in model More... | |
integer(i4b) | ntxtrlist = 0 |
number of text entries found in rlist More... | |
integer(i4b) | ntxtauxvar = 0 |
number of text entries found in auxvar More... | |
character(len=lenlistlabel) | label = '' |
label for printing list More... | |
character(len=:), allocatable, private | line |
current line More... | |
integer(i4b), dimension(:), pointer, contiguous | mshape => null() |
pointer to model shape More... | |
integer(i4b), dimension(:), pointer, contiguous | nodelist => null() |
pointer to nodelist More... | |
real(dp), dimension(:, :), pointer, contiguous | rlist => null() |
pointer to rlist More... | |
real(dp), dimension(:, :), pointer, contiguous | auxvar => null() |
pointer to auxvar More... | |
character(len=16), dimension(:), pointer | auxname => null() |
pointer to aux names More... | |
character(len=lenboundname), dimension(:), pointer, contiguous | boundname => null() |
pointer to boundname More... | |
integer(i4b), dimension(:), allocatable | idxtxtrow |
row locations of text in rlist More... | |
integer(i4b), dimension(:), allocatable | idxtxtcol |
col locations of text in rlist More... | |
integer(i4b), dimension(:), allocatable | idxtxtauxrow |
row locations of text in auxvar More... | |
integer(i4b), dimension(:), allocatable | idxtxtauxcol |
col locations of text in auxvar More... | |
character(len=lentimeseriesname), dimension(:), allocatable | txtrlist |
text found in rlist More... | |
character(len=lentimeseriesname), dimension(:), allocatable | txtauxvar |
text found in auxvar More... | |
type(longlinereadertype), pointer | line_reader => null() |
Definition at line 17 of file ListReader.f90.
|
private |
Definition at line 56 of file ListReader.f90.
|
private |
Definition at line 57 of file ListReader.f90.
|
private |
Definition at line 53 of file ListReader.f90.
|
private |
Definition at line 54 of file ListReader.f90.
|
private |
Definition at line 51 of file ListReader.f90.
|
private |
Definition at line 55 of file ListReader.f90.
|
private |
Definition at line 52 of file ListReader.f90.
|
private |
Definition at line 38 of file ListReader.f90.
|
private |
Definition at line 37 of file ListReader.f90.
|
private |
Definition at line 39 of file ListReader.f90.
|
private |
Definition at line 24 of file ListReader.f90.
|
private |
Definition at line 28 of file ListReader.f90.
|
private |
Definition at line 44 of file ListReader.f90.
|
private |
Definition at line 43 of file ListReader.f90.
|
private |
Definition at line 42 of file ListReader.f90.
|
private |
Definition at line 41 of file ListReader.f90.
|
private |
Definition at line 22 of file ListReader.f90.
|
private |
Definition at line 18 of file ListReader.f90.
|
private |
Definition at line 21 of file ListReader.f90.
|
private |
Definition at line 19 of file ListReader.f90.
|
private |
Definition at line 20 of file ListReader.f90.
|
private |
Definition at line 25 of file ListReader.f90.
|
private |
Definition at line 26 of file ListReader.f90.
|
private |
Definition at line 32 of file ListReader.f90.
|
private |
Definition at line 33 of file ListReader.f90.
|
private |
Definition at line 47 of file ListReader.f90.
|
private |
Definition at line 27 of file ListReader.f90.
|
private |
Definition at line 34 of file ListReader.f90.
|
private |
Definition at line 29 of file ListReader.f90.
|
private |
Definition at line 23 of file ListReader.f90.
|
private |
Definition at line 35 of file ListReader.f90.
|
private |
Definition at line 31 of file ListReader.f90.
|
private |
Definition at line 30 of file ListReader.f90.
|
private |
Definition at line 36 of file ListReader.f90.
|
private |
Definition at line 46 of file ListReader.f90.
|
private |
Definition at line 45 of file ListReader.f90.