initialwater_parms {apsimx} | R Documentation |
Helper function to supply additional Initial Soil Water parameters
Description
Creates a list with specific components for the Initial Soil Water module
Usage
initialwater_parms(
Depth = NA,
Thickness = NA,
InitialValues = NA,
InitialPAWmm = NA,
PercentFull = NA,
RelativeTo = NA,
FilledFromTop = NA,
DepthWetSoil = NA
)
Arguments
Depth |
depth for soil layers (see APSIM documentation) |
Thickness |
soil thickness for layers (either enter Depth or Thickness, but not both) |
InitialValues |
initial values of soil water |
InitialPAWmm |
Initial Plant Available Water in mm |
PercentFull |
Percent full (0 - 100) |
RelativeTo |
usually LL15 |
FilledFromTop |
either true or false |
DepthWetSoil |
depth of wet soil in mm |
[Package apsimx version 2.7.7 Index]