MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gweesltype |
Functions/Subroutines | |
subroutine, public | esl_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, gwecommon) |
Create an energy source loading package. More... | |
subroutine | esl_da (this) |
Deallocate memory. More... | |
subroutine | esl_allocate_scalars (this) |
Allocate scalars. More... | |
subroutine | esl_cf (this) |
Formulate the HCOF and RHS terms. More... | |
subroutine | esl_fc (this, rhs, ia, idxglo, matrix_sln) |
Add matrix terms related to specified energy source loading. More... | |
subroutine | define_listlabel (this) |
Define list labels. More... | |
logical function | esl_obs_supported (this) |
Support function for specified energy source loading observations. More... | |
subroutine | esl_df_obs (this) |
Define observations. More... | |
subroutine | esl_rp_ts (this) |
Procedure related to time series. More... | |
Variables | |
character(len=lenftype) | ftype = 'ESL' |
character(len=16) | text = ' ESL' |
|
private |
Define the list heading that is written to iout when PRINT_INPUT option is used.
Definition at line 185 of file gwe-esl.f90.
subroutine gweeslmodule::esl_allocate_scalars | ( | class(gweesltype) | this | ) |
Allocate scalars specific to this energy source loading package
Definition at line 103 of file gwe-esl.f90.
subroutine gweeslmodule::esl_cf | ( | class(gweesltype) | this | ) |
This subroutine:
Definition at line 123 of file gwe-esl.f90.
subroutine, public gweeslmodule::esl_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(gweinputdatatype), intent(in), target | gwecommon | ||
) |
This subroutine points bndobj to the newly created package
[in] | gwecommon | shared data container for use by multiple GWE packages |
Definition at line 46 of file gwe-esl.f90.
|
private |
Definition at line 89 of file gwe-esl.f90.
|
private |
This subroutine:
Definition at line 229 of file gwe-esl.f90.
|
private |
|
private |
This function:
Definition at line 215 of file gwe-esl.f90.
|
private |
Assign tsLinkText appropriately for all time series in use by package. In the ESL package only the SENERRATE variable can be controlled by time series.
Definition at line 251 of file gwe-esl.f90.
|
private |
Definition at line 18 of file gwe-esl.f90.
|
private |
Definition at line 19 of file gwe-esl.f90.