From eff58b94d2d049d6a615711e29add202179122b4 Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Wed, 4 Dec 2024 19:14:51 -0700 Subject: [PATCH] Add TAUY to ADF output This generates the wind stress vector map, which adds a map to the output in the Link To ADF Output notebook as well as producing an additional Vector Map page on the ADF website --- examples/key_metrics/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/key_metrics/config.yml b/examples/key_metrics/config.yml index 6e5de2c..8fd88e2 100644 --- a/examples/key_metrics/config.yml +++ b/examples/key_metrics/config.yml @@ -131,7 +131,7 @@ compute_notebooks: adf_root: ../../examples/key_metrics/ADF_output/ external_tool: tool_name: 'ADF' - vars: ['SST', 'TS', 'SWCF', 'LWCF', 'PRECT', 'TAUX', 'TGCLDLWP'] + vars: ['SST', 'TS', 'SWCF', 'LWCF', 'PRECT', 'TAUX', 'TAUY', 'TGCLDLWP'] plotting_scripts: ["global_latlon_map", "global_latlon_vect_map"] analysis_scripts: ["amwg_table"] base_regridded_output: True