PlotWatBudg: Plot water balance from WRF-Hydro (w/NoahMP) output

Description Usage Arguments Details Value Examples

View source: R/visualize_modeleval.R

Description

PlotWatBudg plot water budget components from WRF-Hydro (w/NoahMP) model output.

Usage

1
PlotWatBudg(wbDf, plottyp = "pie")

Arguments

wbDf

The water budget dataframe (required)

plottyp

The plot type (pie or bar) (default=pie)

Details

Read water budget dataframe (as generated from CalcNoahmpWatBudg) and plot water budget components as a piechart or barchart. NOTE: Currently only works for runs using NoahMP as the LSM.

Value

A plot of the water budget components in mm.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Plot the water budget components from a water budget dataframe generated 
## using CalcNoahmpWatBudg. Plot as a piechart.

## Not run: 
PlotWatBudg(wb.allrt.fc)

## Plot the same as a barchart.

PlotWatBudg(wb.allrt.fc, "bar")

## End(Not run)

NCAR/rwrfhydro documentation built on Feb. 28, 2021, 12:47 p.m.