Skip to content

Commit

Permalink
remove ref to NCI
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Apr 23, 2024
1 parent aa913de commit 6bedb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/reanalysis-forced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"## Directory where you'll run the experiment from\n",
"run_dir = Path(f\"mom6_run_directories/{expt_name}/\")\n",
"\n",
"## Directory where fre tools are stored, e.g. on NCI Gadi /home/157/ahg157/repos/mom5/src/tools/\n",
"toolpath_dir = Path(\"PATH_TO_FRE_TOOLS\") ## Compiled tools needed for construction of mask tables\n",
"## Directory where compiled FRE tools are located (needed for construction of mask tables)\n",
"toolpath_dir = Path(\"PATH_TO_FRE_TOOLS\")\n",
"\n",
"## Path to where your raw ocean forcing files are stored\n",
"glorys_path = Path(\"PATH_TO_GLORYS_DATA\" )\n",
Expand Down

0 comments on commit 6bedb63

Please sign in to comment.