Skip to content

Commit

Permalink
Update usage.rst (#311)
Browse files Browse the repository at this point in the history
Change 'print(ds_llc['S']dims)' to 'print(ds_llc['S'].dims)'
  • Loading branch information
yangleir committed Aug 1, 2022
1 parent 17726c9 commit 63ba751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ To download an example llc dataset, run the following shell commands::
And to read it, in python::

ds_llc = open_mdsdataset('./global_oce_llc90/', iters=8, geometry='llc')
print(ds_llc['S']dims)
print(ds_llc['S'].dims)
>>> ('time', 'k', 'face', 'j', 'i')

xmitgcm is not nearly as comprehensive as gcmfaces_. It does not offer
Expand Down

0 comments on commit 63ba751

Please sign in to comment.