Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ewok/defaults/plots.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# (C) Copyright 2023- UCAR
#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

# Plots of variational diagnostics
plotVarDiagnostics:
- CostFunction # line plot of minimization-related diagnostics
- JoJb # time-series of Jo & Jb
- trHKbyp # time-series of the trace of HK scaled by the number of observations
- ObCnt # barplot of the mean observation count per cycle
- TotImp # barplot of the mean total impact per cycle (Jo reduction)
- ImpPerOb # barplot of the mean impact per observation per cycle (Jo reduction)
- FracImp # barplot of the mean fractional impact per cycle (Jo reduction)