MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | tspoctype |
@ brief Output control More... | |
Functions/Subroutines | |
subroutine, public | oc_cr (ocobj, name_model, 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 57 of file tsp-oc.f90.
subroutine, public tspocmodule::oc_cr | ( | type(tspoctype), pointer | ocobj, |
character(len=*), intent(in) | name_model, | ||
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] | inunit | unit number for input |
[in] | iout | unit number for output |
Definition at line 30 of file tsp-oc.f90.