ELPHE-WW / unstructured-mesh-parcels-sandbox

A sandbox repository to draft unstructured mesh IO, connectivity & neighbor search methods, and interpolation schemes.
1 stars 0 forks source link

ASCII and NETCDF Fesom grid conversion #1

Open willirath opened 2 weeks ago

willirath commented 2 weeks ago

Notebook to convert FESOM2 mesh ascii files to netCDF https://github.com/FESOM/pyfesom2/blob/main/notebooks/create_netcdf_mesh_description_file.ipynb

It used this pyfesom2 module https://github.com/FESOM/pyfesom2/blob/7f21a30e0ef80e44f5e9cd23b2a78b63ddb9d4d8/pyfesom2/ascii_to_netcdf.py

Originally posted by @koldunovn in https://github.com/ELPHE-WW/ELPHE-WW/issues/1#issuecomment-2393827816