geoschem / integrated_methane_inversion

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

Cleanup IMI configuration file, setup script, and run script #48

Closed msulprizio closed 2 years ago

msulprizio commented 2 years ago

This PR includes:

  1. Moving several fields from hard-coded values in setup_imi.sh and run_imi.sh to configurable fields in config.yml.
  2. Adding the capability to specify a configuration file when executing setup_imi.sh or run_imi.sh. If no configuration file is specified, config.yml will be used.
  3. Adding a sample configuration file for running the IMI on a local cluster (in this case Harvard's Cannon cluster).
  4. Adding copies of GEOS-Chem run scripts to the IMI repository instead of copying these files from a fork of GEOS-Chem.