CalcNoahmpFluxes: Calculate water fluxes from NoahMP output

Description Usage Arguments Details Value See Also Examples

View source: R/calculate_stats.R

Description

CalcNoahmpFluxes calculates water balance fluxes from accumulated water terms.

Usage

1
CalcNoahmpFluxes(ldasoutDf, idCol = NULL)

Arguments

ldasoutDf

The LDASOUT dataframe

idCol

The optional ID column to use to parse the output; for example, a basin ID column or other index ID. (DEFAULT=NULL)

Details

Read a dataframe derived from NoahMP LDASOUT output (i.e., using GetMultiNcdf) and calculate water budget component fluxes from accumulated water variables. NOTE: Currently only works for runs using NoahMP as the LSM.

Value

The input dataframe with new water flux columns added.

See Also

Other modelEvaluation: CalcModPerfMulti, CalcModPerf, CalcNoahmpWatBudg, CalcStatCategorical, CalcStatCont

Examples

1
2
3
4
5
6
## Take a NoahMP LDASOUT dataframe for a model run of Fourmile Creek
## and generate a dataframe with water fluxes added.
## Not run: 
modLDASOUT1d.nort.fc <- CalcNoahmpFluxes(modLDASOUT1d.nort.fc)

## End(Not run)

mccreigh/rwrfhydro documentation built on Feb. 28, 2021, 1:53 p.m.