The APSIM package provides a number of general purpose utilities designed to simplify the importation of simulation output files and to assist in the building of weather (met) files. Future development will include the ability to manipulate .apsim files in order to create large factorial simulations.
loadApsim
A general purpose
function to load multiple APSIM results into a single data frame or data
table. This function can also be used to read a single output file.
prepareMet
can be
used to generate an APSIM formatted met file from CSV, Excel or netCDF
formats. loadMet
will import an APSIM formatted met file into
a custom metFile object. writeMetFile
will write a completed
metFile object to a .met file ready for use in APSIM.