4.1.1.1.1.6. pamtra2.hydrometeors.mass¶
4.1.1.1.1.6.1. Module Contents¶
4.1.1.1.1.6.1.1. Functions¶
|
mass for water spheres |
|
mass for ice spheres |
|
classical mass size relation as power law |
|
mass of a fixed-density ellipsoid |
|
mass of a fixed-density oblate ellipsoid |
|
mass of a fixed-density prolate ellipsoid |
4.1.1.1.1.6.1.2. Attributes¶
- waterSphere(sizeCenter)[source]¶
mass for water spheres
- Parameters
sizeCenter (array_like) – particle size at center of size bin
- Returns
mass – particle mass
- Return type
array_like
- iceSphere(sizeCenter)[source]¶
mass for ice spheres
- Parameters
sizeCenter (array_like) – particle size at center of size bin
- Returns
mass – particle mass
- Return type
array_like
- powerLaw(sizeCenter, massSizeA, massSizeB)[source]¶
classical mass size relation as power law
- Parameters
sizeCenter (array_like) – particle size at center of size bin
massSizeA (array_like) – mass size pre factor
massSizeB (float or array_like) – mass size exponent
- Returns
mass – particle mass
- Return type
array_like
- ellipsoid(sizeCenter, aspectRatio, density)[source]¶
mass of a fixed-density ellipsoid
- Parameters
sizeCenter (array_like) – particle size at center of size bin
density (array_like) – fixed particle density
aspectRatio (array_like) – particle aspect ratio
- Returns
mass – particle mass
- Return type
array_like
- oblateEllipsoid(sizeCenter, aspectRatio, density)[source]¶
mass of a fixed-density oblate ellipsoid
- Parameters
sizeCenter (array_like) – particle size at center of size bin
density (array_like) – fixed particle density
aspectRatio (array_like) – particle aspect ratio <1
- Returns
mass – particle mass
- Return type
array_like
- prolateEllipsoid(sizeCenter, aspectRatio, density)[source]¶
mass of a fixed-density prolate ellipsoid
- Parameters
sizeCenter (array_like) – particle size at center of size bin
density (array_like) – fixed particle density
aspectRatio (array_like) – particle aspect ratio > 1
- Returns
mass – particle mass
- Return type
array_like