pyrtlib.climatology.ProfileExtrapolation.profile_extrapolation#
- ProfileExtrapolation.profile_extrapolation(lat: float, month: int, z: ndarray, q: Tuple[ndarray, ndarray, ndarray]) Tuple[ndarray, ndarray, ndarray, ndarray] #
Extrapolation of atmospheres to be used to determine temperature, pressure and water-vapour pressure as a function of altitude and latitude, for calculating gaseous attenuation when more reliable local data are not available.
- Parameters:
- Returns:
Height, Pressure, Temperature, RH extrapolated profiles
- Return type:
Tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray]
Examples using pyrtlib.climatology.ProfileExtrapolation.profile_extrapolation
#
Performing Upwelling Brightness Temperature calculation using IGRA2 Upper Air Observations (with Extrapolation).