13 #include "inc_openmp.h" 61 if(
io_l )
write(
io_fid_log,*)
'++++++ Module[DRIVER] / Categ[ATMOS PHY_CP] / Origin[SCALE-RM]' 69 if(
io_l )
write(
io_fid_log,*)
'*** this component is never called.' 133 cloudtop => atmos_phy_cp_cloudtop, &
134 cloudbase => atmos_phy_cp_cloudbase, &
135 cldfrac_dp => atmos_phy_cp_cldfrac_dp, &
136 cldfrac_sh => atmos_phy_cp_cldfrac_sh, &
137 kf_nca => atmos_phy_cp_kf_nca, &
138 kf_w0avg => atmos_phy_cp_kf_w0avg
141 logical,
intent(in) :: update_flag
145 integer :: k, i, j, iq
148 if ( update_flag )
then 176 momz_t_cp(k,i,j) = 0.0_rp
177 momx_t_cp(k,i,j) = 0.0_rp
178 momy_t_cp(k,i,j) = 0.0_rp
186 mflx_cloudbase(i,j) = 0.0_rp
193 call hist_in( mflx_cloudbase(:,:),
'CBMFX',
'cloud base mass flux',
'kg/m2/s', nohalo=.true. )
194 call hist_in( sflx_rain(:,:),
'RAIN_CP',
'surface rain rate by CP',
'kg/m2/s', nohalo=.true. )
195 call hist_in( sflx_rain(:,:),
'PREC_CP',
'surface precipitation rate by CP',
'kg/m2/s', nohalo=.true. )
196 call hist_in( cloudtop(:,:),
'CUMHGT',
'CP cloud top height',
'm', nohalo=.true. )
197 call hist_in( cloudbase(:,:),
'CUBASE',
'CP cloud base height',
'm', nohalo=.true. )
198 call hist_in( cldfrac_dp(:,:,:),
'CUMFRC_DP',
'CP cloud fraction (deep)',
'1', nohalo=.true. )
199 call hist_in( cldfrac_sh(:,:,:),
'CUMFRC_SH',
'CP cloud fraction (shallow)',
'1', nohalo=.true. )
201 call hist_in( kf_nca(:,:),
'kf_nca',
'advection or cumulus convection timescale for KF',
's', nohalo=.true. )
202 call hist_in( kf_w0avg(:,:,:),
'kf_w0avg',
'rannning mean vertical wind velocity for KF',
'kg/m2/s', nohalo=.true. )
204 call hist_in( dens_t_cp(:,:,:),
'DENS_t_CP',
'tendency DENS in CP',
'kg/m3/s' , nohalo=.true. )
205 call hist_in( momz_t_cp(:,:,:),
'MOMZ_t_CP',
'tendency MOMZ in CP',
'kg/m2/s2' , nohalo=.true. )
206 call hist_in( momx_t_cp(:,:,:),
'MOMX_t_CP',
'tendency MOMX in CP',
'kg/m2/s2' , nohalo=.true. )
207 call hist_in( momy_t_cp(:,:,:),
'MOMY_t_CP',
'tendency MOMY in CP',
'kg/m2/s2' , nohalo=.true. )
208 call hist_in( rhot_t_cp(:,:,:),
'RHOT_t_CP',
'tendency RHOT in CP',
'K*kg/m3/s', nohalo=.true. )
211 call hist_in( rhoq_t_cp(:,:,:,iq), trim(
tracer_name(iq))//
'_t_CP', &
212 'tendency rho*'//trim(
tracer_name(iq))//
'in CP',
'kg/m3/s', nohalo=.true. )
221 dens_t(k,i,j) = dens_t(k,i,j) + dens_t_cp(k,i,j)
222 momz_t(k,i,j) = momz_t(k,i,j) + momz_t_cp(k,i,j)
223 momx_t(k,i,j) = momx_t(k,i,j) + momx_t_cp(k,i,j)
224 momy_t(k,i,j) = momy_t(k,i,j) + momy_t_cp(k,i,j)
225 rhot_t(k,i,j) = rhot_t(k,i,j) + rhot_t_cp(k,i,j)
235 rhoq_t(k,i,j,iq) = rhoq_t(k,i,j,iq) + rhoq_t_cp(k,i,j,iq)
242 call stat_total( total, dens_t_cp(:,:,:),
'DENS_t_CP' )
243 call stat_total( total, momz_t_cp(:,:,:),
'MOMZ_t_CP' )
244 call stat_total( total, momx_t_cp(:,:,:),
'MOMX_t_CP' )
245 call stat_total( total, momy_t_cp(:,:,:),
'MOMY_t_CP' )
246 call stat_total( total, rhot_t_cp(:,:,:),
'RHOT_t_CP' )
249 call stat_total( total, rhoq_t_cp(:,:,:,iq), trim(
tracer_name(iq))//
'_t_CP' )
real(rp), dimension(:,:,:), allocatable, public dens_tp
integer, public is
start point of inner domain: x, local
logical, public atmos_sw_phy_cp
subroutine, public atmos_phy_cp_driver_resume
Redume.
logical, public statistics_checktotal
calc&report variable totals to logfile?
real(rp), dimension(:,:,:), allocatable, target, public momz
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_momy_t
integer, public je
end point of inner domain: y, local
module Atmosphere / Physics Cumulus
subroutine, public atmos_phy_cp_setup(CP_TYPE)
Setup Cumulus parameterization.
module ATMOSPHERE / Physics Cumulus Parameterization
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_momx_t
real(rp), dimension(:,:,:), allocatable, target, public rhot
real(rp), dimension(:,:,:), allocatable, public momy_tp
logical, public io_l
output log or not? (this process)
module ATMOSPHERE / Physics Cumulus
module ATMOSPHERE / Physics Cloud Microphysics
module ATMOSPHERIC Variables
real(rp), dimension(:,:,:,:), pointer, public qtrc_av
real(rp), dimension(:,:,:), allocatable, target, public momx
integer, public ke
end point of inner domain: z, local
real(rp), dimension(:,:,:), allocatable, public rhot_tp
character(len=h_short), public atmos_phy_cp_type
real(rp), dimension(:,:,:), allocatable, target, public dens
subroutine, public atmos_hydrometeor_diagnose_number_concentration(QTRC)
character(len=h_short), dimension(qa_max), public tracer_name
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_dens_t
real(rp), dimension(:,:,:,:), allocatable, public atmos_phy_cp_rhoq_t
real(rp), dimension(:,:,:), pointer, public momx_av
subroutine, public atmos_phy_cp_driver_setup
Setup.
real(rp), dimension(:,:,:,:), allocatable, public rhoq_tp
integer, public js
start point of inner domain: y, local
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_momz_t
real(rp), dimension(:,:,:), pointer, public dens_av
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhot_t
subroutine, public atmos_phy_cp_driver(update_flag)
Driver.
character(len=h_short), public atmos_phy_mp_type
integer, public ks
start point of inner domain: z, local
real(rp), dimension(:,:,:), allocatable, public momx_tp
real(rp), dimension(:,:,:), allocatable, target, public momy
subroutine, public prof_rapstart(rapname_base, level)
Start raptime.
procedure(cp), pointer, public atmos_phy_cp
real(rp), dimension(:,:,:), allocatable, public momz_tp
integer, public ie
end point of inner domain: x, local
real(rp), dimension(:,:,:), pointer, public momz_av
real(rp), dimension(:,:,:), pointer, public rhot_av
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_mflx_cloudbase
integer, public io_fid_log
Log file ID.
real(rp), dimension(:,:,:), pointer, public momy_av
subroutine, public prof_rapend(rapname_base, level)
Save raptime.
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_sflx_rain
real(rp), dimension(:,:,:,:), allocatable, target, public qtrc