Skip to content

Commit

Permalink
fix path in visclaw/gridtools.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Jul 26, 2020
1 parent 878e315 commit faea2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/visclaw/gridtools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"source": [
"CLAW = os.environ['CLAW']\n",
"rundir = os.path.join(CLAW, 'geoclaw/examples/tsunami/eta_init_force_dry')\n",
"outdir = os.path.join(rundir, 'nb_output_3')\n",
"outdir = os.path.join(rundir, '_output_3')\n",
"sys.path.insert(0,rundir) # for importing setplot\n",
"\n",
"print('Will use geoclaw output from \\n %s' % outdir)\n",
Expand Down

0 comments on commit faea2cb

Please sign in to comment.