SCALE-RM
|
module DC_Log More...
Functions/Subroutines | |
subroutine, public | loginit (fid_conf, fid_log, master) |
subroutine, public | logfinalize |
subroutine, public | log (type, message) |
Variables | |
integer, parameter, public | log_lmsg = 4096 |
integer, public | log_fid = STDOUT |
module DC_Log
subroutine, public dc_log::loginit | ( | integer, intent(in) | fid_conf, |
integer, intent(in), optional | fid_log, | ||
logical, intent(in), optional | master | ||
) |
Definition at line 66 of file dc_log.f90.
References log(), and log_fid.
Referenced by mod_rm_driver::scalerm(), scalerm_launcher(), and mod_rm_prep::scalerm_prep().
subroutine, public dc_log::logfinalize | ( | ) |
Definition at line 123 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 133 of file dc_log.f90.
References log_fid.
Referenced by mod_mkinit::aerosol_activation_kajino13(), scale_atmos_phy_ae_kajino13::aerosol_nucleation(), scale_atmos_adiabat::atmos_adiabat_liftparcel(), scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13(), scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_setup(), scale_atmos_phy_mp_convert::atmos_phy_mp_bulk2bin(), scale_atmos_phy_mp_sn14::atmos_phy_mp_sn14(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_setup(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08(), scale_atmos_phy_rd_profile::atmos_phy_rd_profile_setup(), scale_atmos_phy_rd_profile::atmos_phy_rd_profile_setup_zgrid(), scale_atmos_phy_sf_bulk::atmos_phy_sf_bulk(), scale_atmos_phy_sf_bulkcoef::atmos_phy_sf_bulkcoef_setup(), scale_atmos_thermodyn::atmos_thermodyn_qd_0d(), scale_bulkflux::bulkflux_setup(), dc_calendar::calendarinit(), scale_atmos_phy_cp_kf::cp_kf_main(), mod_mkinit::diag_ds(), gtool_file::fileclose(), gtool_file::filecreate(), gtool_file::filedefassociatedcoordinates(), gtool_file::filedefaxis(), gtool_file::filedefinevariable(), gtool_file::fileenddef(), gtool_file::filegetalldatainfo(), gtool_file::filegetdatainfo(), gtool_file::filegetshape(), gtool_file::filemakefname(), gtool_file::fileopen(), gtool_file::filesetoption(), gtool_file::filesettattr(), scale_atmos_phy_mp_sn14::freezing_water_kij(), gtool_history::historyaddvariable(), gtool_history::historyinit(), 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(), scale_atmos_phy_mp_sn14::ice_multiplication_kij(), scale_atmos_phy_cp_kf::kf_lutab(), scale_land_sfc_slab::land_sfc_slab(), loginit(), scale_atmos_phy_mp_suzuki10::mkpara(), scale_atmos_phy_mp_suzuki10::mp_suzuki10(), scale_mapproj::mprj_rotcoef_2d(), scale_grid_nest::nest_comm_intercomm_nestdown_3d(), scale_ocean_sfc_slab::ocean_sfc_slab(), mod_realinput_grads::parentatominputgrads(), mod_realinput::parentatomsetup(), scale_atmos_phy_mp_suzuki10::r_collcoag(), mod_mkinit::read_sounding(), mod_mkinit::rect_setup(), scale_roughness::roughness_setup(), scale_specfunc::sf_gamma(), scale_urban_phy_slc::urban_phy_slc(), and mod_realinput_wrfarw::wrf_arwpost_calc_uvmet().
integer, parameter, public dc_log::log_lmsg = 4096 |
Definition at line 47 of file dc_log.f90.
integer, public dc_log::log_fid = STDOUT |
Definition at line 48 of file dc_log.f90.
Referenced by log(), logfinalize(), and loginit().