![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| type | integer1dreadertype |
Functions/Subroutines | |
| subroutine, public | read_int1d (parser, int1d, aname) |
| subroutine, public | read_int1d_layered (parser, int1d, aname, nlay, layer_shape) |
| subroutine | reset_reader (this) |
| subroutine | set_constant (this) |
| subroutine | fill_constant (this) |
| subroutine | read_ascii (this) |
| subroutine | read_binary (this) |
| subroutine | set_factor (this) |
| subroutine | apply_factor (this) |
|
private |
Definition at line 144 of file Integer1dReader.f90.
|
private |
Definition at line 96 of file Integer1dReader.f90.
|
private |
|
private |
| subroutine, public integer1dreadermodule::read_int1d | ( | type(blockparsertype), intent(in), target | parser, |
| integer(i4b), dimension(:), target, contiguous | int1d, | ||
| character(len=*), intent(in) | aname | ||
| ) |
| subroutine, public integer1dreadermodule::read_int1d_layered | ( | type(blockparsertype), intent(in), target | parser, |
| integer(i4b), dimension(:), target, contiguous | int1d, | ||
| character(len=*), intent(in) | aname, | ||
| integer(i4b), intent(in) | nlay, | ||
| integer(i4b), dimension(:), intent(in) | layer_shape | ||
| ) |
Definition at line 53 of file Integer1dReader.f90.

| subroutine integer1dreadermodule::reset_reader | ( | class(integer1dreadertype) | this | ) |
Definition at line 84 of file Integer1dReader.f90.
|
private |
Definition at line 91 of file Integer1dReader.f90.
|
private |
Definition at line 139 of file Integer1dReader.f90.