From 958334d1ef0240bb6333f45afa7c2144f2aec8ed Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 23 May 2024 10:41:38 +0100 Subject: [PATCH] adding WRITE_CSVS to post processing for a bit --- ews/coordinator/processor_environment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ews/coordinator/processor_environment.py b/ews/coordinator/processor_environment.py index 68005ed..46d5d91 100644 --- a/ews/coordinator/processor_environment.py +++ b/ews/coordinator/processor_environment.py @@ -334,7 +334,8 @@ class ProcessorEnvironment(ProcessorBase): 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.WRITE_CSVS = True + # Include further diseases in plotting. In this case the irrigated suitabilite for the rusts. # TODO: move this part out into a config extra_diseases = [ -- GitLab