NCEP Reanalysis data problem
Posted: November 14th, 2017, 6:13 am
Problem:
I am trying to run the Hysplit model to generate or calculate back trajectories in R using David Carslaw's OPENAIR methods (https://gist.github.com/davidcarslaw/c6 ... 7796e4bdf5). For this I have been using the NCEP/NCAR Reanalysis Data Archive obtained from ftp://arlftp.arlhq.noaa.gov/archives/reanalysis/RP/.
The method runs well and the back trajectories are calculated. However, the model fails when either RP201707.gbl or RP201708.gbl are used as the met files.
The error returned:
"Error in read.table(file, header = FALSE, skip = 7) :
no lines available in input. "
The met_data for months on either side of July/August 2017 computes, calculates and binds without a problem. This suggests to me that there is problem with these met data. It is possible that in the downloading something has gone awry, although I have tried repeatedly. Please is there an error in these files?
Response form Barbara Stunder:
To test the ARL reanalysis data, run the trajectories that are failing on READY - https://www.ready.noaa.gov/HYSPLIT_traj.php. If successful there, then download again.
Update:
Both months appear to run on the READY website. The data has been downloaded from ftp://arlftp.arlhq.noaa.gov/archives/reanalysis/ and
ftp://arlftp.arlhq.noaa.gov/pub/archives/reanalysis/
I accidentally ran the model for the first 30 days of July, and it ran without hassle. If I try to calculate the trajectories over 31st July I get an error. The August data spits an error regardless of the days duration.
Any advice or suggestions would be most appreciated.
I am trying to run the Hysplit model to generate or calculate back trajectories in R using David Carslaw's OPENAIR methods (https://gist.github.com/davidcarslaw/c6 ... 7796e4bdf5). For this I have been using the NCEP/NCAR Reanalysis Data Archive obtained from ftp://arlftp.arlhq.noaa.gov/archives/reanalysis/RP/.
The method runs well and the back trajectories are calculated. However, the model fails when either RP201707.gbl or RP201708.gbl are used as the met files.
The error returned:
"Error in read.table(file, header = FALSE, skip = 7) :
no lines available in input. "
The met_data for months on either side of July/August 2017 computes, calculates and binds without a problem. This suggests to me that there is problem with these met data. It is possible that in the downloading something has gone awry, although I have tried repeatedly. Please is there an error in these files?
Response form Barbara Stunder:
To test the ARL reanalysis data, run the trajectories that are failing on READY - https://www.ready.noaa.gov/HYSPLIT_traj.php. If successful there, then download again.
Update:
Both months appear to run on the READY website. The data has been downloaded from ftp://arlftp.arlhq.noaa.gov/archives/reanalysis/ and
ftp://arlftp.arlhq.noaa.gov/pub/archives/reanalysis/
I accidentally ran the model for the first 30 days of July, and it ran without hassle. If I try to calculate the trajectories over 31st July I get an error. The August data spits an error regardless of the days duration.
Any advice or suggestions would be most appreciated.