Replies: 2 comments 3 replies
-
Hi @mclaret @francispoulin ! MultiRegion isn't supported right now, which is why there are no examples! However, we've put a lot of effort into making |
Beta Was this translation helpful? Give feedback.
-
Thanks @glwagner for pointing this out. I was the one that had suggested we use |
Beta Was this translation helpful? Give feedback.
-
Hi, I ran the HydrostaticFreeSurfaceModel using one GPU successfully saving model output with the following command:
outputs=(; u,v,w,b)
simulation.output_writers[:fields] = NetCDFOutputWriter(model, outputs; filename,
schedule = IterationInterval(48), #dt=300
overwrite_existing = true)
I've recently switched to using 2 GPUs with MultiRegion with the help of @francispoulin and I am getting the following error:
ERROR: LoadError: MethodError: no method matching construct_output(::Field{…}, ::Tuple{…})
I've looked at the test cases with MultiRegion but couldn't find any output using NetCDF. Any guidance would be much appreciated.
Thanks, Mariona
Beta Was this translation helpful? Give feedback.
All reactions