geoschem / integrated_methane_inversion

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

Feature/resource allocation settings #122

Closed laestrada closed 1 year ago

laestrada commented 1 year ago

This PR allows users to configure the resources (memory, time, and cpus) used to deploy sbatch jobs by adding 4 variables to the configuration file:

SimulationCPUs: 24
SimulationMemory: 16000
JacobianCPUs: 1
JacobianMemory: 4000
RequestedTime: "0-6:00"

The simulation resources are applied to sbatch jobs that are not run in parallel. Jacobian resources are applied in the initiation of the jacobian simulations.