Skip to content

Run GCBM

Scott Morken edited this page May 16, 2018 · 1 revision

rungcbm.py

Non Standard Python Dependencies

none

Non Python Dependencies

moja/GCBM

Description

Runs GCBM scenarios in parallel

Args

  • pathRegistry - specifies various input and output paths for the process
  • preprocessorConfig - general configuration for preprocessing tools
  • futureConfig - configuration for future scenarios
  • subRegionConfig - sub region specific data
  • subRegionNames - optional comma delimited string specifying subregion names to process. Names are defined in subregion config

example command

python ..\rungcbm.py --pathRegistry .\pathRegistry.json --preprocessorConfig .\preprocessorConfig.json --futureConfig .\futureConfig.json --subRegionConfig .\subRegionConfig.json

Possible development tasks

  • add threading options number of python subprocesses, versus number of moja threads should be customizable