41 integer,
public,
parameter ::
qa_ae = 0
67 character(len=*),
intent(in) :: ae_type
68 integer,
intent(out) ::
qa_ae 69 integer,
intent(out) :: qs_ae
73 if(
io_l )
write(
io_fid_log,*)
'++++++ Module[Aerosol Tracer] / Categ[ATMOS PHYSICS] / Origin[SCALElib]' 76 if ( ae_type /=
'DUMMY' .AND. ae_type /=
'NONE' )
then 77 write(*,*)
'xxx ATMOS_PHY_AE_TYPE is not DUMMY. Check!' 93 if(
io_l )
write(
io_fid_log,*)
'++++++ Module[Aerosol] / Categ[ATMOS PHYSICS] / Origin[SCALElib]' 117 integer,
intent(in) :: qqa
118 real(RP),
intent(inout) :: dens(
ka,
ia,
ja)
119 real(RP),
intent(inout) :: momz(
ka,
ia,
ja)
120 real(RP),
intent(inout) :: momx(
ka,
ia,
ja)
121 real(RP),
intent(inout) :: momy(
ka,
ia,
ja)
122 real(RP),
intent(inout) :: rhot(
ka,
ia,
ja)
123 real(RP),
intent(inout) :: emit(
ka,
ia,
ja,qqa)
124 real(RP),
intent(in) :: nreg(
ka,
ia,
ja)
125 real(RP),
intent(inout) :: qtrc(
ka,
ia,
ja,
qa)
126 real(RP),
intent(out) :: cn(
ka,
ia,
ja)
127 real(RP),
intent(out) :: ccn(
ka,
ia,
ja)
128 real(RP),
intent(inout) :: rhoq_t_ae(
ka,
ia,
ja,
qa)
130 if(
io_l )
write(
io_fid_log,*)
'*** Atmos physics step: Aerosol(dummy)' 152 real(RP),
intent(in) :: qtrc(
ka,
ia,
ja,
qa)
153 real(RP),
intent(in) :: rh (
ka,
ia,
ja)
158 re(:,:,:,iq) = 0.0_rp
subroutine, public atmos_phy_ae_dummy_effectiveradius(Re, QTRC, RH)
Calculate Effective Radius.
subroutine, public prc_mpistop
Abort MPI.
integer, parameter, public n_ae
logical, public io_l
output log or not? (this process)
character(len=h_short), dimension(qa_ae), target, public atmos_phy_ae_dummy_name
real(rp), public const_undef
integer, public ia
of whole cells: x, local, with HALO
subroutine, public atmos_phy_ae_dummy(QQA, DENS, MOMZ, MOMX, MOMY, RHOT, EMIT, NREG, QTRC, CN, CCN, RHOQ_t_AE)
Aerosol Microphysics.
character(len=h_mid), dimension(qa_ae), target, public atmos_phy_ae_dummy_desc
integer, public ka
of whole cells: z, local, with HALO
real(rp), dimension(qa_ae), target, public atmos_phy_ae_dummy_dens
module ATMOSPHERE / Physics Aerosol Microphysics
character(len=h_short), dimension(qa_ae), target, public atmos_phy_ae_dummy_unit
subroutine, public atmos_phy_ae_dummy_setup
Setup.
integer, parameter, public qa_ae
integer, public io_fid_log
Log file ID.
subroutine, public atmos_phy_ae_dummy_config(AE_TYPE, QA_AE, QS_AE)
Config.
integer, public ja
of whole cells: y, local, with HALO