NCL Home > Documentation > Functions > Regridding

fo2fsh_Wrap

Interpolates a scalar quantity from a fixed-offset grid to a fixed 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 fo2fsh_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 fo2fsh, except the return value will have metadata added based on metadata attached to grid. See the fo2fsh page for full documentation and examples.