MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gwfinterfacemodeltype |
The GWF Interface Model is a utility to calculate the solution's exchange coefficients from the interface between a GWF model and its GWF neighbors. The interface model itself will not be part of the solution, it is not being solved. Patching (a part of the) discretizations of two GWF models in a general way, e.g. DIS+DIS with refinement, requires the resulting. More... | |
Functions/Subroutines | |
subroutine | gwfifm_cr (this, name, iout, gridConn) |
set up the interface model, analogously to what More... | |
subroutine | gwfifm_df (this) |
Define, mostly DISU and the NPF package. More... | |
subroutine | gwfifm_ar (this) |
allocate and read the packages More... | |
subroutine | gwfifm_da (this) |
Clean up. More... | |
subroutine | setnpfoptions (this, npfOptions) |
Copy NPF options from the model owning the interface to the data structure. More... | |
subroutine | setbuydata (this, buyData) |
Sets the BUY input data from the models that make up this interface. We adopt everything from the owning model, but during validation it should be. More... | |
|
private |
this | the GWF interface model |
Definition at line 119 of file GwfInterfaceModel.f90.
subroutine gwfinterfacemodelmodule::gwfifm_cr | ( | class(gwfinterfacemodeltype) | this, |
character(len=*), intent(in) | name, | ||
integer(i4b), intent(in) | iout, | ||
class(gridconnectiontype), intent(in), pointer | gridConn | ||
) |
this | the GWF interface model | |
[in] | name | the interface model's name |
[in] | iout | the output unit |
[in] | gridconn | the grid connection for creating a DISU |
Definition at line 46 of file GwfInterfaceModel.f90.
|
private |
this | the GWF interface model |
Definition at line 129 of file GwfInterfaceModel.f90.
|
private |
this | the GWF interface model |
Definition at line 81 of file GwfInterfaceModel.f90.
|
private |
this | the interface model |
buydata | the data for the buoyancy package |
Definition at line 189 of file GwfInterfaceModel.f90.
subroutine gwfinterfacemodelmodule::setnpfoptions | ( | class(gwfinterfacemodeltype) | this, |
type(gwfnpfoptionstype) | npfOptions | ||
) |
this | the GWF interface model |
npfoptions | the options data to be filled |
Definition at line 167 of file GwfInterfaceModel.f90.