Skip Navigation Links www.nws.noaa.gov 
NOAA logo - Click to go to the NOAA home page National Weather Service   NWS logo - Click to go to the NWS home page
Climate Prediction Center
 
 

 
About Us
   Our Mission
   Who We Are

Contact Us
   CPC Information
   CPC Web Team

 
HOME > Monitoring_and_Data > Oceanic and Atmospheric Data > Reanalysis: Atmospheric Data > wgrib2-set_ijval
 

wgrib2: -set_ijval

Introduction

The -set_ijval option is used to change one grid point value of the decoded grid. After changing the grid value, one usually writes out the grid using -grib_out FILE. The -set_ijval option only works when the grid is a rectangular array. For example, staggered and thinned grids are not stored an an array.

Usage

-set_ijval I J VAL
    grid(I,J) = VAL
    I = 1..NX
    J = 1..NY

Example

$ wgrib2 small.grb2 small.grb2 -set_ijval 1 1 91 -set_ijval 2 1 92 -set_ijval 1 2 93 -set_ijval 2 2 94 -grib_out new.grb2
1:0:d=2009060500:HGT:200 mb:180 hour fcst:ENS=+19
$ wgrib2 new.grb2 -csv new.csv
1:0:d=2009060500:HGT:200 mb:180 hour fcst:ENS=+19
$ cat new.csv
"2009-06-05 00:00:00","2009-06-12 12:00:00","HGT","200 mb",0,20,91
"2009-06-05 00:00:00","2009-06-12 12:00:00","HGT","200 mb",10,20,92
"2009-06-05 00:00:00","2009-06-12 12:00:00","HGT","200 mb",0,28,93
"2009-06-05 00:00:00","2009-06-12 12:00:00","HGT","200 mb",10,28,94

See also: -csv -grib_out -set_ival


NOAA/ National Weather Service
National Centers for Environmental Prediction
Climate Prediction Center
5830 University Research Court
College Park, Maryland 20740
Climate Prediction Center Web Team
Page last modified: July 27, 2016
Disclaimer Privacy Policy