// cpt-city: ncl/sunshine_diff_12lev (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 sunshine_diff_12lev = color_map { [0.00000 color rgbf <0.3176,0.0353,0.4745,0.0000>] [0.08333 color rgbf <0.3176,0.0353,0.4745,0.0000>] [0.08333 color rgbf <0.5843,0.0588,0.8745,0.0000>] [0.16667 color rgbf <0.5843,0.0588,0.8745,0.0000>] [0.16667 color rgbf <0.7176,0.2941,0.9529,0.0000>] [0.25000 color rgbf <0.7176,0.2941,0.9529,0.0000>] [0.25000 color rgbf <0.7961,0.4941,0.9647,0.0000>] [0.33333 color rgbf <0.7961,0.4941,0.9647,0.0000>] [0.33333 color rgbf <0.8824,0.7059,0.9804,0.0000>] [0.41667 color rgbf <0.8824,0.7059,0.9804,0.0000>] [0.41667 color rgbf <0.9255,0.8157,0.9882,0.0000>] [0.50000 color rgbf <0.9255,0.8157,0.9882,0.0000>] [0.50000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.58333 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.58333 color rgbf <1.0000,0.9608,0.8000,0.0000>] [0.66667 color rgbf <1.0000,0.9608,0.8000,0.0000>] [0.66667 color rgbf <1.0000,0.9020,0.4392,0.0000>] [0.75000 color rgbf <1.0000,0.9020,0.4392,0.0000>] [0.75000 color rgbf <1.0000,0.8000,0.2000,0.0000>] [0.83333 color rgbf <1.0000,0.8000,0.2000,0.0000>] [0.83333 color rgbf <1.0000,0.6863,0.2000,0.0000>] [0.91667 color rgbf <1.0000,0.6863,0.2000,0.0000>] [0.91667 color rgbf <1.0000,0.4353,0.0000,0.0000>] [1.00000 color rgbf <1.0000,0.4353,0.0000,0.0000>] }