Hello,
I tried the new method with the keyword BINARY ATMOSPHERIC DATA FILE to read pressure and wind data.
To date, I have these data under the netcdf format.
And I used the following command to convert the .nc file into .slf :
converter.py ecmwf2srf -f "2013-01-01" -s "2013-12-31" --bl "(42.,-12.)" --tr "(63.,13.)" --dataset win_pre_2013.nc --stream oper win_pre_2013.slf
Firstly, I get 2 errors when I run this command (scripts from v8p5r0).
The conversion finally succeed when I comment out some blocks in ecmwf.py :
- lines 446 to 449 for the error about x array
- lines 734 to 739 for the error about 't2m'
After this conversion :
- I get 1 error after using the command run_telfile.py alter –rename
(see picture attached);
- and much information is apparently missing when opening the resulting .slf file with Bluekenue.
So finally, I might have comment out the wrong lines.
How can I do please ?
Kind regards,
Audrey