MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Private Member Functions | |
procedure | gnc_df |
procedure | gnc_ac |
procedure | gnc_mc |
procedure, private | gnc_fmsav |
procedure | gnc_fc |
procedure | gnc_fn |
procedure | gnc_cq |
procedure | gnc_ot |
procedure | gnc_da |
procedure | deltaqgnc |
procedure | allocate_scalars |
procedure, private | allocate_arrays |
procedure, private | read_options |
procedure, private | read_dimensions |
procedure, private | read_data |
procedure, private | nodeu_to_noder |
procedure | set_names |
procedure | da |
procedure | read_check_ionper |
procedure | get_block_data |
Private Attributes | |
logical, pointer | smgnc => null() |
logical, pointer | implicit => null() |
logical, pointer | i2kn => null() |
integer(i4b), pointer | nexg => null() |
integer(i4b), pointer | numjs => null() |
class(numericalmodeltype), pointer | m1 => null() |
class(numericalmodeltype), pointer | m2 => null() |
integer(i4b), dimension(:), pointer, contiguous | nodem1 => null() |
integer(i4b), dimension(:), pointer, contiguous | nodem2 => null() |
integer(i4b), dimension(:, :), pointer, contiguous | nodesj => null() |
real(dp), dimension(:), pointer, contiguous | cond => null() |
integer(i4b), dimension(:), pointer, contiguous | idxglo => null() |
integer(i4b), dimension(:), pointer, contiguous | idxsymglo => null() |
real(dp), dimension(:, :), pointer, contiguous | alphasj => null() |
integer(i4b), dimension(:), pointer, contiguous | idiagn => null() |
integer(i4b), dimension(:), pointer, contiguous | idiagm => null() |
integer(i4b), dimension(:, :), pointer, contiguous | jposinrown => null() |
integer(i4b), dimension(:, :), pointer, contiguous | jposinrowm => null() |
character(len=lenmodelname) | name_model = '' |
the name of the model that contains this package More... | |
character(len=lenpackagename) | packname = '' |
name of the package More... | |
character(len=lenmempath) | memorypath = '' |
the location in the memory manager where the variables are stored More... | |
character(len=lenmempath) | memorypathmodel = '' |
the location in the memory manager where the variables of the parent model are stored More... | |
character(len=lenmempath) | input_mempath = '' |
input context mempath More... | |
character(len=linelength), pointer | input_fname => null() |
input file name More... | |
character(len=lenftype) | filtyp = '' |
file type (CHD, DRN, RIV, etc.) More... | |
character(len=lenftype), pointer | package_type => null() |
package type (same as filtyp) stored in memory manager More... | |
integer(i4b), pointer | id => null() |
consecutive package number in model More... | |
integer(i4b), pointer | inunit => null() |
unit number for input file More... | |
integer(i4b), pointer | iout => null() |
unit number for writing package output More... | |
integer(i4b), pointer | inewton => null() |
newton flag More... | |
integer(i4b), pointer | iasym => null() |
package causes matrix asymmetry More... | |
integer(i4b), pointer | iprpak => null() |
integer flag to echo input More... | |
integer(i4b), pointer | iprflow => null() |
flag to print simulated flows More... | |
integer(i4b), pointer | ipakcb => null() |
output flows (-1, 0, 1) - save_flows More... | |
integer(i4b), pointer | ionper => null() |
stress period for next data More... | |
integer(i4b), pointer | lastonper => null() |
last value of ionper (for checking) More... | |
type(blockparsertype) | parser |
parser object for reading blocks of information More... | |
class(disbasetype), pointer | dis => null() |
model discretization object More... | |
Definition at line 16 of file GhostNode.f90.
|
private |
Definition at line 49 of file GhostNode.f90.
|
private |
Definition at line 48 of file GhostNode.f90.
|
privateinherited |
Definition at line 55 of file NumericalPackage.f90.
|
private |
Definition at line 47 of file GhostNode.f90.
|
privateinherited |
Definition at line 57 of file NumericalPackage.f90.
|
private |
Definition at line 39 of file GhostNode.f90.
|
private |
Definition at line 44 of file GhostNode.f90.
|
private |
Definition at line 46 of file GhostNode.f90.
|
private |
Definition at line 38 of file GhostNode.f90.
|
private |
Definition at line 42 of file GhostNode.f90.
|
private |
Definition at line 41 of file GhostNode.f90.
|
private |
Definition at line 43 of file GhostNode.f90.
|
private |
Definition at line 40 of file GhostNode.f90.
|
private |
Definition at line 45 of file GhostNode.f90.
|
private |
Definition at line 53 of file GhostNode.f90.
|
privateinherited |
Definition at line 56 of file NumericalPackage.f90.
|
private |
Definition at line 52 of file GhostNode.f90.
|
private |
Definition at line 51 of file GhostNode.f90.
|
private |
Definition at line 50 of file GhostNode.f90.
|
privateinherited |
Definition at line 53 of file NumericalPackage.f90.
|
private |
Definition at line 30 of file GhostNode.f90.
|
private |
Definition at line 27 of file GhostNode.f90.
|
privateinherited |
Definition at line 50 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 33 of file NumericalPackage.f90.
|
private |
Definition at line 19 of file GhostNode.f90.
|
privateinherited |
Definition at line 41 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 37 of file NumericalPackage.f90.
|
private |
Definition at line 32 of file GhostNode.f90.
|
private |
Definition at line 31 of file GhostNode.f90.
|
private |
Definition at line 28 of file GhostNode.f90.
|
private |
Definition at line 29 of file GhostNode.f90.
|
private |
Definition at line 18 of file GhostNode.f90.
|
privateinherited |
Definition at line 40 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 32 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 31 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 38 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 45 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 39 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 44 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 43 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 42 of file NumericalPackage.f90.
|
private |
Definition at line 34 of file GhostNode.f90.
|
private |
Definition at line 33 of file GhostNode.f90.
|
privateinherited |
Definition at line 46 of file NumericalPackage.f90.
|
private |
Definition at line 22 of file GhostNode.f90.
|
private |
Definition at line 23 of file GhostNode.f90.
|
privateinherited |
Definition at line 28 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 29 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 26 of file NumericalPackage.f90.
|
private |
Definition at line 20 of file GhostNode.f90.
|
private |
Definition at line 24 of file GhostNode.f90.
|
private |
Definition at line 25 of file GhostNode.f90.
|
private |
Definition at line 26 of file GhostNode.f90.
|
private |
Definition at line 21 of file GhostNode.f90.
|
privateinherited |
Definition at line 34 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 27 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 49 of file NumericalPackage.f90.
|
private |
Definition at line 17 of file GhostNode.f90.