Description Usage Arguments Details Value Examples
This reads in horizon depths and water-holding variables from a DSSAT .SOL file, for use in initializing the experimental files
| 1 | read_sol_hor(solfile, profiles)
 | 
| solfile | Name of .SOL file to read in | 
| profiles | Vector of profile name to read in (must be exact) | 
This function is stripped-down version of read_sol_prof, intended to pull out just the Horizon depths, drained upper and lower limits, so that these data can be used to initialize starting soil moisture conditions in DSSAT x files. Complete profiles can be read using read_sol_prof.
List of soil parameters of interest
| 1 2 | f <- "~/DSSAT45/SOIL/WI.SOL"  # .SOL file (WISE)
read_sol_hor(solfile = f, profiles = "WI_ACLS021") 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.