// cpt-city: ncl/wind_17lev (cpt) // // Colour-tables from NCL (NCAR Command Language), an open-source // interpreted language designed specifically for scientific data // analysis and visualisation // // author: University Corporation for Atmospheric Research (UCAR) // copyright: Custom open-source // year: 2011 // url: https://phillips.shef.ac.uk/pub/cpt-city/ncl #declare wind_17lev = color_map { [0.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.05882 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.05882 color rgbf <0.9373,0.9569,0.8196,0.0000>] [0.11765 color rgbf <0.9373,0.9569,0.8196,0.0000>] [0.11765 color rgbf <0.9098,0.9569,0.6196,0.0000>] [0.17647 color rgbf <0.9098,0.9569,0.6196,0.0000>] [0.17647 color rgbf <0.6667,0.8078,0.3882,0.0000>] [0.23529 color rgbf <0.6667,0.8078,0.3882,0.0000>] [0.23529 color rgbf <0.8863,0.9294,0.0863,0.0000>] [0.29412 color rgbf <0.8863,0.9294,0.0863,0.0000>] [0.29412 color rgbf <1.0000,0.9294,0.0000,0.0000>] [0.35294 color rgbf <1.0000,0.9294,0.0000,0.0000>] [0.35294 color rgbf <1.0000,0.9294,0.5098,0.0000>] [0.41176 color rgbf <1.0000,0.9294,0.5098,0.0000>] [0.41176 color rgbf <0.9569,0.8196,0.4980,0.0000>] [0.47059 color rgbf <0.9569,0.8196,0.4980,0.0000>] [0.47059 color rgbf <0.9294,0.6471,0.2863,0.0000>] [0.52941 color rgbf <0.9294,0.6471,0.2863,0.0000>] [0.52941 color rgbf <0.8980,0.5490,0.2392,0.0000>] [0.58824 color rgbf <0.8980,0.5490,0.2392,0.0000>] [0.58824 color rgbf <0.8588,0.4863,0.2392,0.0000>] [0.64706 color rgbf <0.8588,0.4863,0.2392,0.0000>] [0.64706 color rgbf <0.9373,0.0275,0.2392,0.0000>] [0.70588 color rgbf <0.9373,0.0275,0.2392,0.0000>] [0.70588 color rgbf <0.9098,0.3373,0.6392,0.0000>] [0.76471 color rgbf <0.9098,0.3373,0.6392,0.0000>] [0.76471 color rgbf <0.6078,0.4392,0.6588,0.0000>] [0.82353 color rgbf <0.6078,0.4392,0.6588,0.0000>] [0.82353 color rgbf <0.3882,0.4392,0.9686,0.0000>] [0.88235 color rgbf <0.3882,0.4392,0.9686,0.0000>] [0.88235 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.94118 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.94118 color rgbf <0.5569,0.6980,1.0000,0.0000>] [1.00000 color rgbf <0.5569,0.6980,1.0000,0.0000>] }