MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
ListReader.f90 File Reference

Go to the source code of this file.

Data Types

type  listreadermodule::listreadertype
 

Modules

module  listreadermodule
 Generic List Reader Module.
 

Functions/Subroutines

subroutine listreadermodule::read_list (this, line_reader, in, iout, nlist, inamedbound, mshape, nodelist, rlist, auxvar, auxname, boundname, label)
 Initialize the reader. More...
 
subroutine listreadermodule::read_control_record (this)
 Check for a control record, and parse if found. More...
 
subroutine listreadermodule::set_openclose (this)
 Set up for open/close file. More...
 
subroutine listreadermodule::read_data (this)
 Read the data. More...
 
subroutine listreadermodule::read_binary (this)
 Read the data from a binary file. More...
 
subroutine listreadermodule::read_ascii (this)
 Read the data from an ascii file. More...
 
subroutine listreadermodule::check_cellid (ii, cellid, mshape, ndim)
 Check for valid cellid. More...
 
subroutine listreadermodule::write_list (this)
 Write input data to a list. More...