geoschem / integrated_methane_inversion

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

[FEATURE REQUEST] Add capability to define state vector elements as CH4 tracers #119

Closed msulprizio closed 5 months ago

msulprizio commented 1 year ago

Initial testing indicates running the CH4 simulation with multiple CH4 tracers has a drastic improvement in performance over running multiple CH4 simulations with a single tracer.

Screen Shot 2023-05-16 at 1 19 28 PM

We should therefore add an option in the IMI for users to specify if/how to lump Jacobian simulations. The idea would be for users to specify the number of CH4 tracers to include in a simulation, with each tracer representing an element of the state vector. Based on the number of tracers per simulation and the total number of state vector elements, the IMI setup script would then determine how many Jacobian simulations need to be performed.

Notes:

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the issue from closing this issue.

msulprizio commented 5 months ago

This capability is included in PR #193