Examples#
End-to-end examples demonstrating PhysicsNeMo Curator pipelines for data curation workflows.
Getting Started — core pipeline concepts: building, parallel execution, profiling, and checkpointing
CAE — computational engineering with CFD meshes
Earth-2 — weather and climate data with xarray DataArrays
Alchemy — atomic and molecular simulation data
Extending — creating custom sources, filters, and sinks
Getting Started#
Core pipeline concepts — building, running, profiling, and checkpointing data curation pipelines.
CAE#
Examples for computational engineering — reading, filtering, and writing CFD surface and volume meshes using the mesh domain.
Earth-2#
Examples for weather and climate data — fetching, filtering, and writing gridded reanalysis data as xarray DataArrays using the da domain.
Alchemy#
Examples for the atm domain — reading, filtering, and writing atomic/molecular simulation data as nvalchemi AtomicData objects.
Extending#
How to create and register custom pipeline components — sources, filters, and sinks — for your own data formats and transformations.