![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| type | tspoctype |
| @ brief Output control More... | |
Functions/Subroutines | |
| subroutine, public | oc_cr (ocobj, name_model, input_mempath, inunit, iout) |
| @ brief Create TspOcType More... | |
| subroutine | oc_ar (this, depvar, dis, dnodata, dvname) |
| @ brief Allocate and read TspOcType More... | |
|
private |
Setup dependent variable (e.g., concentration or temperature) and budget as output control variables.
| this | TspOcType object | |
| [in] | depvar | model concentration |
| [in] | dvname | name of dependent variable solved by generalized transport model (concentration, temperature) |
| [in] | dis | model discretization package |
| [in] | dnodata | no data value |
Definition at line 55 of file tsp-oc.f90.

| subroutine, public tspocmodule::oc_cr | ( | type(tspoctype), pointer | ocobj, |
| character(len=*), intent(in) | name_model, | ||
| character(len=*), intent(in) | input_mempath, | ||
| integer(i4b), intent(in) | inunit, | ||
| integer(i4b), intent(in) | iout | ||
| ) |
Create by allocating a new TspOcType object and initializing member variables.
| ocobj | TspOcType object | |
| [in] | name_model | name of the model |
| [in] | input_mempath | input mempath of the package |
| [in] | inunit | unit number for input |
| [in] | iout | unit number for output |
Definition at line 30 of file tsp-oc.f90.
