Previous SAXO Documentation Assistant: Overview Next

ToBeReviewed/CALCULS/

floatlevel2depth.pro

Rather comparable to level2depth. It is the invert function of depth2floatlevel

floatlevel2depth Without loop

result = floatlevel2depth(tab, NOMASK=NOMASK)

Return value

2d array containing depthes

Parameters

tab       

2d array of sill levels (or a structure respecting litchamp criterions)

Keywords

NOMASK       

To do not mask land points

Examples

IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour ->null field at 1e-6 pres

Version history

Version

$Id: floatlevel2depth.pro 163 2006-08-29 12:59:46Z navarro $

History

Sebastien Masson (smasson@lodyc.jussieu.fr) 15/6/2000

Other attributes

Uses routines

common.pro

 


  Produced by IDLdoc 2.0 on Wed Sep 13 16:32:33 2006.