Description Usage Arguments Functions Author(s) Examples
Multiple utilities for working with DAYCENT.
Function parameters, in no particular order:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | DAYCENT_utils()
daymet_to_daycent(mydmwfiles)
ksat(sand, clay, soc, DF = 1, gravel = 0)
field_cap_df(sand, clay, soc, DF)
theta_sdf(sand, clay, soc, DF)
theta_s(sand, clay, soc)
field_cap(sand, clay, soc)
ro_df(thetas, DF = 1)
wilt_point(sand, clay, soc)
bdens(thetas, DF = 1, gravel = 0)
|
sand |
Fraction of sand |
clay |
Fraction of clay |
soc |
Soil organic matter percent |
DF |
Density factor between 0.9 and 1.3 |
gravel |
Gravel percent by weight |
thetas |
Saturation water content, w/o compaction Multiple functions came from: https://github.com/ldemaz/rcropmod |
daymet_to_daycent
: Reads .dmw files and converts to .wth
ksat
: Saturated hydraulic conductivity, including gravel effects.
field_cap_df
: Calculated field capacity accounting for compaction
theta_sdf
: Calculates saturated water content, accounting for compaction
theta_s
: Calculates saturated moisture content
field_cap
: Calculates field capacity
ro_df
: Matric density accounting for compaction
wilt_point
: Calculate wilting point
bdens
: Bulk density accounting for compaction plus gravel
Jeff Kent, Brandon McNellis, Lyndon Estes
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.