We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28f487 commit dccc4c6Copy full SHA for dccc4c6
esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/configure/bin/configure.py
@@ -68,6 +68,7 @@ def get_config_values_from_task_env():
68
"extra_facets_dir": [],
69
"max_parallel_tasks": int(os.environ["MAX_PARALLEL_TASKS"]),
70
"output_dir": os.environ["OUTPUT_DIR"],
71
+ "remove_preproc_dir": False,
72
"rootpath": {
73
"ana4mips": os.environ["ROOTPATH_ANA4MIPS"],
74
"CMIP3": os.environ["ROOTPATH_CMIP3"],
0 commit comments