![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| type | gwfoctype |
| @ brief Output control for GWF More... | |
Functions/Subroutines | |
| subroutine, public | oc_cr (ocobj, name_model, input_mempath, 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 55 of file gwf-oc.f90.

| subroutine, public gwfocmodule::oc_cr | ( | type(gwfoctype), 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 GwfOcType object and initializing member variables.
| ocobj | GwfOcType 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 31 of file gwf-oc.f90.
