Skip to content

Commit

Permalink
Merge pull request #46 from zssherman/act_update
Browse files Browse the repository at this point in the history
FIX: Update act syntax.
  • Loading branch information
mgrover1 authored Jul 18, 2024
2 parents 3d99b68 + 5cc7842 commit 339db2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
- pyviz
dependencies:
- arm_pyart
- siphon
- act-atmos
- matplotlib
- jupyterlab
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"metadata": {},
"outputs": [],
"source": [
"ds_ingested = act.io.read_netcdf('/Volumes/T7/data/DL_ingested/crocus-neiu-dlvpt-a1-202308020000.nc')"
"ds_ingested = act.io.read_arm_netcdf('/Volumes/T7/data/DL_ingested/crocus-neiu-dlvpt-a1-202308020000.nc')"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/quicklooks/ceilometer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"\n",
"files = glob.glob('../../data/ceilometer/sgp*')\n",
"\n",
"ds = act.io.read_netcdf(files)\n",
"ds = act.io.read_arm_netcdf(files)\n",
"\n",
"# apply range correction\n",
"ds = act.corrections.correct_ceil(ds)\n",
Expand Down

0 comments on commit 339db2a

Please sign in to comment.