title Read *.sch CENTURY files.
read_schedule.Rd
read_schedule
reads *.sch CENTURY soil model files and saves their content in a list.
Value
list
with two elements named 'header' and 'block_inf', each one being also a list
.
The former list includes basic schedule information that is common to all blocks and that is stored at the
beginning of the file. The latter list has as many elements as treatment blocks, and within each block there are some
info bits specific to that block and a three-column data.frame
, stored in an element named 'Schedule', with the timing
of treatment. Columns are labelled 'year', 'month' and 'option'.