HI,
I want to use the soundings from the University of Wyoming when I run RadxPid. I’ve been following the steps specified here:
http://wiki.lrose.net/index.php/Storing_soundings_in_SPDB#Overview
All this seems to work, my SPDB files are properly generated, e.g.:
_latest_data_info.lock
_latest_data_info.stat
_latest_data_info
_latest_data_info.xml
_latest_data_info.buf
_lock
20220825.data
20220825.indx
I generated files for the entire month and then I changed the required fields in the PidParams configuration file:
PID_use_soundings_from_spdb = TRUE;
PID_sounding_spdb_url = /Users/bernat/ThunderT7/data/soundings/spdb/;
PID_sounding_location_name = “72240”;
And when I run RadxPid, this is what I get:
TempProfile::loadFromSpdb, url: /Users/bernat/ThunderT7/data/soundings/spdb/
ERROR - could not retrieve sounding
Moving back to search time: 2022/08/25 01:37:13
ERROR - getTempProfile()
No sounding, time: 2022/08/25 01:37:13
name: 72240
The path is good, the station ID as well and I have soundings at 2022/08/25 00:00:00 and 2022/08/25 12:00:00, why is RadxPid not able to retrieve the sounding data??
Thanks,
Bernat