From 9a5d80d3897284a2a25b4e748a76a37a89dbb580 Mon Sep 17 00:00:00 2001 From: Ashley Barnes <53282288+ashjbarnes@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:20:36 +1100 Subject: [PATCH] update fretools path Resolves #477 by copying these tools to ik11, a repo that users need to have access to anyway for the forcing data --- Recipes/regional-mom6-forced-by-access-om2.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recipes/regional-mom6-forced-by-access-om2.ipynb b/Recipes/regional-mom6-forced-by-access-om2.ipynb index fe1e5177..ca30b4c6 100644 --- a/Recipes/regional-mom6-forced-by-access-om2.ipynb +++ b/Recipes/regional-mom6-forced-by-access-om2.ipynb @@ -2453,7 +2453,7 @@ "run_dir = f\"{home}/mom6_rundirs/{expt_name}/\"\n", "\n", "## Directory where compiles FRE tools are located (needed for construction of mask tables)\n", - "toolpath_dir = \"/home/157/ahg157/repos/mom5/src/tools/\"\n", + "toolpath_dir = \"/g/data/ik11/mom6_tools\"\n", "\n", "## Directory where ocean model cut-outs go before processing\n", "tmp_dir = f\"{gdata}/{expt_name}\"\n",