C* Set the BUFR WLV parameters. C* C* Define the WLV parameters that will be used. C* CHARACTER*(*) CWLVST PARAMETER ( CWLVST = + 'HEIT WDIR WSPD ' // + 'RMSW' ) C* C* Set the total number of WLV parameters that will be used. C* PARAMETER ( NCWLV = 4 ) C* C* List the relative location within CWLVST of each WLV parameter. C* PARAMETER + ( LWHEIT = 1, LWWDIR = 2, LWWSPD = 3, + LWRMSW = 4 )