FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 958334d1 authored by L. Bower's avatar L. Bower
Browse files

adding WRITE_CSVS to post processing for a bit

parent 36e25808
No related branches found
No related tags found
No related merge requests found
...@@ -334,7 +334,8 @@ class ProcessorEnvironment(ProcessorBase): ...@@ -334,7 +334,8 @@ class ProcessorEnvironment(ProcessorBase):
disease_nc_template_arg = rie_template_dir) disease_nc_template_arg = rie_template_dir)
env_suit_processor.run_params.FILTER_FOR_COUNTRY = (filter_for_country.upper() == "TRUE") env_suit_processor.run_params.FILTER_FOR_COUNTRY = (filter_for_country.upper() == "TRUE")
env_suit_processor.run_params.WRITE_CSVS = True
# Include further diseases in plotting. In this case the irrigated suitabilite for the rusts. # Include further diseases in plotting. In this case the irrigated suitabilite for the rusts.
# TODO: move this part out into a config # TODO: move this part out into a config
extra_diseases = [ extra_diseases = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment