if (FALSE) {
## basic example with minimum effort
aux_stationinfofile(name = "stationinfo.txt",
input_dir = "input",
logger_ID = c("864", "876", "AB1"),
gipptools = "software/gipptools-2015.225")
## example with more adjustments
aux_stationinfofile(name = "stationinfo.txt",
input_dir = "input",
logger_ID = c("864", "876", "AB1"),
station_name = c("KTZ01", "KTZ02", "KTZ03"),
station_z = c(30, 28, 29),
station_d = rep(0.5, 3),
sensor_type = rep("TC120s", 3),
logger_type = rep("Cube3ext", 3),
unit = "utm",
n = 1,
cpu = 0.9,
gipptools = "software/gipptools-2015.225",
write_raw = TRUE,
write_data = TRUE)
}
Run the code above in your browser using DataLab