candiota <- matrix(c(150,1,20,420,3.11,273.15 + 3.16,200,-34.86,3.11,0.33,
150,1,20,420,3.81,273.15 + 4.69,300,-34.83,3.81,0.40,
150,1,20,420,3.23,273.15 + 5.53,400,-24.43,3.23,0.48,
150,1,20,420,3.47,273.15 + 6.41,500,-15.15,3.48,0.52,
150,1,20,420,3.37,273.15 + 6.35,600, -8.85,3.37,2.30,
150,1,20,420,3.69,273.15 + 5.93,800,-10.08,3.69,2.80,
150,1,20,420,3.59,273.15 + 6.08,800, -7.23,3.49,1.57,
150,1,20,420,4.14,273.15 + 6.53,900,-28.12,4.14,0.97),
ncol = 10, byrow = TRUE)
candiota <- data.frame(candiota)
names(candiota) <- c("z","r","Ve","Te","ws","Temp","h","L","Ustar","Wstar")
row.names(candiota) <- c("08:00","09:00",paste(10:15,":00",sep=""))
candiota <- plumeRise(candiota,Hmax = TRUE)
print(candiota)
Run the code above in your browser using DataLab