get_flux | R Documentation |
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.
get_flux(ncdf, agg.dly = FALSE)
ncdf |
filepath; Name of the netCDF file to extract variable |
agg.dly |
logical; Aggregate the fluxes to a daily timestep. |
dataframe with the DateTime and heat fluxes in each columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.