File: motion.sh

package info (click to toggle)
glgrib 1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,861,476 kB
  • sloc: cpp: 20,811; ansic: 6,530; perl: 2,902; sh: 513; makefile: 147; python: 58; sql: 18
file content (13 lines) | stat: -rwxr-xr-x 539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -x

make

./glGrib.x \
  --field[0].stream.motion.on \
  --field\[0\].path testdata/advection_850.grib%shortName=\"u\" testdata/advection_850.grib%shortName=\"v\" \
  --field\[0\].type STREAM --field\[0\].palette.colors blue red --land.on --grid.on --grid.resolution 18 \
  --grid.color black --landscape.on --landscape.path landscape/white.bmp --landscape.scale 0.99 \
  --view.lon -10.364 --view.lat 46.8244 --view.fov 5.3 --view.projection XYZ --window.width 1200 \
  --field[0].stream.width 0.5 --field[0].scale 1.001