rich-iannone / splitr

Use the HYSPLIT model from inside R and do more with it
Other
141 stars 60 forks source link

Add columns to output of trajectory models #36

Closed rich-iannone closed 4 years ago

rich-iannone commented 4 years ago

Right now, we don’t have the receptor location and the starting time in the output tibble. Having these columns will provide some categorical data to the output and may be useful for plotting output from more complicated scenarios (multiple receptor sites, different episodes, etc.).

rich-iannone commented 4 years ago

With a recent commit, the following columns are now available:

 [1] "run"         "receptor"    "hour_along"  "traj_dt"     "lat"         "lon"        
 [7] "height"      "traj_dt_i"   "lat_i"       "lon_i"       "height_i"    "pressure"   
[13] "theta"       "air_temp"    "rainfall"    "mixdepth"    "rh"          "sp_humidity"
[19] "h2o_mixrate" "terr_msl"    "sun_flux"