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

Go to the source code of this file.

Data Types

interface  idmloggermodule::idm_log_var
 
interface  idmloggermodule::idm_export
 

Modules

module  idmloggermodule
 This module contains the Input Data Model Logger Module.
 

Functions/Subroutines

subroutine, public idmloggermodule::idm_log_header (component, subcomponent, iout)
 @ brief log a header message More...
 
subroutine, public idmloggermodule::idm_log_close (component, subcomponent, iout)
 @ brief log the closing message More...
 
subroutine, public idmloggermodule::idm_log_period_header (component, iout)
 @ brief log a dynamic header message More...
 
subroutine, public idmloggermodule::idm_log_period_close (iout)
 @ brief log the period closing message More...
 
subroutine idmloggermodule::idm_log_var_ts (varname, mempath, iout, is_tas)
 @ brief log the period closing message More...
 
subroutine idmloggermodule::idm_log_var_logical (p_mem, varname, mempath, iout)
 Log type specific information logical. More...
 
subroutine idmloggermodule::idm_log_var_int (p_mem, varname, mempath, datatype, iout)
 Log type specific information integer. More...
 
subroutine idmloggermodule::idm_log_var_int1d (p_mem, varname, mempath, iout)
 Log type specific information int1d. More...
 
subroutine idmloggermodule::idm_log_var_int2d (p_mem, varname, mempath, iout)
 Log type specific information int2d. More...
 
subroutine idmloggermodule::idm_log_var_int3d (p_mem, varname, mempath, iout)
 Log type specific information int3d. More...
 
subroutine idmloggermodule::idm_log_var_dbl (p_mem, varname, mempath, iout)
 Log type specific information double. More...
 
subroutine idmloggermodule::idm_log_var_dbl1d (p_mem, varname, mempath, iout)
 Log type specific information dbl1d. More...
 
subroutine idmloggermodule::idm_log_var_dbl2d (p_mem, varname, mempath, iout)
 Log type specific information dbl2d. More...
 
subroutine idmloggermodule::idm_log_var_dbl3d (p_mem, varname, mempath, iout)
 Log type specific information dbl3d. More...
 
subroutine idmloggermodule::idm_log_var_str (p_mem, varname, mempath, iout)
 Log type specific information str. More...
 
subroutine idmloggermodule::idm_export_int1d (p_mem, varname, mempath, shapestr, iout)
 Create export file int1d. More...
 
subroutine idmloggermodule::idm_export_int2d (p_mem, varname, mempath, shapestr, iout)
 Create export file int2d. More...
 
subroutine idmloggermodule::idm_export_int3d (p_mem, varname, mempath, shapestr, iout)
 Create export file int3d. More...
 
subroutine idmloggermodule::idm_export_dbl1d (p_mem, varname, mempath, shapestr, iout)
 Create export file dbl1d. More...
 
subroutine idmloggermodule::idm_export_dbl2d (p_mem, varname, mempath, shapestr, iout)
 Create export file dbl2d. More...
 
subroutine idmloggermodule::idm_export_dbl3d (p_mem, varname, mempath, shapestr, iout)
 Create export file dbl3d. More...
 
integer(i4b) function idmloggermodule::distype_export_dim (distype, shapestr, is_layered)
 Set dis type export_dim. More...
 
integer(i4b) function idmloggermodule::create_export_file (varname, mempath, layer, iout)
 Create export file. More...