Currently parcels doesn't have the capability to read Delf3D Flow simulation NetCDF flow output. Writing a function like FieldSet.from_nemo() that parses the NetCDF file from Flow into a parcels fieldset would be a useful addition to the codebase for those working with Delft3D.
Discussed in #1204
Originally posted by VeckoTheGecko July 27, 2022
I've been working with Delft3D Flow simulations which have an option to export to NetCDF files. The format of the output NetCDF of Delf3D Flow simulations and the input of parcels flowfields are different.
Are there existing functions (within the codebase, or external tools) to wrangle flow data from Delf3D Flow simulations into the parcels format?
If not, I may develop these functions. Would this be a suitable fit to have somewhere in the parcels codebase?
Currently
parcelsdoesn't have the capability to readDelf3D Flowsimulation NetCDF flow output. Writing a function likeFieldSet.from_nemo()that parses the NetCDF file fromFlowinto aparcelsfieldset would be a useful addition to the codebase for those working withDelft3D.Discussed in #1204
Originally posted by VeckoTheGecko July 27, 2022
I've been working with Delft3D Flow simulations which have an option to export to NetCDF files. The format of the output NetCDF of
Delf3D Flowsimulations and the input ofparcelsflowfields are different.Are there existing functions (within the codebase, or external tools) to wrangle flow data from
Delf3D Flowsimulations into theparcelsformat?If not, I may develop these functions. Would this be a suitable fit to have somewhere in the
parcelscodebase?