MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gwtsrctype |
Functions/Subroutines | |
subroutine, public | src_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, depvartype) |
Create a source loading package. More... | |
subroutine | src_da (this) |
Deallocate memory. More... | |
subroutine | src_allocate_scalars (this) |
Allocate scalars. More... | |
subroutine | src_cf (this) |
Formulate the HCOF and RHS terms. More... | |
subroutine | src_fc (this, rhs, ia, idxglo, matrix_sln) |
Add matrix terms related to specified mass source loading. More... | |
subroutine | define_listlabel (this) |
Define list labels. More... | |
logical function | src_obs_supported (this) |
Support function for specified mass source loading observations. More... | |
subroutine | src_df_obs (this) |
Define observations. More... | |
subroutine | src_rp_ts (this) |
Procedure related to time series. More... | |
Variables | |
character(len=lenftype) | ftype = 'SRC' |
character(len=16) | text = ' SRC' |
|
private |
Define the list heading that is written to iout when PRINT_INPUT option is used.
Definition at line 183 of file gwt-src.f90.
subroutine gwtsrcmodule::src_allocate_scalars | ( | class(gwtsrctype) | this | ) |
Allocate scalars specific to this source loading package
Definition at line 102 of file gwt-src.f90.
subroutine gwtsrcmodule::src_cf | ( | class(gwtsrctype) | this | ) |
This subroutine:
Definition at line 121 of file gwt-src.f90.
subroutine, public gwtsrcmodule::src_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=lenvarname), intent(in) | depvartype | ||
) |
This subroutine points bndobj to the newly created package
Definition at line 45 of file gwt-src.f90.
|
private |
Definition at line 86 of file gwt-src.f90.
|
private |
This subroutine:
Definition at line 227 of file gwt-src.f90.
|
private |
|
private |
This function:
Definition at line 213 of file gwt-src.f90.
|
private |
Assign tsLinkText appropriately for all time series in use by package. In the SRC package only the SMASSRATE variable can be controlled by time series.
Definition at line 249 of file gwt-src.f90.
|
private |
Definition at line 17 of file gwt-src.f90.
|
private |
Definition at line 18 of file gwt-src.f90.