This page only lists a selection of startup options. To see a more complete list, type
|
Get logging information to the console:
metview -slog
Change the font size
metview -fs <font size>
, e.g. metview -fs 16
To run a Macro from the command line:
metview -b /path/to/macro
To run a Macro and add logging information:
metview -slog -b /path/to/macro
To quickly bring up the interactive plot window for a given data file:
metview -p /path/to/grib/bufr/or/geopoints/file
To quickly bring up a data examiner for a given data file:
metview -e grib|bufr|geopoints|netcdf|odb /path/to/data/file
, e.g. metview -e grib /path/to/data.grib
To start Metview with a home directory different from $HOME/metview
metview -u /path/to/new/home
To obtain useful logging information from the MARS client without setting -slog
:
METVIEW_MARS_LOG=1
before starting Metview