mscross / pysplit

A package for HYSPLIT air parcel trajectory analysis.
BSD 3-Clause "New" or "Revised" License
144 stars 79 forks source link

The backward trajectory of the set time is not fully simulated in the first 5-6 days of each month #74

Closed zhanzhaojun closed 3 years ago

zhanzhaojun commented 3 years ago

Hello, Mellissa, I set the runtime with - 360 h and ran the code successfully, but there are problems with the output file. The backward trajectories were not fully simulated in the first 5-6 days of each month. And I also tried the -240 h backward trajectory simulation, with the same problem. How can I solve this problem? Best regards, Zhaojun Zhan

zhx215 commented 3 years ago

Hi, you must include the reanalysis dataset for the previous 10 days. In this case if you use the GDAS, you may set meteo_bookends=([3,4,5],[1])

zhanzhaojun commented 3 years ago

It worked, thank you!