SCALE-RM
|
module RANDOM More...
Functions/Subroutines | |
subroutine, public | random_setup |
Setup. More... | |
subroutine, public | random_get (var) |
Get random number. More... | |
module RANDOM
subroutine, public scale_random::random_setup | ( | ) |
Setup.
Definition at line 53 of file scale_random.F90.
References scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_fid_nml, scale_stdio::io_l, scale_stdio::io_nml, scale_process::prc_mpistop(), and scale_process::prc_myrank.
Referenced by mod_rm_driver::scalerm(), and mod_rm_prep::scalerm_prep().
subroutine, public scale_random::random_get | ( | real(rp), dimension(:,:,:), intent(out) | var | ) |
Get random number.
Definition at line 136 of file scale_random.F90.
Referenced by mod_mkinit::interporation_fact(), scale_atmos_phy_mp_suzuki10::mp_suzuki10(), scale_atmos_phy_mp_suzuki10::r_collcoag(), and mod_mkinit::read_sounding().