MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data structure and helper methods for passing NPF options into npf_df, as an alternative to reading those from file. More...
Public Member Functions | |
procedure, pass(this) | construct |
procedure, pass(this) | destroy |
Public Attributes | |
integer(i4b) | icellavg |
same as npf variable More... | |
integer(i4b) | ithickstrt |
same as npf variable More... | |
integer(i4b) | iperched |
same as npf variable More... | |
integer(i4b) | ivarcv |
same as npf variable More... | |
integer(i4b) | idewatcv |
same as npf variable More... | |
integer(i4b) | irewet |
same as npf variable More... | |
real(dp) | wetfct |
same as npf variable More... | |
integer(i4b) | iwetit |
same as npf variable More... | |
integer(i4b) | ihdwet |
same as npf variable More... | |
Definition at line 11 of file GwfNpfOptions.f90.
procedure, pass(this) gwfnpfoptionsmodule::gwfnpfoptionstype::construct |
Definition at line 22 of file GwfNpfOptions.f90.
procedure, pass(this) gwfnpfoptionsmodule::gwfnpfoptionstype::destroy |
Definition at line 23 of file GwfNpfOptions.f90.
integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::icellavg |
Definition at line 12 of file GwfNpfOptions.f90.
integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::idewatcv |
Definition at line 16 of file GwfNpfOptions.f90.
integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::ihdwet |
Definition at line 20 of file GwfNpfOptions.f90.
integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::iperched |
Definition at line 14 of file GwfNpfOptions.f90.
integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::irewet |
Definition at line 17 of file GwfNpfOptions.f90.
integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::ithickstrt |
Definition at line 13 of file GwfNpfOptions.f90.
integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::ivarcv |
Definition at line 15 of file GwfNpfOptions.f90.
integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::iwetit |
Definition at line 19 of file GwfNpfOptions.f90.
real(dp) gwfnpfoptionsmodule::gwfnpfoptionstype::wetfct |
Definition at line 18 of file GwfNpfOptions.f90.