Replies: 1 comment
-
Answering my own question here, but it looks like you can print variable names one at a time but iterating through them as a list:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm still new here and just getting to grips with COAsT. I've successfully opened a nemo netcdf as a
coast.gridded
object. For now, I'm just figure things out working interactively via ipython.Is there a straight forward way to inspect the contents of a gridded object? In netcdf4, a dataset it's straightward to print a list of variables as:
However, for my coast gridded object, this same command prints everything, not just the names.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions