If you are using
Navigator 4.x
or
Internet Explorer 4.x
or
Omni Web 4.x
, this site will not render
correctly!
Vis > visualization > 2d > grads > GFDL Visualization Guide: 2-D Packages
GFDL Visualization Guide: 2-D Packages
- DESCRIPTION :
- The Grid Analysis and Display System (GrADS) is a command- line tool for rapidly accessing, manipulating, and displaying data on a variety of computer platforms. A scripting language, (which supports flow control, defined variables, and access to GrADS command output) is convenient for batch applications. Gridded (or station) data is located within a 4-Dimensional space (usually longitude, latitude, level, and time) through a data description file. GrADS suports the UNIX byte-stream and GRIB data formats, and ingestion of NetCDF data is available in version 1.8. Data may be displayed using a variety of graphical output techniques, including contours, shading, vectors, scatter plots and geography. Freud or VCS can also be used to plot GraDS-compatible data.Widgets (buttons and pull down menus) may be drawn that allow a "point and click" GUI between the Grads user and the GrADS scripting language. Users may write their own GrADS functions, e.g., grid interpolation functions, in the computer language of their choice, to generate an expression, which can be accessed via the GrADS display command.
- PLUSES :
- rapid, interactive access, manipulation and display of 1-D or 2-D sections
- animation of 2-D plots
- plots are very customizable
- mathematical manipulation / user function capability
- reads netCDF data and GRIB data
- DODS enabled
- reads and plots station data
- has the capbility for users to implement their own GUI
- available on all GFDL platforms (linux i86, irix, linux ia64)
- one-of-a-kind native GrADS data format is supported by a very limited number of packages, (although the netCDF data format is supported by many packages)
- GrADS handles only one horizontal grid (i.e.,
no staggered grids), and one
vertical grid per file, even if the input data is written as a netCDF file - GrADS lacks a 3-D visualization capability
-
To access the latest 1.8 system version of GrADS, which is capable of handling
netCDF data, set three environment variables and augment your path.
Use the following in your ~/.cshrc file:if ( `uname` == IRIX64 ) then # ANCs setenv GADDIR /usr/local/grads/dat setenv GASCRP /usr/local/grads/lib.gs setenv GAUDFT /usr/local/grads/udf/udft set path = ( /usr/local/grads /usr/local/grads/bin) else if ( `uname -m` == ia64 ) then # ICs set path = ( /usr/local/grads/bin) # if you use the 'regrid2' function, use all of the following module load ifort.9.0.024 setenv GAUDFT /usr/local/grads/udft unsetenv F_UFMTENDIAN endif
- grads
- open <file name>
- sdfopen <file.nc>
- quit
- HINTS :
INFO / DOCUMENTATION :
