geoschem / integrated_methane_inversion

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

Add global inversion capability + OH optimization #157

Closed msulprizio closed 4 months ago

msulprizio commented 12 months ago

Name and Institution (Required)

Name: Melissa Sulprizio Institution: Harvard / GCST

Describe the update

Here we update the IMI to include the capability for global inversions in addition to the preexisting regional capability. This includes adding the option to run with 4x5 and 2x2.5 horizontal resolutions. In addition, we now modify the terminology to use "regional" instead of "nested" for clarity.

Update 5 Feb 2024:

This pull request now also includes the OH optimization udpates originally in https://github.com/geoschem/integrated_methane_inversion/pull/173. From that pull request:

Additional options to optimize for OH have been added to config.yml. This includes the switch for turning this option on (OptimizeOH), PriorErrorOH, and PerturbValueOH. When enabling this option, an additional run will be added to the jacobian runs. Code has also been added to the inversion scripts for including OH optimization.

Closes:

msulprizio commented 5 months ago

This branch now merges in the OH optimization updates originally in #173.