NetCDF output writer error #1408
Replies: 3 comments 14 replies
-
Also, I don't think the initial condition is specified in this example. I am not sure how this simulation works. |
Beta Was this translation helpful? Give feedback.
-
Seems like you are using Oceananigans v0.47.1 but looking at the documentation of version v0.39.0. Is this correct? Something might have changed in between the two versions... Have a look at here: https://clima.github.io/OceananigansDocumentation/v0.47.1/library/#Output-writers Let me know if you still have issues. |
Beta Was this translation helpful? Give feedback.
-
I could reproduce the error here using version julia> simulation.output_writers[:field_writer] =
NetCDFOutputWriter(model, fields, filepath="fields.nc", schedule=TimeInterval(60)) Basically the gist of the example is the same between Most examples in the Oceananigans docs are routinely tested to make sure they work! So it's good to always make sure you get the examples from the version of the docs that match your installed version :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I try to run this example, I got an error message (see below). Can anyone help?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions