Dear Alice,
Thanks for your answer.
After trying a lot of different things I think leap year is not the issue.
For modifying the time in arl files approach using edit_head how do I modify the time for a monthly 30 day ARL file to 31 31-day ARL file ?
I need an additional day with 31st date in ...
Search found 5 matches
- September 24th, 2024, 11:45 am
- Forum: Trajectory Model
- Topic: Error in HYSPLIT reading model data from 360-day calendar
- Replies: 5
- Views: 31471
- September 23rd, 2024, 10:50 am
- Forum: Trajectory Model
- Topic: Error in HYSPLIT reading model data from 360-day calendar
- Replies: 5
- Views: 31471
Re: Error in HYSPLIT reading model data from 360-day calendar
Dear Alice,
Many thanks for your reply.
What I did was to use an xaaray utility that convert 360day to 365day calender and modify my nc files to make the datetime standard. Then
converted the nc files to arl and ran the hysplit.
But now the trajectories are not being calculated and I see the ...
Many thanks for your reply.
What I did was to use an xaaray utility that convert 360day to 365day calender and modify my nc files to make the datetime standard. Then
converted the nc files to arl and ran the hysplit.
But now the trajectories are not being calculated and I see the ...
- September 20th, 2024, 7:48 am
- Forum: Trajectory Model
- Topic: Error in HYSPLIT reading model data from 360-day calendar
- Replies: 5
- Views: 31471
Error in HYSPLIT reading model data from 360-day calendar
Hi,
I am using meteo data from a GCM model with 360 day calendar and converting the NC files to arl format.
The HYSPLIT model runs fine and without obvious errors. However, upon checking individual output trajectories some months show error reading the previous month's data and stop when it ...
I am using meteo data from a GCM model with 360 day calendar and converting the NC files to arl format.
The HYSPLIT model runs fine and without obvious errors. However, upon checking individual output trajectories some months show error reading the previous month's data and stop when it ...
- June 27th, 2024, 8:22 am
- Forum: Users
- Topic: Downloading one year ERA5 data
- Replies: 2
- Views: 17368
Re: Downloading one year ERA5 data
Hi Alice,
Many thanks for this. That is helpful.
I have another question about your script /get_era5_cds.py.
I changed the 'month' : monthstr, to 'month' : [ '01' ],
in all the server.retrieve instances
hoping that it will not take the default month but the month that I provided.
However ...
Many thanks for this. That is helpful.
I have another question about your script /get_era5_cds.py.
I changed the 'month' : monthstr, to 'month' : [ '01' ],
in all the server.retrieve instances
hoping that it will not take the default month but the month that I provided.
However ...
- June 27th, 2024, 6:24 am
- Forum: Users
- Topic: Downloading one year ERA5 data
- Replies: 2
- Views: 17368
Downloading one year ERA5 data
Hi
I intend to download all the months using the script here https://github.com/amcz/hysplit_metdata/blob/master/get_era5_cds.py
But the given Python only downloads for one month and one date.
I changed the string for month and year, but it still takes the default option.
Additionally, cds ...
I intend to download all the months using the script here https://github.com/amcz/hysplit_metdata/blob/master/get_era5_cds.py
But the given Python only downloads for one month and one date.
I changed the string for month and year, but it still takes the default option.
Additionally, cds ...