Reading Delf3D Flow NetCDF output into parcels #1204
-
I've been working with Delft3D Flow simulations which have an option to export to NetCDF files. The format of the output NetCDF of Are there existing functions (within the codebase, or external tools) to wrangle flow data from If not, I may develop these functions. Would this be a suitable fit to have somewhere in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks @VeckoTheGecko! No, we don't have out-of-the-box support for Delft3D NetCDF files yet. You could try to write a function like I know that Abdel Nnafie has worked with Parcels and Delft3d; but not sure if his code is online. You could try to contact him? |
Beta Was this translation helpful? Give feedback.
Thanks @VeckoTheGecko! No, we don't have out-of-the-box support for Delft3D NetCDF files yet. You could try to write a function like
FieldSet.from_nemo()
? See https://github.com/OceanParcels/parcels/blob/master/parcels/fieldset.py#L425-L499I know that Abdel Nnafie has worked with Parcels and Delft3d; but not sure if his code is online. You could try to contact him?