soil2netcdf.Rd
A table of standard names and units can be displayed by running soil.units() without any arguements
soil2netcdf(soil.data, new.file)
none
soil_params is called internally to estimate additional soil physical parameters from sand/silt/clay & bulk density. Will not overwrite any provided values
Need to expand to alternatively take soil_type (texture class) as an input
On output, soil_type named class is converted to a number because netCDF is a pain for storing strings. Conversion back can be done by load(system.file ("data/soil_class.RData",package = "PEcAn.data.land")) and then soil.name[soil_n]