MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | celldefntype |
Base grid cell definition. More... | |
Functions/Subroutines | |
subroutine, public | create_defn (cellDefn) |
Create a new cell definition object. More... | |
integer(i4b) function, public | get_iatop (ncpl, icu) |
Get the index corresponding to top elevation of a cell in the grid. This is -1 if the cell is in the top layer and 1 otherwise. More... | |
logical(lgp) function | get_ispv180 (this, m) |
Return 180-degree indicator for a vertex. More... | |
real(dp) function | get_botflow (this) |
Return the bottom flow. More... | |
real(dp) function | get_topflow (this) |
Return the top flow. More... | |
real(dp) function | get_distflow (this) |
Return the distributed flow. More... | |
real(dp) function | get_faceflow (this, m) |
Return a face flow. More... | |
subroutine, public celldefnmodule::create_defn | ( | type(celldefntype), pointer | cellDefn | ) |
|
private |
Definition at line 72 of file CellDefn.f90.
|
private |
Definition at line 86 of file CellDefn.f90.
|
private |
Definition at line 93 of file CellDefn.f90.
integer(i4b) function, public celldefnmodule::get_iatop | ( | integer(i4b), intent(in) | ncpl, |
integer(i4b), intent(in) | icu | ||
) |
|
private |
Definition at line 64 of file CellDefn.f90.
|
private |
Definition at line 79 of file CellDefn.f90.