// cpt-city: ncl/precip3_16lev (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 precip3_16lev = 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.8392,0.8863,1.0000,0.0000>] [0.11765 color rgbf <0.8392,0.8863,1.0000,0.0000>] [0.11765 color rgbf <0.7098,0.7882,1.0000,0.0000>] [0.17647 color rgbf <0.7098,0.7882,1.0000,0.0000>] [0.17647 color rgbf <0.5569,0.6980,1.0000,0.0000>] [0.23529 color rgbf <0.5569,0.6980,1.0000,0.0000>] [0.23529 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.29412 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.29412 color rgbf <0.3882,0.4392,0.9686,0.0000>] [0.35294 color rgbf <0.3882,0.4392,0.9686,0.0000>] [0.35294 color rgbf <0.0000,0.3882,1.0000,0.0000>] [0.41176 color rgbf <0.0000,0.3882,1.0000,0.0000>] [0.41176 color rgbf <0.0000,0.5882,0.5882,0.0000>] [0.47059 color rgbf <0.0000,0.5882,0.5882,0.0000>] [0.47059 color rgbf <0.0000,0.7765,0.2000,0.0000>] [0.52941 color rgbf <0.0000,0.7765,0.2000,0.0000>] [0.52941 color rgbf <0.3882,1.0000,0.0000,0.0000>] [0.58824 color rgbf <0.3882,1.0000,0.0000,0.0000>] [0.58824 color rgbf <0.5882,1.0000,0.0000,0.0000>] [0.64706 color rgbf <0.5882,1.0000,0.0000,0.0000>] [0.64706 color rgbf <0.7765,1.0000,0.2000,0.0000>] [0.70588 color rgbf <0.7765,1.0000,0.2000,0.0000>] [0.70588 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.76471 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.76471 color rgbf <1.0000,0.7765,0.0000,0.0000>] [0.82353 color rgbf <1.0000,0.7765,0.0000,0.0000>] [0.82353 color rgbf <1.0000,0.6275,0.0000,0.0000>] [0.88235 color rgbf <1.0000,0.6275,0.0000,0.0000>] [0.88235 color rgbf <1.0000,0.4863,0.0000,0.0000>] [0.94118 color rgbf <1.0000,0.4863,0.0000,0.0000>] [0.94118 color rgbf <1.0000,0.0980,0.0000,0.0000>] [1.00000 color rgbf <1.0000,0.0980,0.0000,0.0000>] }