Skip to content

Added condition to calculate intermediate mean of aerosols

Luis Aleixo requested to merge changes/mean_aerosols into master

Using np.mean(aerosols)

Screenshot_2024-07-02_at_12.12.05

Using full aerosols distribution:

Screenshot_2024-07-02_at_12.12.27

Adapted all methods to consider the intermediate emission rate calculation based (or not) in the np.mean(aerosols), controlled by the with_mean_aerosols boolean

Merge request reports