get_flux: Extract fluxes from NetCDF file

Description Usage Arguments Value

View source: R/get_flux.R

Description

Extracts fluxes from the netCDF output file; Sensible heat flux (Qe), latent heat flux (Qh), long-wave back radation (Qb), incoming solar radiation (Qsw) and calculates the net sum of all these fluxes (Net). Net = Qe + Qh + Qb + Qsw Negative flux represents upward flux while positive indicated downward flux.

Usage

1
get_flux(ncdf, agg.dly = FALSE)

Arguments

ncdf

filepath; Name of the netCDF file to extract variable

agg.dly

logical; Aggregate the fluxes to a daily timestep.

Value

dataframe with the DateTime and heat fluxes in each columns.


tadhg-moore/gotmtools documentation built on Oct. 9, 2019, 2:48 p.m.