National Oceanic and
Atmospheric Administration
United States Department of Commerce

Search

Search results

  1. 3.2 EXPRESSIONS

    ... 2. Further assume that variables v1 and v2 share the same x-axis. 1) yes? LET newv = v1[I=1:10] + v2[I=1:10] !same dimension (10) ... or F.   XAXPTS coordinates of X-axis of output grid. Must be regularly spaced.   YAXPTS ...

    Documentation page - 06/24/2020 - 11:59

  2. 11.4 ANATOMY OF AN EXTERNAL FUNCTION

    ... arg_lo_ss, arg_hi_ss, arg_incr) NX = 1 + (arg_hi_ss(X_AXIS,ARG1) - arg_lo_ss(X_AXIS,ARG1)) NY = 1 + (arg_hi_ss(Y_AXIS,ARG1) - ...

    Documentation page - 04/03/2017 - 17:31

  3. PyFerret Python functions and constants

    ... used as arguments when calling PyEF support functions. X_AXIS, Y_AXIS, Z_AXIS, T_AXIS, E_AXIS, F_AXIS indices for the axes of data ... as well as examples using some of these values. X_AXIS, Y_AXIS, Z_AXIS, T_AXIS, E_AXIS, F_AXIS indices for the axes of ...

    Documentation page - 11/14/2018 - 10:56

  4. COMPRESSI (and J,K,L,M,N)

    ... Axes: X ABSTRACT, same length as DAT x-axis   Y Inherited from DAT   ...

    Documentation page - 04/16/2018 - 17:03

  5. 3.1 VARIABLES

    ... tt = t[GT=var] yes? LET ii = i[GT=var] yes? LET xx = x[gx=xaxis_name] yes? let delx = xbox[G=u] yes? let NN = _N[gf=var] The index ... USE levitus_climatology yes? CANCEL ATT/OUT (`temp,return=xaxis`).axis     3.1.8.6 Output Variables to NetCDF ...

    Documentation page - 04/24/2019 - 16:33

  6. NCO_ATTR

    ... to an axis yes? let status = nco_attr("xfile.nc", "`A,return=xaxis`", "cartesian_axis", "c", "o", "X") yes? load status yes? ! Add the ...

    Documentation page - 02/05/2020 - 17:26

  7. 2.2 NETCDF DATA

    ... yes? SET DATA mydat.nc yes? SET AXIS/STRIDE=10 `var,RETURN=xaxis` yes? SET AXIS/STRIDE=10 `var,RETURN=yaxis` yes? FILL var ! The original ... DATA mydat.nc yes? SET AXIS/STRIDE=10/OFFSET=4 `var,RETURN=xaxis` This syntax associates a new strided axis with the original axis. ...

    Documentation page - 06/29/2020 - 10:02

  8. 6.6 FONTS

    ... yes? PLOT/SET/i=1:10/NOLAB 1/i yes? PPL XLAB @CImy x-axis label yes? PPL YLAB @GEmy y-axis label yes? PPL PLOT   2) set ...

    Documentation page - 07/10/2017 - 14:48

  9. Ferret Graticules demo

    ... rose yes? PPL XAXIS 130,160,8 yes? PPL YAXIS -30,0,10 yes? PPL SHADE yes? GO fland 5 ...

    Documentation page - 03/22/2017 - 16:28

  10. 6.1 OVERVIEW

    ... XLAB, YLAB reset for every plot XAXIS, YAXIS reset for every plot LABS reset ...

    Documentation page - 04/30/2018 - 16:18

Pages