MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gwfnpfoptionstype |
Data structure and helper methods for passing NPF options into npf_df, as an alternative to reading those from file. More... | |
Functions/Subroutines | |
subroutine | construct (this) |
construct the input options, set variables to their defaults More... | |
subroutine | destroy (this) |
cleans up More... | |
subroutine gwfnpfoptionsmodule::construct | ( | class(gwfnpfoptionstype), intent(inout) | this | ) |
[in,out] | this | the NPF options, as in the input OPTIONS block |
Definition at line 30 of file GwfNpfOptions.f90.
|
private |
[in,out] | this | the NPF options, as in the input OPTIONS block |
Definition at line 47 of file GwfNpfOptions.f90.