NCL Home > Documentation > Functions > WRF

wrf_maptform

Not yet documented or available.

Prototype

	procedure wrf_maptform (
		dskmc   [1] : numeric,  
		miycors [1] : integer,  
		mjxcors [1] : integer,  
		nproj   [1] : integer,  
		xlatc   [1] : numeric,  
		xlonc   [1] : numeric,  
		riy     [1] : numeric,  
		rjx     [1] : numeric,  
		idir    [1] : integer,  
		rlat    [1] : numeric,  
		rlon    [1] : numeric,  
		true1   [1] : numeric,  
		true2   [1] : numeric   
	)

Arguments

dskmc

A scalar...

miycors
mjxcors

Scalar integers...

nproj

A scalar integer...

xlatc
xlonc

riy
rjx

Scalars...

idir

A scalar integer...

rlat
rlon

Scalars...

true1
true2

Scalars...

Description

See Also

See the full list of WRF functions.

Examples

Example 1

Example 2