|
| subroutine, public | outputcontrolmodule::oc_cr (oc, name_model, input_mempath, 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, input_mempath) |
| | @ brief Allocate variables for the output control object More...
|
| |
| subroutine | outputcontrolmodule::source_options (this) |
| | @ brief Read the output control options block More...
|
| |
| subroutine | outputcontrolmodule::set_ocfile (this, cname, ocfile, iout) |
| |
| 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...
|
| |