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

Go to the source code of this file.

Data Types

type  outputcontrolmodule::outputcontroltype
 @ brief Controls model output. Overridden for each model type. More...
 

Modules

module  outputcontrolmodule
 Model output control.
 

Functions/Subroutines

subroutine, public outputcontrolmodule::oc_cr (oc, name_model, inunit, iout)
 Create a new output control object. More...
 
subroutine outputcontrolmodule::oc_df (this)
 @ brief Define the output control type. Placeholder routine. More...
 
subroutine outputcontrolmodule::oc_rp (this)
 @ brief Read period block options and prepare the output control type. More...
 
subroutine outputcontrolmodule::oc_ot (this, ipflg)
 @ brief Write output. More...
 
subroutine outputcontrolmodule::oc_da (this)
 @ brief Deallocate method for OutputControlType More...
 
subroutine outputcontrolmodule::allocate (this, name_model)
 @ brief Allocate variables for the output control object More...
 
subroutine outputcontrolmodule::read_options (this)
 @ brief Read the output control options block More...
 
logical function outputcontrolmodule::oc_save (this, cname)
 @ brief Determine if it is time to save. More...
 
logical function outputcontrolmodule::oc_print (this, cname)
 @ brief Determine if it is 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 based on convergence and other parameters More...