Hi Rebecca, It sounds as if the model data you're using has separate
coordinate variables - the lon and lat that you're using in the
curv_to_rect regridding function. We have not had other reports of
changes in the magnitude of the data when data is regridded. Note
that the radius is in degrees, so 10 is probably a bit large; but
the data used in computing the regridding is weighted by the
distance from the result location, so this should not cause an
inaccuracy. There are some other capabilities and functions you can use in
Ferret - See "curvilinear coordinates " in the Users' Guide, and
also to get a list of functions,
The CURV_RANGE function returns the I,J bounds in the original
grid that corresponds to a defined longitude/latitude rectangle.
This function is newer and is not documented in the Ferret Users
Guide. You might also find SAMPLEXY_CURV to be useful. Some model results may include other variables describing the
grid, such as the area of grid cells, grid cell centers and edges,
and so forth. If you look at those and perhaps in documentation
about the model output, you may get ideas for using this
information in calculations on the native grid that you want to
do. Ansley
On 8/30/2016 11:23 AM, Rebecca Lynn
Beadling wrote:
|