geoschem / integrated_methane_inversion

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

Additional changes for global inversion, including option to use a custom periods.csv to define Kalman Filter update periods #250

Closed megan-he closed 1 month ago

megan-he commented 1 month ago

Name and Institution (Required)

Name: Megan He Institution: Harvard ACMG

Describe the update

This includes a <10% ice cover threshold for generating the global state vector that excludes Greenland, and an option to use a custom periods.csv to define Kalman Filter update periods (e.g. there are an uneven number of days in each month). There are also minor plotting fixes.

Note: The ice cover threshold update was removed see this review comment.

megan-he commented 1 month ago

Thanks Lucas, I added more fixes and documentation. I also realize that in the case of a custom periods.csv, then it needs to exist before running the preview and doing those calculations, so I added a fix in https://github.com/geoschem/integrated_methane_inversion/pull/250/commits/bdc892f11ae73c7707084bff7bb88b48f3d44005 (in the default case the calculations use UpdateFreqDays instead).