Skip to content

Commit

Permalink
remove lines that overwrite parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed Aug 5, 2024
1 parent 8bc645c commit 2f01853
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/nblibrary/atm/nmse_PSL.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,6 @@
"### Read in the current case"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5a36af8c-c8c0-42df-b162-07c6c244ab0a",
"metadata": {},
"outputs": [],
"source": [
"CESM_output_dir = \"/glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing/\"\n",
"case_name = \"b.e23_alpha17f.BLT1850.ne30_t232.092\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -187,10 +176,6 @@
},
"outputs": [],
"source": [
"# Need to change file paths here to be read in using the parameters thing\n",
"dat = xr.open_mfdataset(\n",
" CESM_output_dir + \"/\" + case_name + \"/atm/proc/tseries/*.PSL*.nc\"\n",
")\n",
"dat = dat.sel(time=slice(start_date, end_date))\n",
"\n",
"dat = dat.PSL / 100.0\n",
Expand Down

0 comments on commit 2f01853

Please sign in to comment.