View source: R/edit_apsim_replace_soil_profile.R
initialwater_parms | R Documentation |
Creates a list with specific components for the Initial Soil Water module
initialwater_parms(
Depth = NA,
Thickness = NA,
InitialValues = NA,
InitialPAWmm = NA,
PercentFull = NA,
RelativeTo = NA,
FilledFromTop = NA,
DepthWetSoil = NA
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.