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.
>From: Robert Mullenax <address@hidden> >Organization: . >Keywords: 199902181555.IAA07191 >I remade GARP and now I can see all model levels under pressure, but when >you switch to HAGL, the 2 meter option is available (ETA and AVN), but the >10-m option is not >available in the pop-up widget. You can manually type in 10, and it works. > >Thanks, >Robert Mullenax > Robert, This turns out to be a depricated case for the fix I gave you. Line ~659 following the sqrt() calculation with the condition if(num_levels % columns > 0) columns++; should be if(columns*columns < num_levels) columns++; Make that change and recompile. Steve Chiswell