model2netcdf.FATES.Rd
Code to convert FATES netcdf output into into CF standard
model2netcdf.FATES(
outdir,
sitelat,
sitelon,
start_date,
end_date,
vars_names,
pfts
)
Location of FATES model output (e.g. a path to a single ensemble output)
Latitude of the site
Longitude of the site
Start time of the simulation, not string
End time of the simulation, not string
Names of Selected variables in PEcAn format, (e.g. c("",""))
a named vector of PFT numbers where the names are PFT names
if (FALSE) { # \dontrun{
example.output <- system.file("case.clm2.h0.2004-01-01-00000.nc",package="PEcAn.FATES")
model2netcdf.FATES(outdir="~/",sitelat, sitelon, start_date, end_date, vars_names, pfts)
} # }