Skip to content

Conversation

@fluidnumerics-joe
Copy link
Contributor

@fluidnumerics-joe fluidnumerics-joe commented Jan 21, 2026

This PR adds functionality to discover new data and add it to a version controller registry/manifest in this repository. After experimenting with a few CLI tools, I landed on typer; it's quite easy to use and creates useful help menus with properly documented functions. README has been updated to demonstrate the new option to discover a new dataset hosted in the SurfDrive.

At the moment, benchmarks break due to changes in Parcels, but issues will be open for those.
Resolves #26

V.units = Geographic()
UV = VectorField(name="UV", U=U, V=V)
fieldset = FieldSet([UV, UV.U, UV.V])
fieldset = FieldSet.from_fesom2(ds)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine for now, but we should probably (soon) change this to a workflow

ds = convert.fesom2_to_ugrid(ds)
fieldset = FieldSet.from_ugrid_conventions(ds)

which aligns better with the other model ingestion codes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed.. when that exists upstream in parcels, we'll switch to that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide info how the known_hash can be discovered?

3 participants