MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Private Member Functions | |
procedure | buy_df |
procedure | buy_ar |
procedure | buy_ar_bnd |
procedure | buy_rp |
procedure | buy_ad |
procedure | buy_cf |
procedure | buy_cf_bnd |
procedure | buy_fc |
procedure | buy_ot_dv |
procedure | buy_cq |
procedure | buy_da |
procedure, private | calcbuy |
procedure, private | calchhterms |
procedure, private | buy_calcdens |
procedure, private | buy_calcelev |
procedure | allocate_scalars |
procedure, private | allocate_arrays |
procedure, private | read_options |
procedure, private | set_options |
procedure, private | read_dimensions |
procedure, private | read_packagedata |
procedure, private | set_packagedata |
procedure | set_concentration_pointer |
procedure | set_names |
procedure | da |
procedure | read_check_ionper |
procedure | get_block_data |
Private Attributes | |
type(gwfnpftype), pointer | npf => null() |
integer(i4b), pointer | ioutdense => null() |
integer(i4b), pointer | iform => null() |
integer(i4b), pointer | ireadelev => null() |
integer(i4b), pointer | ireadconcbuy => null() |
integer(i4b), pointer | iconcset => null() |
real(dp), pointer | denseref => null() |
real(dp), dimension(:), pointer, contiguous | dense => null() |
real(dp), dimension(:), pointer, contiguous | concbuy => null() |
real(dp), dimension(:), pointer, contiguous | elev => null() |
integer(i4b), dimension(:), pointer | ibound => null() |
integer(i4b), pointer | nrhospecies => null() |
real(dp), dimension(:), pointer, contiguous | drhodc => null() |
real(dp), dimension(:), pointer, contiguous | crhoref => null() |
real(dp), dimension(:), pointer, contiguous | ctemp => null() |
character(len=lenmodelname), dimension(:), allocatable | cmodelname |
character(len=lenauxname), dimension(:), allocatable | cauxspeciesname |
type(concentrationpointer), dimension(:), allocatable | modelconc |
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 29 of file gwf-buy.f90.
|
private |
Definition at line 68 of file gwf-buy.f90.
|
private |
Definition at line 67 of file gwf-buy.f90.
|
private |
Definition at line 56 of file gwf-buy.f90.
|
private |
Definition at line 53 of file gwf-buy.f90.
|
private |
Definition at line 54 of file gwf-buy.f90.
|
private |
Definition at line 65 of file gwf-buy.f90.
|
private |
Definition at line 66 of file gwf-buy.f90.
|
private |
Definition at line 57 of file gwf-buy.f90.
|
private |
Definition at line 58 of file gwf-buy.f90.
|
private |
Definition at line 61 of file gwf-buy.f90.
|
private |
Definition at line 62 of file gwf-buy.f90.
|
private |
Definition at line 52 of file gwf-buy.f90.
|
private |
Definition at line 59 of file gwf-buy.f90.
|
private |
Definition at line 60 of file gwf-buy.f90.
|
private |
Definition at line 55 of file gwf-buy.f90.
|
private |
Definition at line 63 of file gwf-buy.f90.
|
private |
Definition at line 64 of file gwf-buy.f90.
|
privateinherited |
Definition at line 55 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 57 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 56 of file NumericalPackage.f90.
|
private |
Definition at line 71 of file gwf-buy.f90.
|
private |
Definition at line 69 of file gwf-buy.f90.
|
private |
Definition at line 72 of file gwf-buy.f90.
|
private |
Definition at line 74 of file gwf-buy.f90.
|
privateinherited |
Definition at line 53 of file NumericalPackage.f90.
|
private |
Definition at line 70 of file gwf-buy.f90.
|
private |
Definition at line 73 of file gwf-buy.f90.
|
private |
Definition at line 47 of file gwf-buy.f90.
|
private |
Definition at line 46 of file gwf-buy.f90.
|
private |
Definition at line 38 of file gwf-buy.f90.
|
private |
Definition at line 44 of file gwf-buy.f90.
|
private |
Definition at line 45 of file gwf-buy.f90.
|
private |
Definition at line 37 of file gwf-buy.f90.
|
private |
Definition at line 36 of file gwf-buy.f90.
|
privateinherited |
Definition at line 50 of file NumericalPackage.f90.
|
private |
Definition at line 43 of file gwf-buy.f90.
|
private |
Definition at line 39 of file gwf-buy.f90.
|
privateinherited |
Definition at line 33 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 41 of file NumericalPackage.f90.
|
private |
Definition at line 40 of file gwf-buy.f90.
|
private |
Definition at line 35 of file gwf-buy.f90.
|
privateinherited |
Definition at line 37 of file NumericalPackage.f90.
|
private |
Definition at line 32 of file gwf-buy.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.
|
private |
Definition at line 31 of file gwf-buy.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 gwf-buy.f90.
|
private |
Definition at line 33 of file gwf-buy.f90.
|
privateinherited |
Definition at line 46 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 28 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 29 of file NumericalPackage.f90.
|
private |
Definition at line 49 of file gwf-buy.f90.
|
privateinherited |
Definition at line 26 of file NumericalPackage.f90.
|
private |
Definition at line 30 of file gwf-buy.f90.
|
private |
Definition at line 42 of file gwf-buy.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.