Skip to content

Added a simple visualization script

Andreas Baer requested to merge dev-vis-scripts into main

A simple script plotting is included along with yaml files for their configuration. The script currently does:

  • Plot one or multiple output variables (each one in a single plot); defaults to 'temp'
  • Plot them as 2D horizontal variables
  • If vertical or temporal information is provided, the lowest (surface) layer and last time step is plotted

This is a first part for issue #18 (closed).

Merge request reports