NCL Home > Documentation > Functions > Regridding

f2fosh_Wrap

Interpolates a scalar quantity from a fixed grid (including pole points) to a fixed-offset grid (retains metadata).

Prototype

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"  ; This library is automatically loaded
                                                             ; from NCL V6.2.0 onward.
                                                             ; No need for user to explicitly load.

	function f2fosh_Wrap (
		grid  : numeric   
	)

	return_val  :  float or double

Arguments

grid

An array of 2 or more dimensions whose rightmost two dimensions must be latitude x longitude. The values must be in ascending latitude order.

Description

This function is identical to f2fosh, except the return value will have metadata added based on metadata attached to grid. See the f2fosh page for full documentation and examples.