// 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.06250 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.06250 color rgbf <0.8392,0.8863,1.0000,0.0000>] [0.12500 color rgbf <0.8392,0.8863,1.0000,0.0000>] [0.12500 color rgbf <0.7098,0.7882,1.0000,0.0000>] [0.18750 color rgbf <0.7098,0.7882,1.0000,0.0000>] [0.18750 color rgbf <0.5569,0.6980,1.0000,0.0000>] [0.25000 color rgbf <0.5569,0.6980,1.0000,0.0000>] [0.25000 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.31250 color rgbf <0.4980,0.5882,1.0000,0.0000>] [0.31250 color rgbf <0.3882,0.4392,0.9686,0.0000>] [0.37500 color rgbf <0.3882,0.4392,0.9686,0.0000>] [0.37500 color rgbf <0.0000,0.3882,1.0000,0.0000>] [0.43750 color rgbf <0.0000,0.3882,1.0000,0.0000>] [0.43750 color rgbf <0.0000,0.5882,0.5882,0.0000>] [0.50000 color rgbf <0.0000,0.5882,0.5882,0.0000>] [0.50000 color rgbf <0.0000,0.7765,0.2000,0.0000>] [0.56250 color rgbf <0.0000,0.7765,0.2000,0.0000>] [0.56250 color rgbf <0.3882,1.0000,0.0000,0.0000>] [0.62500 color rgbf <0.3882,1.0000,0.0000,0.0000>] [0.62500 color rgbf <0.5882,1.0000,0.0000,0.0000>] [0.68750 color rgbf <0.5882,1.0000,0.0000,0.0000>] [0.68750 color rgbf <0.7765,1.0000,0.2000,0.0000>] [0.75000 color rgbf <0.7765,1.0000,0.2000,0.0000>] [0.75000 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.81250 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.81250 color rgbf <1.0000,0.7765,0.0000,0.0000>] [0.87500 color rgbf <1.0000,0.7765,0.0000,0.0000>] [0.87500 color rgbf <1.0000,0.6275,0.0000,0.0000>] [0.93750 color rgbf <1.0000,0.6275,0.0000,0.0000>] [0.93750 color rgbf <1.0000,0.4863,0.0000,0.0000>] [1.00000 color rgbf <1.0000,0.4863,0.0000,0.0000>] }