initialwater_parms: Helper function to supply additional Initial Soil Water...

View source: R/edit_apsim_replace_soil_profile.R

initialwater_parmsR 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


femiguez/apsimx documentation built on April 13, 2024, 12:04 a.m.