MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
OutputControlData.f90 File Reference

Go to the source code of this file.

Data Types

type  outputcontroldatamodule::outputcontroldatatype
 Output control data type. More...
 

Modules

module  outputcontroldatamodule
 Output control data module.
 

Functions/Subroutines

subroutine, public outputcontroldatamodule::ocd_cr (ocdobj)
 @ brief Create a new output control data type. More...
 
subroutine outputcontroldatamodule::ocd_rp_check (this, inunit)
 @ brief Check the output control data type for consistency. More...
 
subroutine outputcontroldatamodule::ocd_ot (this, ipflg, kstp, endofperiod, iout, iprint_opt, isav_opt)
 Write to list file and/or save to binary file, depending on settings. More...
 
subroutine outputcontroldatamodule::ocd_da (this)
 Deallocate the output control data type. More...
 
subroutine outputcontroldatamodule::init_dbl (this, cname, dblvec, dis, cdefpsm, cdeffmp, iout, dnodata)
 Initialize the output control data type for double precision data. More...
 
subroutine outputcontroldatamodule::init_int (this, cname, intvec, dis, cdefpsm, cdeffmp, iout, inodata)
 @ brief Initialize the output control data type for integer data. More...
 
subroutine outputcontroldatamodule::allocate (this)
 @ brief Allocate scalar variables More...
 
subroutine outputcontroldatamodule::set_option (this, linein, inunit, iout)
 @ brief Set FILEOUT and PRINT_FORMAT based on an input string. More...