// 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.05556 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.05556 color rgbf <0.9216,0.9647,1.0000,0.0000>] [0.11111 color rgbf <0.9216,0.9647,1.0000,0.0000>] [0.11111 color rgbf <0.8392,0.8863,1.0000,0.0000>] [0.16667 color rgbf <0.8392,0.8863,1.0000,0.0000>] [0.16667 color rgbf <0.7098,0.7882,1.0000,0.0000>] [0.22222 color rgbf <0.7098,0.7882,1.0000,0.0000>] [0.22222 color rgbf <0.5569,0.6980,1.0000,0.0000>] [0.27778 color rgbf <0.5569,0.6980,1.0000,0.0000>] [0.27778 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.33333 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.33333 color rgbf <0.4471,0.5216,0.9725,0.0000>] [0.38889 color rgbf <0.4471,0.5216,0.9725,0.0000>] [0.38889 color rgbf <0.3882,0.4392,0.9725,0.0000>] [0.44444 color rgbf <0.3882,0.4392,0.9725,0.0000>] [0.44444 color rgbf <0.0000,0.6196,0.1176,0.0000>] [0.50000 color rgbf <0.0000,0.6196,0.1176,0.0000>] [0.50000 color rgbf <0.2353,0.7373,0.2392,0.0000>] [0.55556 color rgbf <0.2353,0.7373,0.2392,0.0000>] [0.55556 color rgbf <0.7020,0.8196,0.4314,0.0000>] [0.61111 color rgbf <0.7020,0.8196,0.4314,0.0000>] [0.61111 color rgbf <0.7255,0.9765,0.4314,0.0000>] [0.66667 color rgbf <0.7255,0.9765,0.4314,0.0000>] [0.66667 color rgbf <1.0000,0.9765,0.0745,0.0000>] [0.72222 color rgbf <1.0000,0.9765,0.0745,0.0000>] [0.72222 color rgbf <1.0000,0.6392,0.0353,0.0000>] [0.77778 color rgbf <1.0000,0.6392,0.0353,0.0000>] [0.77778 color rgbf <0.8980,0.0000,0.0000,0.0000>] [0.83333 color rgbf <0.8980,0.0000,0.0000,0.0000>] [0.83333 color rgbf <0.7412,0.0000,0.0000,0.0000>] [0.88889 color rgbf <0.7412,0.0000,0.0000,0.0000>] [0.88889 color rgbf <0.5059,0.0000,0.0000,0.0000>] [0.94444 color rgbf <0.5059,0.0000,0.0000,0.0000>] [0.94444 color rgbf <0.0000,0.0000,0.0000,0.0000>] [1.00000 color rgbf <0.0000,0.0000,0.0000,0.0000>] }