Questions tagged [grads]

The Grid Analysis and Display System (GrADS)

The Grid Analysis and Display System (GrADS) is a system for analysis and visualisation of gridded data in Earth sciences.

38 questions
0
votes
1 answer

Masking a variable in GrADS

I am trying to plot a variable that is in a NetCDF file using GrADS and I would like to plot only the values that are smaller than -20 (could be any other number as an example). I can't find a way to do it though. I saw several examples of variable…
TomCho
  • 2,928
  • 3
  • 21
  • 64
0
votes
1 answer

Wait for command line input to shell script from PHP

I am looking for a solution that allows a PHP script to send multiple commands when prompted. When the following code is executed from the shell: root@host [~]# /usr/local/bin/grads-2.0.2/bin/grads -b This output results: Grid Analysis and Display…
B. Schmidt
  • 85
  • 5
0
votes
1 answer

Grads plotting data from different files (different points of time) in one 2D (height – time) plot

I downloaded data from the american gfs weather modell (from ftp://ftp.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.2014101812/master, edit date if you read more than 1 month later). Those are grib-files. I am using grads to plot data and it works…
Dremet
  • 838
  • 1
  • 7
  • 21
0
votes
1 answer

How do I get multiple images into GrADS meta file with out doing them one by one

I am working in GrADS to produce plots for a model run (netcdf file) and am very new to this program. I am trying to find out how to send multiple images to the metadata (all images from animation) without having to do them one at a time. Another…
CRogers
  • 195
  • 4
  • 15
-1
votes
1 answer

GrADS -- libssl.so.10: wrong ELF class: ELFCLASS64

I have installed GrADS on my Ubuntu 16.04.4 LTS system (x86_64) and after following all the INSTALL steps, I am getting the following error in my terminal: /usr/local/bin/grads: error while loading shared libraries: libssl.so.10: wrong ELF class:…
arnpry
  • 779
  • 1
  • 6
  • 21
-1
votes
2 answers

From C to Python: writing binary

I'm writing a script from C to python to generate a station data in binary format to be utilized in GrADS. Here the documentation about the structure: http://cola.gmu.edu/grads/gadoc/aboutstationdata.html#station Python script's generating a…
Tisp
  • 416
  • 2
  • 15
-1
votes
2 answers

Creating a descriptor file and netcdf file in GrADS

is there a program that creates a .ctl and netCDF file readable in GrADS? Am stack in trying creating one through coding in Fortran. someone assist kindly
lino
  • 1
  • 1
-1
votes
1 answer

How to Read/Store many files using GrADS?

I would like to know if anyone can help me to find the issue about this code in GrADS language. I'd like to read many files and compute and store them, but when I perform that in GraDS, I have the same answer for all imput file. Could anyone help me…
Andriel
  • 244
  • 2
  • 4
  • 20
1 2
3