geoschem / integrated_methane_inversion

Integrated Methane Inversion workflow repository.
https://imi.readthedocs.org
MIT License
26 stars 22 forks source link

Bugfix/reduce obs array size #135

Closed laestrada closed 1 year ago

laestrada commented 1 year ago

Name and Institution (Required)

Name: Lucas Estrada Institution: Harvard ACMG

Describe the update

The obs_GC variable gets allocated with 6 columns of zeros in apply_average_tropomi_operator, when only 5 of the columns are filled with data. This update rectifies the situation. Thanks @sarahhancock for finding this.