XML configuration files

Harry roguewraith at gmail.com
Wed May 31 15:11:26 MDT 2006


Thanks Don and Tom. To be a bit more specific about my problem if we used
the data from NCEP GFS 80KM CONUS. I want to limit the possible options
available under Fields to geopotential at isobaric levels(IL), temperture at
IL, temperture at fixed heights, and a couple of other thing like humidity
if the data allows for it. However I can't just remove the extra data from
the set because I may need to show options for derived quantities like wind
speed while not showing options like u component or v component at a fixed
height above ground..
On 5/31/06, Don Murray <dmurray at unidata.ucar.edu> wrote:
>
> Hi Harry-
>
> Harry wrote:
> > I was trying to customize IDV using the XML files to remove extra
> options
> > that aren't need for class room excersises. In particular I was trying
> to
> > remove extra options from the 2D & 3D categories in the Fields pane of
> the
> > Field Selector window. All I have been able to do up till this point is
> > change the Derived subcatagory under 2D & 3D. I have not been able to
> > locate
> > the xml file that directly controls the options.
>
> The list of 2D and 3D categories is generated from the
> fields in the dataset.  There is no facility in the IDV for
> excluding fields from the data.  Your only options at this
> point would be:
>
> - create datasets with only the parameters you want to show
> to the user
> - if it is a netCDF file, wrap it with an NcML file that
> excludes the parameters you don't want to view.  You'd need
> to use the remove element to remove those variables.  More
> info on NCML is at:
>
> http://www.unidata.ucar.edu/software/netcdf/ncml/
>
> Don Murray
> *************************************************************
> Don Murray                               UCAR Unidata Program
> dmurray at unidata.ucar.edu                        P.O. Box 3000
> (303) 497-8628                              Boulder, CO 80307
> http://www.unidata.ucar.edu/staff/donm
> *************************************************************
>
>
>


More information about the idvusers mailing list