plot_flux: Plot fluxes from NetCDF file

View source: R/plot_flux.R

plot_fluxR Documentation

Plot fluxes from NetCDF file

Description

Plots fluxes from the netCDF output file; Sensible heat flux (Qe), latent heat flux (Qh), long-wave back radation (Qb), incoming solar radiation (Qsw) and plots the net sum of all these fluxes (Net).

Usage

plot_flux(ncdf, title = "Heat Fluxes", agg.dly = FALSE)

Arguments

ncdf

filepath; Name of the netCDF file to extract variable

title

character; Title of the graph. Defaults to 'Heat Fluxes'.

agg.dly

logical; Aggregate the fluxes to a daily timestep.

Value

2 plots, one with the four fluxes and one with the net flux.


aemon-j/gotmtools documentation built on April 12, 2024, 4:35 p.m.