15 #include "inc_openmp.h" 68 character(len=*) :: tinteg_type
73 if ( tinteg_type /=
'EULER' )
then 74 write(*,*)
'xxx TINTEG_LARGE_TYPE is not EULER. Check!' 89 cdz, rcdz, rcdx, rcdy, &
90 bnd_w, bnd_e, bnd_s, bnd_n, &
93 flag_fct_along_stream )
100 real(RP),
intent(inout) :: qtrc (
ka,
ia,
ja)
101 real(RP),
intent(in) :: qtrc0 (
ka,
ia,
ja)
102 real(RP),
intent(in) :: rhoq_t (
ka,
ia,
ja)
103 real(RP),
intent(in) :: dens0 (
ka,
ia,
ja)
104 real(RP),
intent(in) :: dens (
ka,
ia,
ja)
105 real(RP),
intent(in) :: mflx_hi (
ka,
ia,
ja,3)
106 real(RP),
intent(in) :: num_diff(
ka,
ia,
ja,3)
107 real(RP),
intent(in) :: gsqrt (
ka,
ia,
ja,7)
108 real(RP),
intent(in) :: mapf (
ia,
ja)
109 real(RP),
intent(in) :: cdz(
ka)
110 real(RP),
intent(in) :: rcdz(
ka)
111 real(RP),
intent(in) :: rcdx(
ia)
112 real(RP),
intent(in) :: rcdy(
ja)
113 logical,
intent(in) :: bnd_w
114 logical,
intent(in) :: bnd_e
115 logical,
intent(in) :: bnd_s
116 logical,
intent(in) :: bnd_n
117 real(RP),
intent(in) :: dtl
118 logical,
intent(in) :: flag_fct_tracer
119 logical,
intent(in) :: flag_fct_along_stream
127 qtrc, qtrc0, rhoq_t, &
131 cdz, rcdz, rcdx, rcdy, &
133 flag_fct_tracer, flag_fct_along_stream )
subroutine, public prc_mpistop
Abort MPI.
subroutine, public atmos_dyn_tinteg_tracer_euler(QTRC, QTRC0, RHOQ_t, DENS0, DENS, mflx_hi, num_diff, GSQRT, MAPF, CDZ, RCDZ, RCDX, RCDY, BND_W, BND_E, BND_S, BND_N, dtl, FLAG_FCT_TRACER, FLAG_FCT_ALONG_STREAM)
EULER.
subroutine, public check(current_line, v)
Undefined value checker.
real(rp), public const_undef
subroutine, public atmos_dyn_tinteg_tracer_euler_setup(tinteg_type)
Setup.
integer, public ia
of whole cells: x, local, with HALO
integer, public ka
of whole cells: z, local, with HALO
integer, parameter, public const_undef2
undefined value (INT2)
module Atmosphere / Dyn Tinteg
procedure(step), pointer, public atmos_dyn_tstep_tracer
module Atmosphere / Dynamical scheme
integer, public ja
of whole cells: y, local, with HALO