Dave Kindig Wed, 14 Nov 2012 08:58:25 -0700
>>> http://www.earthsystemmodeling.org/
>>> [ESMF] has a python module [as well as] fortran and c interfaces.
>>> You can also access it through uv-cdat (http://uvcdat.llnl.gov/)
Tom Roche Wed, 14 Nov 2012 12:31:06 -0500
>> I need to "rebox" voxels[, but] ESMF only seems to work with data
>> that's attributed to a 2D grid,
doh! I was looking @
http://www.ncl.ucar.edu/Applications/ESMF.shtml
rather than the ESMF examples @
http://www.earthsystemmodeling.org/users/code_examples/
Dave Kindig Wed, 14 Nov 2012 13:56:58 -0700
> http://www.earthsystemmodeling.org/esmf_releases/last_built/ESMC_crefdoc/node5.html#SECTION05050000000000000000
> See the Tech-X website for a uv-cdat python example.
> https://ice.txcorp.com/trac/modave/wiki/Regrid3D
Thanks! The latter example esp looks helpful. Two more questions:
1. The Regrid3D example uses data with filename=
so_Omon_GISS-E2-R_historicalNat_r5i1p1_185001-187512_2timesteps.nc
Is that available somewhere? (It did not google.) Might be useful for
folks "playing along at home."
2. I gotta rewrap my head around the python/numpy way of doing things.
Can you recommend any user-level ESMF tutorials oriented toward this
relatively low-level task (regridding)? Most of what I see (e.g. @
http://www.earthsystemmodeling.org/users/getting_started.shtml
) seems more oriented toward designing/developing for a full-blown
ESMF-based model, i.e., substantially conceptually more high-level.
http://www.earthsystemmodeling.org/esmf_releases/non_public/last/regridding_status.html
is more like what I need, though it doesn't seem to point to
code examples.
thanks again, Tom Roche <Tom_Roche@xxxxxxxxx>