psd_hydro.f90 File Reference

Functions/Subroutines

subroutine psd_hydro (W, T, Nc, D, Type, Nd, Fv, ph)
 Wrapper for all microphysical schemes. This program should be used to contain the definition of all implemented schemes and their parametrization. More...
 
subroutine milbrant_yau (W, Nc, D, Type, Nd, Fv, ph)
 6 hydrometeor particle size distribution computations More...
 

Function/Subroutine Documentation

subroutine psd_hydro::milbrant_yau ( real, intent(in)  W,
real, intent(in)  Nc,
real, intent(in)  D,
character*4, intent(in)  Type,
real, intent(out)  Nd,
real, intent(out)  Fv,
real, intent(out)  ph 
)

6 hydrometeor particle size distribution computations

Parameters
W[in] Liquid or ice water content [g/m^3]
T[in] Temperature [K]
Nc[in] Particle number concentration [1/m3]
D[in] Diameter [mm]
Type[in] Particle type (rain,snow,hail,grpl,cldi,cldw)
Nd[out] Particle size distribution [m-3 m-1]
Fv[out] Fall velocity size distribution [m/s]
ph[out] Bulk density [kg/m3]
Todo:
Fall velocity size relationships
Author
Bernat P Treserras (berna.nosp@m.t.tr.nosp@m.esser.nosp@m.@mcg.nosp@m.ill.c.nosp@m.a) McGill University
Date
August 30th, 2016 - Initial version
March 16th, 2017 - Verified with the original code of GEM (mp_my2_mod.f90-v2.25.2)
subroutine psd_hydro ( real, intent(in)  W,
real, intent(in)  T,
real, intent(in)  Nc,
real, intent(in)  D,
character*4, intent(in)  Type,
real, intent(out)  Nd,
real, intent(out)  Fv,
real, intent(out)  ph 
)

Wrapper for all microphysical schemes. This program should be used to contain the definition of all implemented schemes and their parametrization.

Parameters
W[in] Liquid or ice water content [g/m^3]
T[in] Temperature [K]
Nc[in] Particle number concentration [1/m3]
D[in] Diameter [mm]
Type[in] Particle type (rain,snow,hail,grpl,cldi,cldw)
Nd[out] Particle size distribution [m-3 m-1]
Fv[out] Fall velocity size distribution [m/s]
ph[out] Bulk density [kg/m3]
Author
Bernat P Treserras (berna.nosp@m.t.pt.nosp@m.reser.nosp@m.ras@.nosp@m.mcgil.nosp@m.l.ca) McGill University
Date
August 30th, 2016 - Initial version