-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to treat MITgcm tiled output as a collection "a la zarr"? #143
Comments
Assuming the output is tiled in lat/long coordinates, then you can create a Kerchunk file manually without needing Python. Do you have an example directory structure? |
This is for a global grid where grid lines are not aligned with meridians or parallels. Hence longitude and latitude are two dimensional arrays, rather than dimensions. Does this preclude using Kerchunk?
Here is typical directory structure.
and inside each variable subfolder :
which you can download as follows :
notes :
Here is an example of the file content :
|
It seems that the various packages offer such option :
https://github.com/JuliaGeo/NCDatasets.jl
or https://juliageo.org/CommonDataModel.jl/stable/
or https://github.com/JuliaIO/Kerchunk.jl
or https://github.com/JuliaIO/Zarr.jl
or https://github.com/rafaqz/Rasters.jl
note: MITgcm also outputs global binary files, which I imagine could be retiled on the fly via MeshArrays.jl , but I would start with tiled output of MITgcm (1 per processor)
The text was updated successfully, but these errors were encountered: