NCL Home > Documentation > Functions > Climatology

stdMonLLLT

Calculates standard deviations of monthly means.

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 stdMonLLLT (
		x [*][*][*][*] : numeric   
	)

	return_val [*][*][*][12] :  typeof(x)

Arguments

x

A four-dimensional array of monthly means, dimensioned lev x lat x lon x time. The time dimension must be a multiple of 12.

Return value

The results are returned in an array of the same type and dimensionality as x, except the time dimension will be length 12. If the input data contain metadata, these will be retained.

Description

This function calculates standard deviations of monthly means.

See Also

stdMonLLT, stdMonTLL, stdMonTLLL

Examples

For an application example, see: