MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gwfexgmovertype |
Extends model mover for exchanges to also handle the. More... | |
Functions/Subroutines | |
subroutine, public | exg_mvr_cr (exg_mvr, name_parent, inunit, iout, dis) |
subroutine | xmvr_check_packages (this) |
subroutine | xmvr_assign_packagemovers (this) |
Overrides GWF MVR routine to skip assigning. More... | |
subroutine | xmvr_initialize_movers (this, nr_active_movers) |
Overrides mover initialization in GWF MVR to deactivate remote parts and build up sync. arrays. More... | |
subroutine | xmvr_cf (this) |
Calculates qpactual and stores it for synchronization. More... | |
subroutine | xmvr_fc (this) |
Assign synced qpactual to mover and update receiver. More... | |
subroutine | xmvr_bd (this) |
Overrides budget routine to first assign the. More... | |
subroutine | xmvr_allocate_arrays (this) |
subroutine | xmvr_da (this) |
subroutine, public gwfexgmovermodule::exg_mvr_cr | ( | class(gwfexgmovertype), pointer | exg_mvr, |
character(len=*), intent(in) | name_parent, | ||
integer(i4b), intent(in) | inunit, | ||
integer(i4b), intent(in) | iout, | ||
class(disbasetype), pointer | dis | ||
) |
|
private |
Definition at line 235 of file GwfExchangeMover.f90.
subroutine gwfexgmovermodule::xmvr_assign_packagemovers | ( | class(gwfexgmovertype), intent(inout) | this | ) |
[in,out] | this | this exchange mover |
Definition at line 93 of file GwfExchangeMover.f90.
|
private |
Definition at line 217 of file GwfExchangeMover.f90.
|
private |
Definition at line 165 of file GwfExchangeMover.f90.
|
private |
Definition at line 54 of file GwfExchangeMover.f90.
|
private |
Definition at line 267 of file GwfExchangeMover.f90.
|
private |
Definition at line 194 of file GwfExchangeMover.f90.
|
private |