CCPP Scidoc for SRW v2.1.0  SRW v2.1.0
Common Community Physics Package Developed at DTC

◆ atm()

subroutine, private module_sf_noahmplsm::atm ( type (noahmp_parameters), intent(in)  parameters,
real (kind=kind_phys), intent(in)  sfcprs,
real (kind=kind_phys), intent(in)  sfctmp,
real (kind=kind_phys), intent(in)  q2,
real (kind=kind_phys), intent(in)  prcpconv,
real (kind=kind_phys), intent(in)  prcpnonc,
real (kind=kind_phys), intent(in)  prcpshcv,
real (kind=kind_phys), intent(in)  prcpsnow,
real (kind=kind_phys), intent(in)  prcpgrpl,
real (kind=kind_phys), intent(in)  prcphail,
real (kind=kind_phys), intent(in)  soldn,
real (kind=kind_phys), intent(in)  cosz,
real (kind=kind_phys), intent(out)  thair,
real (kind=kind_phys), intent(out)  qair,
real (kind=kind_phys), intent(out)  eair,
real (kind=kind_phys), intent(out)  rhoair,
real (kind=kind_phys), intent(out)  qprecc,
real (kind=kind_phys), intent(out)  qprecl,
real (kind=kind_phys), dimension( 1: 2), intent(out)  solad,
real (kind=kind_phys), dimension( 1: 2), intent(out)  solai,
real (kind=kind_phys), intent(out)  swdown,
real (kind=kind_phys), intent(out)  bdfall,
real (kind=kind_phys), intent(out)  rain,
real (kind=kind_phys), intent(out)  snow,
real (kind=kind_phys), intent(out)  fp,
real (kind=kind_phys), intent(out)  fpice,
real (kind=kind_phys), intent(out)  prcp 
)
private
Parameters
[in]sfcprspressure (pa)
[in]sfctmpsurface air temperature [k]
[in]q2mixing ratio (kg/kg)
[in]prcpconvconvective precipitation entering [mm/s] ! mb/an : v3.7
[in]prcpnoncnon-convective precipitation entering [mm/s] ! mb/an : v3.7
[in]prcpshcvshallow convective precip entering [mm/s] ! mb/an : v3.7
[in]prcpsnowsnow entering land model [mm/s] ! mb/an : v3.7
[in]prcpgrplgraupel entering land model [mm/s] ! mb/an : v3.7
[in]prcphailhail entering land model [mm/s] ! mb/an : v3.7
[in]soldndownward shortwave radiation (w/m2)
[in]coszcosine solar zenith angle [0-1]
[out]thairpotential temperature (k)
[out]qairspecific humidity (kg/kg) (q2/(1+q2))
[out]eairvapor pressure air (pa)
[out]rhoairdensity air (kg/m3)
[out]qpreccconvective precipitation (mm/s)
[out]qprecllarge-scale precipitation (mm/s)
[out]soladincoming direct solar radiation (w/m2)
[out]solaiincoming diffuse solar radiation (w/m2)
[out]swdowndownward solar filtered by sun angle [w/m2]
[out]bdfallbulk density of snowfall (kg/m3) ajn
[out]rainrainfall (mm/s) ajn
[out]snowliquid equivalent snowfall (mm/s) ajn
[out]fpfraction of area receiving precipitation ajn
[out]fpicefraction of ice ajn
[out]prcptotal precipitation [mm/s] ! mb/an : v3.7

Referenced by noahmp_sflx().

Here is the caller graph for this function: