|  | MODFLOW 6
    version 6.7.0.dev3
    USGS Modular Hydrologic Model | 
| Data Types | |
| type | swfoctype | 
| @ brief Output control  More... | |
| Functions/Subroutines | |
| subroutine, public | oc_cr (ocobj, name_model, input_mempath, inunit, iout) | 
| @ brief Create SwfOcType  More... | |
| subroutine | oc_ar (this, 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 53 of file swf-oc.f90.

| subroutine, public swfocmodule::oc_cr | ( | type(swfoctype), 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 SwfOcType object and initializing member variables.
| ocobj | SwfOcType 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 29 of file swf-oc.f90.
