Create netcdf file for APSIM
ncCreateApsim(
filename,
years,
factors,
traits,
is.close = TRUE,
global.att = NULL,
...
)
The filename to save netcdf file.
A vector for year demension.
A list for all dimensions in the netcdf.
A vector of traits in the netcdf.
Whether to close netcdf file.
Global attribures
Attributes of traits, e.g. unit If false, a nv variable will be returned.