-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't run trajectory at the end of month for gdas file #51
Comments
I am trying to compile the example from |
Same issue here, any leads? |
I have had a similar issue, and I think I have identified the cause. I had been attempting to run hourly back-trajectories across multiple years by iterating monthly runs, using GDAS1 data. I was unsuccessful, and found that the last 2 hours (i.e. 'daily hours' 22 and 23, representing 22:00 and 23:00) of the last day of each month fail to execute when using GDAS met data as set up by splitr. I was able to identify the source of the problem by running identical trajectories in the HYSPLIT GUI. This problem was solved in the GUI by adding the first met file of the following month to the run. I suppose this must indicate that for some reason data related to the last 2 hours of each month are stored in the week 1 file for the following month (e.g., hours 22 and 23 from the 31st of January 2005 will not run for my 120hr back-trajectories unless the week 1 February GDAS1 file is included in the CONTROL file). I believe this is not handled by the way splitr currently assesses which met files to include in the CONTROL file before executing the system call to initiate the model. I suppose a solution would be to detect if the hours fulfill the above criteria (last two of the month), and if that's the case include the following month's met file in the CONTROL file. This is more of a diagnosis than a solution, but it is a step closer! |
Hello
i successfully run the trajectories from the beginning of the month until 28th of day of the month, but from 29th through the end of the month, it filled the value with 'NA' and display a warning
and the warning is
is there anything wrong with the code or is something to do with the package?
Thank you
The text was updated successfully, but these errors were encountered: