openair
functions.importTraj(site = "london", year = 2009, local = NA)
year = 1990:2000
.
To import several specfic years use year = c(1990,
1995, 2000)
for example.Trajectories are run at 3-hour intervals and stored in yearly files (see below). The trajectories are started at ground-level (10m) and propagated backwards in time.
These trajectories have been calculated using the Global
NOAA-NCEP/NCAR reanalysis data archives. The global data
are on a latitude-longitude grid (2.5 degree). Note that
there are many different meteorological data sets that can
be used to run HYSPLIT e.g. including ECMWF data. However,
in order to make it practicable to run and store
trajectories for many years and sites, the NOAA-NCEP/NCAR
reanalysis data is most useful. In addition, these archives
are available for use widely, which is not the case for
many other data sets e.g. ECMWF. HYSPLIT calculated
trajectories based on archive data may be distributed
without permission (see
We are extremely grateful to NOAA for making HYSPLIT available to produce back trajectories in an open way. We ask that you cite HYSPLIT if used in published work.
The files consist of the following information:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
trajPlot
, importAURN
,
importKCL
,importADMS
,
importSAQN
## import trajectory data for London in 2009
mytraj <- importTraj(site = "london", year = 2009)
## combine with measurements
theData <- importAURN(site = "kc1", year = 2009)
mytraj <- merge(mytraj, theData, by = "date")
Run the code above in your browser using DataLab