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

ToBeReviewed/CALCULS/

floatlevel2depth.pro

topfloatlevel2depth

result = floatlevel2depth(tab, NOMASK=NOMASK)

NAME:floatlevel2depth PURPOSE: assez comparable a level2depth. C'est la fonction inverse de depth2floatlevel CATEGORY:SANS BOUCLE CALLING SEQUENCE:res=floatlevel2depth(niveau) INPUTS: tableau 2d de niveaux seuil (ou une structure repondant aux criteres de litchamp) KEYWORD PARAMETERS: /NOMASK: pour ne pas masquer les points terres OUTPUTS: un tableau 2d contenant des profondeurs COMMON BLOCKS:common.pro SIDE EFFECTS: RESTRICTIONS: EXAMPLE: IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour ->champ nul a 1e-6 pres

Parameters

tab       

Keywords

NOMASK       

Produced by IDLdoc 2.0.