![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
| type | gwtinterfacemodelmodule::gwtinterfacemodeltype |
| The GWT Interface Model is a utility to calculate the solution's exchange coefficients from the interface between a GWT model and its GWT neighbors. The interface model itself will not be part of the solution, it is not being solved. More... | |
Modules | |
| module | gwtinterfacemodelmodule |
Functions/Subroutines | |
| subroutine | gwtinterfacemodelmodule::gwtifmod_cr (this, name, iout, gridConn) |
| Create the interface model, analogously to what. More... | |
| subroutine | gwtinterfacemodelmodule::allocate_scalars (this, modelname) |
| Allocate scalars associated with the interface model object. More... | |
| subroutine | gwtinterfacemodelmodule::allocate_fmi (this) |
| Allocate a Flow Model Interface (FMI) object for the interface model. More... | |
| subroutine | gwtinterfacemodelmodule::gwtifmod_df (this) |
| Define the GWT interface model. More... | |
| subroutine | gwtinterfacemodelmodule::gwtifmod_ar (this) |
| Override allocate and read the GWT interface model and its packages so that we can create stuff from memory instead of input files. More... | |
| subroutine | gwtinterfacemodelmodule::gwtifmod_da (this) |
| Clean up resources. More... | |