SCALE-RM
|
module Atmosphere / Dynamical scheme More...
Functions/Subroutines | |
subroutine, public | atmos_dyn_tstep_large_setup (Tstep_large_type, DENS, MOMZ, MOMX, MOMY, RHOT, QTRC, PROG, mflx_hi) |
Register. More... | |
Variables | |
procedure(large), pointer, public | atmos_dyn_tstep_large => NULL() |
module Atmosphere / Dynamical scheme
subroutine, public scale_atmos_dyn_tstep_large::atmos_dyn_tstep_large_setup | ( | character(len=*), intent(in) | Tstep_large_type, |
real(rp), dimension(ka,ia,ja), intent(inout) | DENS, | ||
real(rp), dimension(ka,ia,ja), intent(inout) | MOMZ, | ||
real(rp), dimension(ka,ia,ja), intent(inout) | MOMX, | ||
real(rp), dimension(ka,ia,ja), intent(inout) | MOMY, | ||
real(rp), dimension(ka,ia,ja), intent(inout) | RHOT, | ||
real(rp), dimension(ka,ia,ja,qa), intent(inout) | QTRC, | ||
real(rp), dimension(ka,ia,ja,va), intent(inout) | PROG, | ||
real(rp), dimension(ka,ia,ja,3), intent(inout) | mflx_hi | ||
) |
Register.
Definition at line 192 of file scale_atmos_dyn_tstep_large.F90.
References atmos_dyn_tstep_large, scale_atmos_dyn_tstep_large_fvm_heve::atmos_dyn_tstep_large_fvm_heve(), scale_atmos_dyn_tstep_large_fvm_heve::atmos_dyn_tstep_large_fvm_heve_setup(), and scale_process::prc_mpistop().
Referenced by scale_atmos_dyn::atmos_dyn_setup().
procedure(large), pointer, public scale_atmos_dyn_tstep_large::atmos_dyn_tstep_large => NULL() |
Definition at line 169 of file scale_atmos_dyn_tstep_large.F90.
Referenced by scale_atmos_dyn_tinteg_large_euler::atmos_dyn_tinteg_large_euler(), scale_atmos_dyn_tinteg_large_rk3::atmos_dyn_tinteg_large_rk3(), and atmos_dyn_tstep_large_setup().