From 63ba7511c6ada3bb7c56e4c6f7a3f770c9f9c62f Mon Sep 17 00:00:00 2001 From: Lei Yang Date: Tue, 2 Aug 2022 00:53:06 +0800 Subject: [PATCH] Update usage.rst (#311) Change 'print(ds_llc['S']dims)' to 'print(ds_llc['S'].dims)' --- doc/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.rst b/doc/usage.rst index bdae430..de89046 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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