NCL Home > Documentation > Functions > Regridding, Interpolation

area_conserve_remap_Wrap

Performs areal conservative remapping from one rectilinear grid to another and 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 area_conserve_remap_Wrap (
		loni [*] : numeric,  
		lati [*] : numeric,  
		fi       : numeric,  
		lono [*] : numeric,  
		lato [*] : numeric,  
		opt  [1] : logical   
	)

	return_val  :  float or double

Description

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