MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | swfoctype |
@ brief Output control More... | |
Functions/Subroutines | |
subroutine, public | oc_cr (ocobj, name_model, inunit, iout) |
@ brief Create SwfOcType More... | |
subroutine | oc_ar (this, name, datavec, dis, dnodata) |
@ brief Allocate and read SwfOcType More... | |
|
private |
Setup head and budget as output control variables.
this | SwfOcType object | |
[in] | datavec | data vector |
[in] | dis | model discretization package |
[in] | dnodata | no data value |
Definition at line 56 of file swf-oc.f90.
subroutine, public swfocmodule::oc_cr | ( | type(swfoctype), pointer | ocobj, |
character(len=*), intent(in) | name_model, | ||
integer(i4b), intent(in) | inunit, | ||
integer(i4b), intent(in) | iout | ||
) |
Create by allocating a new SwfOcType object and initializing member variables.
ocobj | SwfOcType 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 swf-oc.f90.