MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
OutputControl.f90 File Reference

Go to the source code of this file.

Data Types

type  outputcontrolmodule::outputcontroltype
 @ brief OutputControlType More...
 

Modules

module  outputcontrolmodule
 This module contains the OutputControlModule.
 

Functions/Subroutines

subroutine, public outputcontrolmodule::oc_cr (ocobj, name_model, inunit, iout)
 @ brief Create OutputControlType More...
 
subroutine outputcontrolmodule::oc_df (this)
 @ brief Define OutputControlType More...
 
subroutine outputcontrolmodule::oc_rp (this)
 @ brief Read and prepare OutputControlType More...
 
subroutine outputcontrolmodule::oc_ot (this, ipflg)
 @ brief Output method for OutputControlType More...
 
subroutine outputcontrolmodule::oc_da (this)
 @ brief Deallocate method for OutputControlType More...
 
subroutine outputcontrolmodule::allocate_scalars (this, name_model)
 @ brief Allocate scalars method for OutputControlType More...
 
subroutine outputcontrolmodule::read_options (this)
 @ brief Read options for OutputControlType More...
 
logical function outputcontrolmodule::oc_save (this, cname)
 @ brief Save data to file More...
 
logical function outputcontrolmodule::oc_print (this, cname)
 @ brief Determine if time to print More...
 
integer(i4b) function outputcontrolmodule::oc_save_unit (this, cname)
 @ brief Determine unit number for saving More...
 
integer(i4b) function outputcontrolmodule::set_print_flag (this, cname, icnvg, endofperiod)
 @ brief Set the print flag More...