// 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.11111 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.11111 color rgbf <1.0000,0.9608,0.8000,0.0000>] [0.22222 color rgbf <1.0000,0.9608,0.8000,0.0000>] [0.22222 color rgbf <1.0000,0.9020,0.4392,0.0000>] [0.33333 color rgbf <1.0000,0.9020,0.4392,0.0000>] [0.33333 color rgbf <1.0000,0.8000,0.2000,0.0000>] [0.44444 color rgbf <1.0000,0.8000,0.2000,0.0000>] [0.44444 color rgbf <1.0000,0.6863,0.2000,0.0000>] [0.55556 color rgbf <1.0000,0.6863,0.2000,0.0000>] [0.55556 color rgbf <1.0000,0.6000,0.2000,0.0000>] [0.66667 color rgbf <1.0000,0.6000,0.2000,0.0000>] [0.66667 color rgbf <1.0000,0.4353,0.2000,0.0000>] [0.77778 color rgbf <1.0000,0.4353,0.2000,0.0000>] [0.77778 color rgbf <1.0000,0.3333,0.0000,0.0000>] [0.88889 color rgbf <1.0000,0.3333,0.0000,0.0000>] [0.88889 color rgbf <0.9020,0.1569,0.1176,0.0000>] [1.00000 color rgbf <0.9020,0.1569,0.1176,0.0000>] }