![]() |
MODFLOW 6
version 6.7.0.dev1
USGS Modular Hydrologic Model
|
Data Types | |
type | gridfilereadertype |
Functions/Subroutines | |
subroutine | initialize (this, iu) |
@Brief Initialize the grid file reader. More... | |
subroutine | finalize (this) |
Finalize the grid file reader. More... | |
subroutine | read_header (this) |
Read the file's self-describing header. Internal use only. More... | |
subroutine | read_header_meta (this) |
Read self-describing metadata (first four lines). Internal use only. More... | |
subroutine | read_header_body (this) |
Read the header body section (text following first. More... | |
integer(i4b) function | read_int (this, key) |
Read an integer scalar from a grid file. More... | |
real(dp) function | read_dbl (this, key) |
Read a double precision scalar from a grid file. More... | |
integer(i4b) function, dimension(:), allocatable | read_int_1d (this, key) |
Read a 1D integer array from a grid file. More... | |
real(dp) function, dimension(:), allocatable | read_dbl_1d (this, key) |
Read a 1D double array from a grid file. More... | |
integer(i4b) function, dimension(:), allocatable | read_grid_shape (this) |
Read the grid shape from a grid file. More... | |
subroutine gridfilereadermodule::finalize | ( | class(gridfilereadertype) | this | ) |
subroutine gridfilereadermodule::initialize | ( | class(gridfilereadertype) | this, |
integer(i4b), intent(in) | iu | ||
) |
real(dp) function gridfilereadermodule::read_dbl | ( | class(gridfilereadertype), intent(inout) | this, |
character(len=*), intent(in) | key | ||
) |
real(dp) function, dimension(:), allocatable gridfilereadermodule::read_dbl_1d | ( | class(gridfilereadertype), intent(inout) | this, |
character(len=*), intent(in) | key | ||
) |
integer(i4b) function, dimension(:), allocatable gridfilereadermodule::read_grid_shape | ( | class(gridfilereadertype) | this | ) |
Definition at line 318 of file GridFileReader.f90.
subroutine gridfilereadermodule::read_header | ( | class(gridfilereadertype) | this | ) |
Definition at line 74 of file GridFileReader.f90.
subroutine gridfilereadermodule::read_header_body | ( | class(gridfilereadertype) | this | ) |
subroutine gridfilereadermodule::read_header_meta | ( | class(gridfilereadertype) | this | ) |
integer(i4b) function gridfilereadermodule::read_int | ( | class(gridfilereadertype), intent(inout) | this, |
character(len=*), intent(in) | key | ||
) |
integer(i4b) function, dimension(:), allocatable gridfilereadermodule::read_int_1d | ( | class(gridfilereadertype), intent(inout) | this, |
character(len=*), intent(in) | key | ||
) |