14 #include "inc_openmp.h" 43 cdz, rcdz, rcdx, rcdy, &
46 flag_fct_along_stream )
50 real(RP),
intent(inout) :: qtrc (
ka,
ia,
ja)
51 real(RP),
intent(in) :: qtrc0 (
ka,
ia,
ja)
52 real(RP),
intent(in) :: rhoq_t (
ka,
ia,
ja)
53 real(RP),
intent(in) :: dens0 (
ka,
ia,
ja)
54 real(RP),
intent(in) :: dens (
ka,
ia,
ja)
55 real(RP),
intent(in) :: mflx_hi (
ka,
ia,
ja,3)
56 real(RP),
intent(in) :: num_diff(
ka,
ia,
ja,3)
57 real(RP),
intent(in) :: gsqrt (
ka,
ia,
ja,7)
58 real(RP),
intent(in) :: mapf (
ia,
ja)
59 real(RP),
intent(in) :: cdz(
ka)
60 real(RP),
intent(in) :: rcdz(
ka)
61 real(RP),
intent(in) :: rcdx(
ia)
62 real(RP),
intent(in) :: rcdy(
ja)
63 real(RP),
intent(in) :: dtl
64 logical,
intent(in) :: flag_fct_tracer
65 logical,
intent(in) :: flag_fct_along_stream
88 ATMOS_DYN_Tinteg_tracer_TYPE )
102 character(len=*),
intent(in) :: ATMOS_DYN_Tinteg_tracer_TYPE
105 select case ( atmos_dyn_tinteg_tracer_type )
108 atmos_dyn_tinteg_tracer_type )
112 atmos_dyn_tinteg_tracer_type )
114 case (
'OFF',
'NONE' )
117 write(*,*)
'xxx ATMOS_DYN_TINTEG_TRACER_TYPE is invalid: ', atmos_dyn_tinteg_tracer_type
subroutine, public atmos_dyn_tinteg_tracer_rk3(QTRC, QTRC0, RHOQ_t, DENS0, DENS, mflx_hi, num_diff, GSQRT, MAPF, CDZ, RCDZ, RCDX, RCDY, dtl, FLAG_FCT_TRACER, FLAG_FCT_ALONG_STREAM)
RK3.
subroutine, public prc_mpistop
Abort MPI.
module Atmosphere / Dynamics Temporal integration
module Atmosphere / Dyn Tinteg
subroutine, public atmos_dyn_tinteg_tracer_euler_setup(tinteg_type)
Setup.
integer, public ia
of x whole cells (local, with HALO)
integer, public ka
of z whole cells (local, with HALO)
procedure(tinteg), pointer, public atmos_dyn_tinteg_tracer
subroutine, public atmos_dyn_tinteg_tracer_euler(QTRC, QTRC0, RHOQ_t, DENS0, DENS, mflx_hi, num_diff, GSQRT, MAPF, CDZ, RCDZ, RCDX, RCDY, dtl, FLAG_FCT_TRACER, FLAG_FCT_ALONG_STREAM)
EULER.
module Atmosphere / Dyn Tinteg
subroutine, public atmos_dyn_tinteg_tracer_rk3_setup(tinteg_type)
Setup.
subroutine, public atmos_dyn_tinteg_tracer_setup(ATMOS_DYN_Tinteg_tracer_TYPE)
Register.
integer, public ja
of y whole cells (local, with HALO)