pycoupler.run_lpjml#

pycoupler.run_lpjml(config_file, std_to_file=False)[source]#

Run LPJmL using a generated (class LpjmlConfig) config file. Similar to R function lpjmlKit::run_lpjml.

Parameters:
  • config_file (str) – File name including path if not current to config_file

  • std_to_file (bool, optional) – If True, stdout and stderr are written to files in the output folder. Defaults to False.