emc2.simulator.attenuation.calc_radar_atm_attenuation¶
-
emc2.simulator.attenuation.
calc_radar_atm_attenuation
(instrument, model)[source]¶ This function calculates atmospheric attenuation due to water vapor and CO2 for a given model column.
- Parameters
- instrument: :py:mod:`emc2.core.Instrument`
The Instrument class that you wish to calculate the attenuation parameters for.
- model: :py:mod:`emc2.core.Model`
The Model class that you wish to calculate the attenuation parameters for.
- Returns
- model:
emc2.core.Model
The Model class that will store the attenuation parameters.
- model: