This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi Justin, One thing that might be useful is to sort the list of parameters before printing them out, so they're alphabetical because there is quite a few of them. It does look like 'temperature' is an available parameter, so that's good! I'm thinking possibly the time range you're giving it isn't working. So, why don't you try adding the parameters you're interested in and then calling cycles = DataAccessLayer.getAvailableTimes(request, True) times = DataAccessLayer.getAvailableTimes(request) fcstRun = DataAccessLayer.getForecastRun(cycles[-1], times) list(fcstRun) This way you can see what times are actually available, and from there you can select the results from the fcstRun object and then see if you get any temperature data returned? --Shay Carter Software Engineer II UCAR - Unidata Ticket Details =================== Ticket ID: RJD-815131 Department: Support AWIPS Priority: Low Status: Open =================== NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.