Wgrib2

From ACENET
Jump to: navigation, search
Description
A program to decode/manipulate GRIB-2 files.
Modulefile
wgrib2
Documentation
wgrib2 homepage
Usage
Here is an example of a submission script:
#$ -cwd
#$ -l h_rt=01:00:00

module load wgrib2
wgrib2 <commands>
Here is another one to run with four threads:
#$ -cwd
#$ -l h_rt=01:00:00
#$ -pe openmp 4

export OMP_NUM_THREADS=$NSLOTS
module load wgrib2
wgrib2 <commands>