library(geotopbricks)
data(bondone) ## It contains a "meteo" zoo object.
set.seed(12)
file_prefix <- paste(tempdir(),"meteo",sep="/")
level=2
out <- create.geotop.meteo.files(x=meteo,file_prefix=file_prefix,level=level)
## It exports the "meteo" zoo object into a ASCII file for GEOtop
head(readLines(out))
out
Run the code above in your browser using DataLab