Skip to content

Commit

Permalink
Update glider_build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lnferris committed Sep 23, 2020
1 parent 7b9de53 commit 4c5df93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/glider_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
```
#### Description

``[glider] = glider_build(glider_dir,variable_list)`` loads data (a single netcdf file downloaded from [gliders.ioos.us/erddap](https://gliders.ioos.us/erddap/index.html)) from ``glider_dir`` into struct array ``glider``. Glider profiles are loaded with all variables specified in ``variable_list``.
``[glider] = glider_build(glider_dir,variable_list)`` loads data (a single netCDF file downloaded from [gliders.ioos.us/erddap](https://gliders.ioos.us/erddap/index.html)) from ``glider_dir`` into struct array ``glider``. Glider profiles are loaded with all variables specified in ``variable_list``.

The only required argument is ``glider_dir``. By default, the following variables are loaded:
```
Expand Down

0 comments on commit 4c5df93

Please sign in to comment.