number_density
- pyarts.arts.physics.number_density(*args, **kwargs)
Overloaded function.
number_density(P: numpy.ndarray[numpy.float64], T: numpy.ndarray[numpy.float64]) -> object
Calculates the atmospheric number density.
- Parameters:
P (Numeric or numpy.ndarray) – Pressure [Pa]
T (Numeric or numpy.ndarray) – Temperature [K]
- Returns:
n – Number density [1/m³]
- Return type:
number_density(P: numpy.ndarray[numpy.float64], T: numpy.ndarray[numpy.float64]) -> object
Calculates the atmospheric number density.
- Parameters:
P (Numeric or numpy.ndarray) – Pressure [Pa]
T (Numeric or numpy.ndarray) – Temperature [K]
- Returns:
n – Number density [1/m³]
- Return type: