Skip to main content
  • Home
  • Documentation
  • FAQ
  • Downloads
  • Support
  • Current Release Notes
  • Ferret Users Guide
    • Users Guide Index
    • Commands Reference
    • 1. Introduction
    • 2. Data Set Basics
    • 3. Variables & Expressions
    • 4. Grids & Regions
    • 5. Animations & Gif Images
    • 6. Customizing Plots
    • 7. Handling String Data Symbols
    • 8. Working with Special Data Sets
    • 9. Computing Environment
    • 10. Converting to NetCDF
    • 11. Writing External Functions
    • Glossary
    • Appendix A: Functions
    • Appendix B: PPLUS Guide
    • Appendix C: Ferret-Specific PPLUS Enhancements
  • Previous Release Notes
  • Tutorials and Demos
    • Ferret Tour
    • DSG files: Discrete Sampling Geometries Demo
    • Ferret sorting demo
    • Fast Fourier Transforms demo
    • Empirical Orthogonal Functions demo
    • Ferret objective analysis demo
    • Ferret Palette Demo
    • Map projections
    • Ferret polygon vector demo
    • Ferret Graticules demo
    • Ferret Polytube Demo
    • Ferret Polymark Demo
    • Ferret Constant-Array demo
    • Ferret land_detail demo
    • COADS Tour
    • Levitus Tour
    • Use OPeNDAP
    • Ferret binary read demo
  • PyFerret
    • PyFerret Downloads and Install
    • What is PyFerret?
    • Why use PyFerret?
    • PyFerret for the Ferret user
    • PyFerret command syntax: quick-start notes
    • PyFerret for the Python user
    • Graphics in PyFerret ?
    • New Ferret functionality
    • PyFerret Python functions and constants
    • PyFerret Python objects and methods
    • Ferret external functions in Python
    • Ferret Fortran external functions
    • PyFerret metadata-and-data dictionaries
  • OPeNDAP
    • OPeNDAP usage in Ferret
    • Use OPeNDAP Demo
    • Test OPeNDAP

Grid indices in Ferret

In these data sets the index "I" refers to longitude,"J" to latitude, "K" to the vertical dimension, and "L" to time. In the listing the values undereach qualifier present the points available along that axis. For example1:180 indicates that locations 1 through 180 are represented in the data set.

FERRETallows the user to probe the data set by slicing along various planesand axes, interactively examining raw and transformed data.

In FERRET all variables are regarded as defined on grids. Thegrids tell FERRET how to locate the data in space and time (orwhatever the underlying units of the grid axes are). Information describing a region in space/time, a data set and a gridis collectively referred to as the "context".

The indices I, J, K, and L refer to positions on aline along one of the dimensions of a grid. The line is dividedinto n points, or more precisely, n grid boxes where each grid box isa length along the axis. A grid is a group of 1 to 4 axes defining a coordinate space.

The indices refer to grid locations in which thepoints along an axis are regarded as integers from 1 to the number ofpoints on the axis. The qualifiers I, J, K and L are provided tospecify locations by subscript.