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

ToBeReviewed/PLOTS/DIVERS/

checkfield.pro

Routine summary

result = err_1d(type, n1, name, n2)

NAME:checkfield PURPOSE:en entree de plt, pltz, pltt et plt1d, verifie que le champ donne a bien une taille compatible avec le domaine et fait au besoin les moyennes pour ressortir en fin de fonction un tableau 2d si on fait un plot du type: 'xy', 'xz', 'xt', 'yz', 'yt', 'zt' ou un tableau 1d si on fait un plot du type 'x', 'y', 'z', 't'.

result = err_2d(type, sz, nx, ny, nz)

result = err_3d(type, sz, nx, ny, nz)

result = checkfield(field, procedure, TYPE=TYPE, BOXZOOM=BOXZOOM, DIREC=DIREC, NOQUESTION=NOQUESTION, VECTEUR=VECTEUR, WDEPTH=WDEPTH, _EXTRA=_EXTRA)

toperr_1d

result = err_1d(type, n1, name, n2)

NAME:checkfield PURPOSE:en entree de plt, pltz, pltt et plt1d, verifie que le champ donne a bien une taille compatible avec le domaine et fait au besoin les moyennes pour ressortir en fin de fonction un tableau 2d si on fait un plot du type: 'xy', 'xz', 'xt', 'yz', 'yt', 'zt' ou un tableau 1d si on fait un plot du type 'x', 'y', 'z', 't'. CATEGORY:en entree de plt, pltz, pltt et plt1d CALLING SEQUENCE:res=checkfield(field, procedure) INPUTS: filed: un champ recomdant aux criteres de litchamp.pro, cf. IDL>xhelp,'litchamp' KEYWORD PARAMETERS: /WDEPTH: to specify that the field is at W depth instad of T depth (automatically activated if vargrid eq 'W') OUTPUTS: COMMON BLOCKS:common.pro SIDE EFFECTS: RESTRICTIONS: EXAMPLE:

Parameters

type       

n1       

name       

n2       

toperr_2d

result = err_2d(type, sz, nx, ny, nz)

Parameters

type       

sz       

nx       

ny       

nz       

toperr_3d

result = err_3d(type, sz, nx, ny, nz)

Parameters

type       

sz       

nx       

ny       

nz       

topcheckfield

result = checkfield(field, procedure, TYPE=TYPE, BOXZOOM=BOXZOOM, DIREC=DIREC, NOQUESTION=NOQUESTION, VECTEUR=VECTEUR, WDEPTH=WDEPTH, _EXTRA=_EXTRA)

Parameters

field       

procedure       

Keywords

TYPE       

BOXZOOM       

DIREC       

NOQUESTION       

VECTEUR       

WDEPTH       

_EXTRA       

Produced by IDLdoc 2.0.