-
Right now it looks like we're assuming rectilinear grids, eg:
https://github.com/CliMA/Oceananigans.jl/blob/adffd0cb67373da364a54d7f300d1f33817539bd/src/OutputWriters/netcdf_output_writer.jl#L31-L4…
-
Hey guys,
(probably this is not the best to post this)
I have a 3d field and I need to plot the evolution of the boundary layer thickness along x.
All examples refer to .mean. I can't even obt…
-
Ocean data often comes on a curvilinear grid (i.e. the latitude and longitude axes are two dimensional). The current `Crop` module implements `xml_to_nc.py`, which uses CDAT (and the `cdms2` library i…
-
Hi all,
I am a new user of xESMF, the regridding package looks very promising.
I would like to use xe regridder to upscale (so with method "conservative" or conservative-normed") satellite data wi…
-
The subGridRegion is not implemented for curvilinear grid wheras it possible to selec a subregion of a variable on such grid.
It should be quite straigthforward to add it.
I saw from the code that so…
-
Some grid examples are available from:
https://vesg.ipsl.upmc.fr/thredds/catalog/IPSLFS/brocksce/gridsCF/catalog.html
See: sampleCurveGrid4.nc and sampleGenGrid3.nc
A DYNAMICO also available f…
-
**Reported by @karlmsmith on 12 May 2016 19:14 UTC**
The current FerGrid and FerAxis definitions only work for rectilinear grids (orthogonal axes). Curvilinear grids need to be supported.
Migrated-F…
-
# Background
During IGC10 (Emissions and deposition working group?) there was discussion of support for regridding of lambert conformal grids for HEMCO. However, at present, HEMCO only supports reg…
-
As already reported in the devel branch, when one try to select a subregion of a variable on a curvilinear grid (2D axes) whose spatial resolution is high, the _bindex module creates a huge matrix of …
-
I am evaluating `interp()` against xESMF. [Here](http://xesmf.readthedocs.io/en/latest/Curvilinear_grid.html)'s how xESMF would regrid the built-in `'rasm'` data to a regular lat-lon grid.
Seems li…