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 depths

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 371 2008-08-07 09:32:02Z pinsard $

History

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

Other attributes

Uses routines

common

 


  Produced by IDLdoc 2.0.