geoschem / integrated_methane_inversion

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

Bugfix for TROPOMI operator retrieval times #236

Closed megan-he closed 3 months ago

megan-he commented 3 months ago

Name and Institution (Required)

Name: Megan He Institution: Harvard ACMG

Describe the update

This addresses the bug in #211 in which retrieval times can be rounded to a time outside of the period of interest due to rounding to the nearest hour. In the TROPOMI operator, an observation within the GC start and end dates can be rounded to be equal to the end date 00 hour, which is problematic because GC does not output for this hour. To avoid this problem, those dates are floor rounded.