export

export

Export results.

Usage

grond export (best|mean|ensemble|stats) <rundirs> ... [options]

Options

-h, --help

show this help message and exit

--type=TYPE

select type of objects to be exported. Choices: “event” (default), “event-yaml”, “source”, “vector”.

--parameters=PLIST

select parameters to be exported. PLIST is a comma-separated list where each entry has the form “<parameter>[.<measure>]”. Available measures: “best”, “mean”, “std”, “minimum”, “percentile16”, “median”, “percentile84”, “maximum”.

--selection=EXPRESSION

only export data for runs which match EXPRESSION. Example expression: “tags_contains:excellent,good”

--output=FILE

write output to FILE

--effective-lat-lon

convert north_shift/east_shift offsets to true lat/lon coordinates (when outputting event objects).

--loglevel=LOGLEVEL

set logger level to “critical”, “error”, “warning”, “info”, or “debug”. Default is “info”.