Open dcarrollsci opened 5 years ago
I do not know of anyone who might have implemented this type of regridding but would definitely be a very useful addition. Are you thinking about schemes that deal with c-grid vector fields (U,V,W) or more common "conservative interpolation" schemes?
It is for surface fluxes. Dustin and I are writing code for llc270 to 1-deg-grid bin-averaging. Happy to share when done.
Would be great. Here is what I would suggest:
sample_processing/example_interp.m
which is mentioned in the gcmfaces manual under tutorial examples
. interp=gcmfaces_interp_coeffs(lon(:),lat(:));
should work with any of our llc, cs, etc grids, and give you the four nearest neighbors. No need to redo this part -- build on it as much as possible.gcmfaces_devel/
folder.Just like what we routinely do with MITgcm (see https://mitgcm.readthedocs.io/en/latest/contributing/contributing.html for detailed instructions if needed).
ok?
ps: could you please add, in this thread, the paper reference for the scheme you are looking at with Dustin.
Hi Gaël,
Does gcmfaces allow for flux conserving, bin averaging from LLC output to lon/lat grid? The application of this is bin averaging of ECCO-Darwin air-sea CO2 fluxes for various end users in the carbon community.
Thanks, Dustin