MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gwemwetype |
Functions/Subroutines | |
subroutine, public | mwe_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, fmi, eqnsclfac, gwecommon, dvt, dvu, dvua) |
Create new MWE package. More... | |
subroutine | find_mwe_package (this) |
Find corresponding mwe package. More... | |
subroutine | mwe_fc_expanded (this, rhs, ia, idxglo, matrix_sln) |
Add matrix terms related to MWE. More... | |
subroutine | mwe_solve (this) |
Add terms specific to multi-aquifer wells to the explicit multi- aquifer well energy transport solve. More... | |
integer(i4b) function | mwe_get_nbudterms (this) |
Function to return the number of budget terms just for this package. More... | |
subroutine | mwe_setup_budobj (this, idx) |
Set up the budget object that stores all the mwe flows. More... | |
subroutine | mwe_fill_budobj (this, idx, x, flowja, ccratin, ccratout) |
Copy flow terms into thisbudobj. More... | |
subroutine | allocate_scalars (this) |
Allocate scalars specific to the multi-aquifer well energy transport (MWE) package. More... | |
subroutine | mwe_allocate_arrays (this) |
Allocate arrays specific to the streamflow mass transport (SFT) package. More... | |
subroutine | mwe_da (this) |
Deallocate memory associated with MWE package. More... | |
subroutine | mwe_rate_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Thermal transport matrix term(s) associated with a user-specified flow rate (mwe_rate_term) More... | |
subroutine | mwe_fwrt_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Thermal transport matrix term(s) associated with a flowing- well rate term associated with pumping (or injection) More... | |
subroutine | mwe_rtmv_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Thermal transport matrix term(s) associated with pumped-water- to-mover term (mwe_rtmv_term) More... | |
subroutine | mwe_frtm_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Thermal transport matrix term(s) associated with the flowing- well-rate-to-mover term (mwe_frtm_term) More... | |
subroutine | mwe_df_obs (this) |
Observations. More... | |
subroutine | mwe_rp_obs (this, obsrv, found) |
Process package specific obs. More... | |
subroutine | mwe_bd_obs (this, obstypeid, jj, v, found) |
Calculate observation value and pass it back to APT. More... | |
subroutine | mwe_set_stressperiod (this, itemno, keyword, found) |
Sets the stress period attributes for keyword use. More... | |
Variables | |
character(len= *), parameter | ftype = 'MWE' |
character(len= *), parameter | flowtype = 'MAW' |
character(len=16) | text = ' MWE' |
subroutine gwemwemodule::allocate_scalars | ( | class(gwemwetype) | this | ) |
Definition at line 620 of file gwe-mwe.f90.
subroutine gwemwemodule::find_mwe_package | ( | class(gwemwetype) | this | ) |
subroutine gwemwemodule::mwe_allocate_arrays | ( | class(gwemwetype), intent(inout) | this | ) |
Definition at line 647 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_bd_obs | ( | class(gwemwetype), intent(inout) | this, |
character(len=*), intent(in) | obstypeid, | ||
integer(i4b), intent(in) | jj, | ||
real(dp), intent(inout) | v, | ||
logical, intent(inout) | found | ||
) |
Definition at line 891 of file gwe-mwe.f90.
subroutine, public gwemwemodule::mwe_create | ( | class(bndtype), pointer | packobj, |
integer(i4b), intent(in) | id, | ||
integer(i4b), intent(in) | ibcnum, | ||
integer(i4b), intent(in) | inunit, | ||
integer(i4b), intent(in) | iout, | ||
character(len=*), intent(in) | namemodel, | ||
character(len=*), intent(in) | pakname, | ||
type(tspfmitype), pointer | fmi, | ||
real(dp), intent(in), pointer | eqnsclfac, | ||
type(gweinputdatatype), intent(in), target | gwecommon, | ||
character(len=*), intent(in) | dvt, | ||
character(len=*), intent(in) | dvu, | ||
character(len=*), intent(in) | dvua | ||
) |
[in] | eqnsclfac | governing equation scale factor |
[in] | gwecommon | shared data container for use by multiple GWE packages |
[in] | dvt | For GWE, set to "TEMPERATURE" in TspAptType |
[in] | dvu | For GWE, set to "energy" in TspAptType |
[in] | dvua | For GWE, set to "E" in TspAptType |
Definition at line 94 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_da | ( | class(gwemwetype) | this | ) |
Definition at line 669 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_df_obs | ( | class(gwemwetype) | this | ) |
Store the observation type supported by the APT package and override BndTypebnd_df_obs
Definition at line 804 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_fc_expanded | ( | class(gwemwetype) | this, |
real(dp), dimension(:), intent(inout) | rhs, | ||
integer(i4b), dimension(:), intent(in) | ia, | ||
integer(i4b), dimension(:), intent(in) | idxglo, | ||
class(matrixbasetype), pointer | matrix_sln | ||
) |
This routine is called from TspAptTypeapt_fc_expanded() in order to add matrix terms specifically for MWE
Definition at line 274 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_fill_budobj | ( | class(gwemwetype) | this, |
integer(i4b), intent(inout) | idx, | ||
real(dp), dimension(:), intent(in) | x, | ||
real(dp), dimension(:), intent(inout), contiguous | flowja, | ||
real(dp), intent(inout) | ccratin, | ||
real(dp), intent(inout) | ccratout | ||
) |
Definition at line 525 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_frtm_term | ( | class(gwemwetype) | this, |
integer(i4b), intent(in) | ientry, | ||
integer(i4b), intent(inout) | n1, | ||
integer(i4b), intent(inout) | n2, | ||
real(dp), intent(inout), optional | rrate, | ||
real(dp), intent(inout), optional | rhsval, | ||
real(dp), intent(inout), optional | hcofval | ||
) |
Definition at line 777 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_fwrt_term | ( | class(gwemwetype) | this, |
integer(i4b), intent(in) | ientry, | ||
integer(i4b), intent(inout) | n1, | ||
integer(i4b), intent(inout) | n2, | ||
real(dp), intent(inout), optional | rrate, | ||
real(dp), intent(inout), optional | rhsval, | ||
real(dp), intent(inout), optional | hcofval | ||
) |
Definition at line 727 of file gwe-mwe.f90.
integer(i4b) function gwemwemodule::mwe_get_nbudterms | ( | class(gwemwetype) | this | ) |
subroutine gwemwemodule::mwe_rate_term | ( | class(gwemwetype) | this, |
integer(i4b), intent(in) | ientry, | ||
integer(i4b), intent(inout) | n1, | ||
integer(i4b), intent(inout) | n2, | ||
real(dp), intent(inout), optional | rrate, | ||
real(dp), intent(inout), optional | rhsval, | ||
real(dp), intent(inout), optional | hcofval | ||
) |
Definition at line 692 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_rp_obs | ( | class(gwemwetype), intent(inout) | this, |
type(observetype), intent(inout) | obsrv, | ||
logical, intent(inout) | found | ||
) |
Method to process specific observations for this package.
[in,out] | this | package class |
[in,out] | obsrv | observation object |
[in,out] | found | indicate whether observation was found |
Definition at line 868 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_rtmv_term | ( | class(gwemwetype) | this, |
integer(i4b), intent(in) | ientry, | ||
integer(i4b), intent(inout) | n1, | ||
integer(i4b), intent(inout) | n2, | ||
real(dp), intent(inout), optional | rrate, | ||
real(dp), intent(inout), optional | rhsval, | ||
real(dp), intent(inout), optional | hcofval | ||
) |
Definition at line 752 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_set_stressperiod | ( | class(gwemwetype), intent(inout) | this, |
integer(i4b), intent(in) | itemno, | ||
character(len=*), intent(in) | keyword, | ||
logical, intent(inout) | found | ||
) |
Definition at line 926 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_setup_budobj | ( | class(gwemwetype) | this, |
integer(i4b), intent(inout) | idx | ||
) |
Definition at line 432 of file gwe-mwe.f90.
subroutine gwemwemodule::mwe_solve | ( | class(gwemwetype) | this | ) |
Definition at line 371 of file gwe-mwe.f90.
character(len=*), parameter gwemwemodule::flowtype = 'MAW' |
Definition at line 54 of file gwe-mwe.f90.
character(len=*), parameter gwemwemodule::ftype = 'MWE' |
Definition at line 53 of file gwe-mwe.f90.
character(len=16) gwemwemodule::text = ' MWE' |
Definition at line 55 of file gwe-mwe.f90.