NetCDFOutputWriter not working in previous code after I update oceananigans #4433
Unanswered
rafacmartins
asked this question in
Helpdesk
Replies: 1 comment 2 replies
-
I think this may be overlapping issue with #4036 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
So, last week I managed, somehow, to break the environment that I was working on, and then I had to reinstall Julia and Oceananigans. After reinstalling Oceananigans and Julia, I tried to run my previous code and found a problem in creating the netCDF output. Looking at the documentation, I found that the previous function
NetCDFOutputWriter
is nowNetCDFWriter
, then I changed it and tried to run the cod,e but now I'm receiving the following error message:I know this is a pretty common error in Oceananigans when using the
GPU()
architecture, but I hadn't encountered this issue before updating Oceananigans and Julia. The code I'm running for the output section is:The current version of Oceananigans that I'm running is:
For Julia, it is the same
1.11.5
Any ideas on what I could change or on what might be causing this issue would be greatly appreciated. Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions