Search found 3 matches

by krzybart
April 15th, 2023, 8:43 pm
Forum: Trajectory Model
Topic: Backward trajectories vs python
Replies: 1
Views: 33077

Backward trajectories vs python

I would like to draw trajectories on a map in python using Hysplit. I have a script:


import os
import subprocess
import datetime as dt
import pandas as pd
import xarray as xr
import cartopy.crs as ccrs
import matplotlib.pyplot as plt

latitude = 50.0
longitude = 20.0
start_datetime = dt.datetime ...
by krzybart
May 17th, 2019, 9:45 am
Forum: Repositories of HYSPLIT formatted data
Topic: NCEP/NCAR Reanalysis file RP201806.gbl
Replies: 3
Views: 38350

Re: NCEP/NCAR Reanalysis file RP201806.gbl

Yes, this file is already ok, but I've just noticed that there is a similar problem with the RP201903.gbl file ;)
by krzybart
May 16th, 2019, 7:55 am
Forum: Repositories of HYSPLIT formatted data
Topic: NCEP/NCAR Reanalysis file RP201806.gbl
Replies: 3
Views: 38350

NCEP/NCAR Reanalysis file RP201806.gbl

Hello,

In my opinion in the file RP201806.gbl there are no data for June 30, 2018. I analyzed backward trajectories and an error occurs:

*ERROR* metpos: start point not within (x,y,t) any data file
- start time before start of meteorology data
900
while executing
"exec $exec_dir/hyts_std.exe ...

Go to advanced search