SCALE-RM
|
module DC_Log More...
Functions/Subroutines | |
subroutine, public | loginit (fid_conf, fid_log, master, fid_nml, master_nml) |
subroutine, public | logfinalize |
subroutine, public | log (type, message) |
subroutine, public | log_nml (type, message) |
Variables | |
integer, parameter, public | log_lmsg = 4096 |
integer, public | log_fid |
integer, public | log_fid_nml |
module DC_Log
name | type | default value | comment |
---|---|---|---|
LOG_LEVEL | character(len=5) | 'I' | |
LOG_FILE | character(len=100) | "LOG_" |
subroutine, public dc_log::loginit | ( | integer, intent(in) | fid_conf, |
integer, intent(in), optional | fid_log, | ||
logical, intent(in), optional | master, | ||
integer, intent(in), optional | fid_nml, | ||
logical, intent(in), optional | master_nml | ||
) |
Definition at line 75 of file dc_log.f90.
References log(), log_fid, log_fid_nml, and log_nml().
Referenced by mod_rm_driver::scalerm(), and mod_rm_prep::scalerm_prep().
subroutine, public dc_log::logfinalize | ( | ) |
Definition at line 155 of file dc_log.f90.
References log_fid.
subroutine, public dc_log::log | ( | character(len=*), intent(in) | type, |
character(len=*), intent(in) | message | ||
) |
Definition at line 165 of file dc_log.f90.
References log_fid.
Referenced by dc_calendar::calendarinit(), gtool_file::fileattachbuffer(), gtool_file::fileclose(), gtool_file::filecreate(), gtool_file::filedefassociatedcoordinates(), gtool_file::filedefaxis(), gtool_file::filedefinevariable(), gtool_file::filedetachbuffer(), gtool_file::fileenddef(), gtool_file::fileflush(), gtool_file::filegetglobalattributetext(), gtool_file::filegetshape(), gtool_file::filemakefname(), gtool_file::fileopen(), gtool_file::filereadvar1drealdp(), gtool_file::filereadvar2drealdp(), gtool_file::filereadvar2drealsp(), gtool_file::filereadvar3drealdp(), gtool_file::filereadvar3drealsp(), gtool_file::filereadvar4drealdp(), gtool_file::filereadvar4drealsp(), gtool_file::filesetoption(), gtool_file::filesettattr(), gtool_file::filewrite1drealsp(), gtool_history::historyaddvariable(), gtool_history::historyoutputlist(), gtool_history::historyput1dassociatedcoordinatesdp(), gtool_history::historyput1dassociatedcoordinatessp(), gtool_history::historyput2dassociatedcoordinatesdp(), gtool_history::historyput2dassociatedcoordinatessp(), gtool_history::historyput3dassociatedcoordinatesdp(), gtool_history::historyput3dassociatedcoordinatessp(), gtool_history::historyput4dassociatedcoordinatesdp(), gtool_history::historyput4dassociatedcoordinatessp(), gtool_history::historyputaxisdp(), gtool_history::historyputaxissp(), gtool_history::historyquery(), gtool_history::historywrite(), and loginit().
subroutine, public dc_log::log_nml | ( | character(len=*), intent(in) | type, |
character(len=*), intent(in) | message | ||
) |
Definition at line 203 of file dc_log.f90.
References log_fid_nml.
Referenced by loginit().
integer, parameter, public dc_log::log_lmsg = 4096 |
Definition at line 48 of file dc_log.f90.
integer, public dc_log::log_fid |
Definition at line 49 of file dc_log.f90.
Referenced by log(), logfinalize(), and loginit().
integer, public dc_log::log_fid_nml |
Definition at line 50 of file dc_log.f90.