-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hi,
I have a grib file :
cdo showattribute R_NOSYCA-CHAMPMTO-arp_0207_06UTC#NosicaHeader.grb z: standard_name = "geopotential" long_name = "Geopotential" units = "m**2 s**-2" missing_value = -9e+33 v: standard_name = "northward_wind" long_name = "V component of wind" units = "m s**-1" missing_value = -9e+33 t: standard_name = "air_temperature" long_name = "Temperature" units = "K" missing_value = -9e+33 u: standard_name = "eastward_wind" long_name = "U component of wind" units = "m s**-1" missing_value = -9e+33 cdo showattribute: Processed 4 variables [0.08s 43MB].
ncWMS Server as Variable ID set :
Temperature_isobaric, Geopotential_isobaric, u-component_of_wind_isobaric, v-component_of_wind_isobaric
How can I get the wind vector ?
if I use : LAYERS=u-component_of_wind_isobaric%3Av-component_of_wind_isobaric-group&STYLES=vector_wind_barbs
I get <ServiceException> The variable u-component_of_wind_isobaric:v-component_of_wind_isobaric-group is not available </ServiceException>