CCPP Scientific Documentation
v5.0.0
subroutine m_micro::gw_prof ( integer, intent(in)  pcols,
integer, intent(in)  pver,
integer, intent(in)  ncol,
real(kind=kind_phys), dimension(pcols,pver), intent(in)  t,
real(kind=kind_phys), dimension(pcols,pver), intent(in)  pm,
real(kind=kind_phys), dimension(pcols,0:pver), intent(in)  pi,
real(kind=kind_phys), dimension(pcols,0:pver), intent(out)  rhoi,
real(kind=kind_phys), dimension(pcols,0:pver), intent(out)  ni,
real(kind=kind_phys), dimension(pcols,0:pver), intent(out)  ti,
real(kind=kind_phys), dimension(pcols,pver), intent(out)  nm,
real(kind=kind_phys), dimension(pcols,pver), intent(in)  sph 
)
private

MG gw_prof General Algorithm

  1. Determine the interface densities and Brunt-Vaisala frequencies.
  2. Determine the midpoint Brunt-Vaisala frequencies.

References physcons::con_cp, physcons::con_fvirt, physcons::con_g, and physcons::con_rd.

Referenced by m_micro_run().