![]() |
MODFLOW 6
version 6.7.0.dev2
USGS Modular Hydrologic Model
|
Data Types | |
type | rchtype |
Functions/Subroutines | |
subroutine, public | rch_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath) |
Create a New Recharge Package. More... | |
subroutine | rch_allocate_scalars (this) |
Allocate scalar members. More... | |
subroutine | rch_allocate_arrays (this, nodelist, auxvar) |
Allocate package arrays. More... | |
subroutine | rch_source_options (this) |
Source options specific to RchType. More... | |
subroutine | log_rch_options (this, found_fixed_cell) |
Log options specific to RchType. More... | |
subroutine | rch_read_initial_attr (this) |
Part of allocate and read. More... | |
subroutine | rch_rp (this) |
Read and Prepare. More... | |
subroutine | set_nodesontop (this) |
Store nodelist in nodesontop. More... | |
subroutine | rch_cf (this) |
Formulate the HCOF and RHS terms. More... | |
subroutine | rch_fc (this, rhs, ia, idxglo, matrix_sln) |
Copy rhs and hcof into solution rhs and amat. More... | |
subroutine | rch_da (this) |
Deallocate memory. More... | |
subroutine | rch_define_listlabel (this) |
Define the list heading that is written to iout when PRINT_INPUT option is used. More... | |
logical function | rch_obs_supported (this) |
Overrides BndTypebnd_obs_supported() More... | |
subroutine | rch_df_obs (this) |
Implements bnd_df_obs. More... | |
real(dp) function | rch_bound_value (this, col, row) |
Return requested boundary value. More... | |
Variables | |
character(len=lenftype) | ftype = 'RCH' |
character(len=lenpackagename) | text = ' RCH' |
character(len=lenpackagename) | texta = ' RCHA' |
subroutine rchmodule::log_rch_options | ( | class(rchtype), intent(inout) | this, |
logical(lgp), intent(in) | found_fixed_cell | ||
) |
Definition at line 154 of file gwf-rch.f90.
|
private |
Definition at line 107 of file gwf-rch.f90.
|
private |
Definition at line 91 of file gwf-rch.f90.
|
private |
[in,out] | this | BndExtType object |
Definition at line 401 of file gwf-rch.f90.
|
private |
subroutine, public rchmodule::rch_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, | ||
character(len=*), intent(in) | mempath | ||
) |
Create new RCH package and point packobj to the new package
Definition at line 54 of file gwf-rch.f90.
|
private |
Definition at line 325 of file gwf-rch.f90.
subroutine rchmodule::rch_define_listlabel | ( | class(rchtype), intent(inout) | this | ) |
Definition at line 345 of file gwf-rch.f90.
|
private |
Store observation type supported by RCH package. Overrides BndTypebnd_df_obs
Definition at line 388 of file gwf-rch.f90.
|
private |
Definition at line 297 of file gwf-rch.f90.
|
private |
Definition at line 375 of file gwf-rch.f90.
|
private |
Definition at line 178 of file gwf-rch.f90.
|
private |
Read itmp and read new boundaries if itmp > 0
Definition at line 195 of file gwf-rch.f90.
subroutine rchmodule::rch_source_options | ( | class(rchtype), intent(inout) | this | ) |
Definition at line 128 of file gwf-rch.f90.
subroutine rchmodule::set_nodesontop | ( | class(rchtype), intent(inout) | this | ) |
Definition at line 221 of file gwf-rch.f90.
|
private |
Definition at line 19 of file gwf-rch.f90.
|
private |
Definition at line 20 of file gwf-rch.f90.
|
private |
Definition at line 21 of file gwf-rch.f90.