<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

ToBeReviewed/GRILLE/

tracegrille.pro

Draw the grid

toptracegrille

tracegrille, glamin, gphiin, OCEAN=OCEAN, EARTH=EARTH, XSTRIDE=XSTRIDE, YSTRIDE=YSTRIDE, RMOUT=RMOUT, _extra=_extra

Parameters

glamin        in required

The 1d or 2d array in longitude of points of the grid.If GLAM/GLAMIN is not specified, it trace the grid specified by vargrid, on the domain defined by domdef.

gphiin        in required

The 1d or 2d array in latitude of points of the grid.If GPHI/GPHIIN is not specified, it trace the grid specified by vargrid, on the domain defined by domdef.

Keywords

OCEAN       

To trace the grid only on ocean points.

EARTH       

To trace the grid only on land points pour ne tracer la grille que sur les points terre

XSTRIDE       

It is an integer to specify that we want to trace only one line of constant i every xstride points

YSTRIDE       

It is an integer to specify that we want to trace only one line of constant j every xstride points

RMOUT       

Select to remove all cell having one corner out of the plot boundaries (!x.range, !y.range)

_extra       

Used to pass your keywords.

Examples

IDL> plt,indgen(jpi,jpj),/nocontour,/nofill IDL> vargrid='T' IDL> tracegrille,/ocean,color=20 IDL> tracegrille,/earth,color=80

Version history

Version

$Id: tracegrille.pro 142 2006-07-21 12:47:49Z navarro $

History

Other attributes

Uses routines

common.pro
Produced by IDLdoc 2.0.