geoschem / integrated_methane_inversion

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

[FEATURE REQUEST] Add CPU/memory options to local cluster configuration #97

Closed djvaron closed 1 year ago

djvaron commented 1 year ago

New config options for running the IMI locally, to set the CPU/memory resources desired for different GEOS-Chem runs, would be helpful.

Currently all runs are set up identically from the ch4_run.template file. It would be nice to instead have config options like this:

# Resources for Preview, Spin-up, and Posterior simulations (these are run in series)
RunCores = 8
RunMem = 32000

# Resources for Prior + Jacobian simulations (these are run in parallel)
RunCoresJacobian = 1
RunMemJacobian = 4000

We may also want to introduce an option for the amount of cluster time to request (so long runs don't time out).

This may also apply to the run_imi.sh and setup_imi.sh driver scripts.

laestrada commented 1 year ago

Completed by #122