MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gwfoctype |
@ brief Output control for GWF More... | |
Functions/Subroutines | |
subroutine, public | oc_cr (ocobj, name_model, inunit, iout) |
@ brief Create GwfOcType More... | |
subroutine | oc_ar (this, head, dis, dnodata) |
@ brief Allocate and read GwfOcType More... | |
|
private |
Setup head and budget as output control variables.
this | GwfOcType object | |
[in] | head | model head |
[in] | dis | model discretization package |
[in] | dnodata | no data value |
Definition at line 57 of file gwf-oc.f90.
subroutine, public gwfocmodule::oc_cr | ( | type(gwfoctype), pointer | ocobj, |
character(len=*), intent(in) | name_model, | ||
integer(i4b), intent(in) | inunit, | ||
integer(i4b), intent(in) | iout | ||
) |
Create by allocating a new GwfOcType object and initializing member variables.
ocobj | GwfOcType object | |
[in] | name_model | name of the model |
[in] | inunit | unit number for input |
[in] | iout | unit number for output |
Definition at line 31 of file gwf-oc.f90.