// cpt-city: ncl/precip2_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 precip2_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.9216,0.9647,1.0000,0.0000>] [0.11765 color rgbf <0.9216,0.9647,1.0000,0.0000>] [0.11765 color rgbf <0.8392,0.8863,1.0000,0.0000>] [0.17647 color rgbf <0.8392,0.8863,1.0000,0.0000>] [0.17647 color rgbf <0.7098,0.7882,1.0000,0.0000>] [0.23529 color rgbf <0.7098,0.7882,1.0000,0.0000>] [0.23529 color rgbf <0.5569,0.6980,1.0000,0.0000>] [0.29412 color rgbf <0.5569,0.6980,1.0000,0.0000>] [0.29412 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.35294 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.35294 color rgbf <0.4471,0.5216,0.9725,0.0000>] [0.41176 color rgbf <0.4471,0.5216,0.9725,0.0000>] [0.41176 color rgbf <0.3882,0.4392,0.9725,0.0000>] [0.47059 color rgbf <0.3882,0.4392,0.9725,0.0000>] [0.47059 color rgbf <0.0000,0.6196,0.1176,0.0000>] [0.52941 color rgbf <0.0000,0.6196,0.1176,0.0000>] [0.52941 color rgbf <0.2353,0.7373,0.2392,0.0000>] [0.58824 color rgbf <0.2353,0.7373,0.2392,0.0000>] [0.58824 color rgbf <0.7020,0.8196,0.4314,0.0000>] [0.64706 color rgbf <0.7020,0.8196,0.4314,0.0000>] [0.64706 color rgbf <0.7255,0.9765,0.4314,0.0000>] [0.70588 color rgbf <0.7255,0.9765,0.4314,0.0000>] [0.70588 color rgbf <1.0000,0.9765,0.0745,0.0000>] [0.76471 color rgbf <1.0000,0.9765,0.0745,0.0000>] [0.76471 color rgbf <1.0000,0.6392,0.0353,0.0000>] [0.82353 color rgbf <1.0000,0.6392,0.0353,0.0000>] [0.82353 color rgbf <0.8980,0.0000,0.0000,0.0000>] [0.88235 color rgbf <0.8980,0.0000,0.0000,0.0000>] [0.88235 color rgbf <0.7412,0.0000,0.0000,0.0000>] [0.94118 color rgbf <0.7412,0.0000,0.0000,0.0000>] [0.94118 color rgbf <0.5059,0.0000,0.0000,0.0000>] [1.00000 color rgbf <0.5059,0.0000,0.0000,0.0000>] }