Skip to content

Commit

Permalink
Merge pull request #190 from cecilehannay/main
Browse files Browse the repository at this point in the history
Change path for tutorial data (for diags)
  • Loading branch information
cecilehannay authored Jun 25, 2024
2 parents 5877950 + 04072d5 commit 903c5f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion notebooks/diagnostics/cam/advanced_cam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"metadata": {},
"outputs": [],
"source": [
"location_of_hfiles = Path(\"/glade/campaign/cesm/development/cross-wg/tutorial_2023_archive/cam-se/\")\n",
"location_of_hfiles = Path(\"/glade/campaign/cesm/tutorial/tutorial_2023_archive/cam-se/\")\n",
"search_pattern = \"f.cam6_3_112.FMTHIST_v0c.ne30.non-ogw-ubcT-effgw0.7_taubgnd2.5.001.cam.h3.2003-01-01-00000.nc\"\n",
"\n",
"fils = sorted(location_of_hfiles.glob(search_pattern))\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/diagnostics/cam/basics_cam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"\n",
"# If you were unable to successfully run the b.day2.1 simulation, then feel free to use\n",
"# this provided simulation data instead:\n",
"#monthly_output_path = \"/glade/campaign/cesm/development/cross-wg/tutorial_2023_archive/b.day2.1/atm/hist\"\n",
"#monthly_output_path = \"/glade/campaign/cesm/tutorial/tutorial_2023_archive/b.day2.1/atm/hist\"\n",
"\n",
"# Name of history file to plot\n",
"file_name = \"b.day2.1.cam.h0.0003-07.nc\"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/diagnostics/cice/basics_cice.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"\n",
"# If you were unable to successfully run the b.day2.1 simulation, then feel free to use\n",
"# this provided simulation data instead:\n",
"monthly_output_path = \"/glade/campaign/cesm/development/cross-wg/tutorial_2023_archive/b.day2.1/ice/hist\"\n",
"monthly_output_path = \"/glade/campaign/cesm/tutorial/tutorial/tutorial_2023_archive/b.day2.1/ice/hist\"\n",
"\n",
"# Name of CESM run\n",
"run_name = \"b.day2.1\"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/diagnostics/clm_ctsm/basics_clm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"\n",
"# If you were unable to successfully run the b.day2.1 simulation, then feel free to use\n",
"# this provided simulation data instead:\n",
"#monthly_output_path = \"/glade/campaign/cesm/development/cross-wg/tutorial_2023_archive/b.day2.1/lnd/hist\"\n",
"#monthly_output_path = \"/glade/campaign/cesm/tutorial/tutorial_2023_archive/b.day2.1/lnd/hist\"\n",
"\n",
"# Name of CESM run\n",
"run_name = \"b.day2.1\"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/diagnostics/pop/advanced_pop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"\n",
"# If you were unable to successfully run the b.day2.1 simulation, then feel free to use\n",
"# this provided simulation data instead:\n",
"#pth = '/glade/campaign/cesm/development/cross-wg/tutorial_2023_archive/' + casename + '/ocn/hist/'\n",
"#pth = '/glade/campaign/cesm/tutorial/tutorial_2023_archive/' + casename + '/ocn/hist/'\n",
"\n",
"# Print path to screen\n",
"pth\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/diagnostics/pop/basics_pop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"\n",
"# If you were unable to successfully run the b.day2.1 simulation, then feel free to use\n",
"# this provided simulation data instead:\n",
"#pth = '/glade/campaign/cesm/development/cross-wg/tutorial_2023_archive/' + casename + '/ocn/hist/'\n",
"#pth = '/glade/campaign/cesm/tutorial/tutorial_2023_archive/' + casename + '/ocn/hist/'\n",
"\n",
"# Print path to screen\n",
"pth"
Expand Down

0 comments on commit 903c5f3

Please sign in to comment.