MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | tspobstype |
Functions/Subroutines | |
subroutine, public | tsp_obs_cr (obs, inobs, dvt) |
Create a new TspObsType object. More... | |
subroutine | tsp_obs_ar (this, ic, x, flowja) |
Allocate and read method for package. More... | |
subroutine | tsp_obs_df (this, iout, pkgname, filtyp, dis) |
Define observation object. More... | |
subroutine | tsp_obs_bd (this) |
Save observations. More... | |
subroutine | tsp_obs_rp (this) |
If transport model observations need checks, add them here. More... | |
subroutine | tsp_obs_da (this) |
Deallocate memory. More... | |
subroutine | set_pointers (this, ic, x, flowja) |
Set pointers needed by the transport OBS package. More... | |
subroutine | tsp_process_obs_id (obsrv, dis, inunitobs, iout) |
Procedure related to Tsp observations (NOT type-bound) More... | |
subroutine | tsp_process_intercell_obs_id (obsrv, dis, inunitobs, iout) |
Procedure related to Tsp observations (NOT type-bound) More... | |
|
private |
Definition at line 159 of file tsp-obs.f90.
|
private |
|
private |
subroutine, public tspobsmodule::tsp_obs_cr | ( | type(tspobstype), intent(out), pointer | obs, |
integer(i4b), intent(in), pointer | inobs, | ||
character(len=lenvarname), intent(in) | dvt | ||
) |
This routine:
[in] | dvt | "concentration" or "temperature" |
Definition at line 43 of file tsp-obs.f90.
|
private |
Deallocate memory associated with transport model
Definition at line 147 of file tsp-obs.f90.
|
private |
|
private |
Definition at line 136 of file tsp-obs.f90.
|
private |
Process an intercell observation requested by the user
Definition at line 208 of file tsp-obs.f90.
|
private |
Process a specific observation ID
Definition at line 175 of file tsp-obs.f90.