// cpt-city: ncl/sunshine_9lev (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_9lev = color_map { [0.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.10000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.10000 color rgbf <1.0000,0.9608,0.8000,0.0000>] [0.20000 color rgbf <1.0000,0.9608,0.8000,0.0000>] [0.20000 color rgbf <1.0000,0.9020,0.4392,0.0000>] [0.30000 color rgbf <1.0000,0.9020,0.4392,0.0000>] [0.30000 color rgbf <1.0000,0.8000,0.2000,0.0000>] [0.40000 color rgbf <1.0000,0.8000,0.2000,0.0000>] [0.40000 color rgbf <1.0000,0.6863,0.2000,0.0000>] [0.50000 color rgbf <1.0000,0.6863,0.2000,0.0000>] [0.50000 color rgbf <1.0000,0.6000,0.2000,0.0000>] [0.60000 color rgbf <1.0000,0.6000,0.2000,0.0000>] [0.60000 color rgbf <1.0000,0.4353,0.2000,0.0000>] [0.70000 color rgbf <1.0000,0.4353,0.2000,0.0000>] [0.70000 color rgbf <1.0000,0.3333,0.0000,0.0000>] [0.80000 color rgbf <1.0000,0.3333,0.0000,0.0000>] [0.80000 color rgbf <0.9020,0.1569,0.1176,0.0000>] [0.90000 color rgbf <0.9020,0.1569,0.1176,0.0000>] [0.90000 color rgbf <0.7843,0.1176,0.0784,0.0000>] [1.00000 color rgbf <0.7843,0.1176,0.0784,0.0000>] }