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

Go to the source code of this file.

Data Types

type  printsavemanagermodule::printsavemanagertype
 Print/save manager type. More...
 

Modules

module  printsavemanagermodule
 Print/save manager module.
 

Functions/Subroutines

type(printsavemanagertype) function, pointer, public printsavemanagermodule::create_psm ()
 Initialize or clear the print/save manager. More...
 
subroutine printsavemanagermodule::allocate (this)
 
subroutine printsavemanagermodule::deallocate (this)
 
subroutine printsavemanagermodule::init (this)
 
subroutine printsavemanagermodule::read (this, linein, iout)
 @ brief Read a line of input and prepare the manager. More...
 
logical function printsavemanagermodule::should_print (this, kstp, endofperiod)
 @ brief Determine if printing is enabled for this time step. More...
 
logical function printsavemanagermodule::should_save (this, kstp, endofperiod)
 @ brief Determine if saving is enabled for this time step. More...