A similar question has been asked before but there were no responses.
Can anyone confirm the specification for --bl and --tr when calling the converter.py script. Are these --bl=Lon,Lat ? --tr=Lon,Lat
I'm trying to convert an existing (previously downloaded) file and I've tried every combination of format, using --bl=, (lon,lat) and as many other combinations I can devise but I get an error in the formatting of the X array
converter.py ecmwf2srf --from 2017-01-01 --stop 2017-02-01 --bl=-18,-8 --tr=-13,-3 --dataset ./phy_012017.nc output_era5.slf
utils.exceptions.TelemacException: ... your spatial range seems out of bound:
you asked for [ 352.0-357.0], while x is.....
The array is read correctly from the netcdf file but the bounds entered in the commandline don't match
I could convert the array of the netcdf file, but interested to hear if there is an better method.
Thanks in advance.
JOhn