// cpt-city: ncl/percent_11lev (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 percent_11lev = color_map { [0.00000 color rgbf <0.3922,0.0000,0.5882,0.0000>] [0.09091 color rgbf <0.3922,0.0000,0.5882,0.0000>] [0.09091 color rgbf <0.1529,0.1882,0.8431,0.0000>] [0.18182 color rgbf <0.1529,0.1882,0.8431,0.0000>] [0.18182 color rgbf <0.3490,0.5529,0.9882,0.0000>] [0.27273 color rgbf <0.3490,0.5529,0.9882,0.0000>] [0.27273 color rgbf <0.5451,0.9373,0.8510,0.0000>] [0.36364 color rgbf <0.5451,0.9373,0.8510,0.0000>] [0.36364 color rgbf <0.3765,0.8118,0.5686,0.0000>] [0.45455 color rgbf <0.3765,0.8118,0.5686,0.0000>] [0.45455 color rgbf <0.1020,0.5961,0.3137,0.0000>] [0.54546 color rgbf <0.1020,0.5961,0.3137,0.0000>] [0.54546 color rgbf <0.5686,0.8118,0.3765,0.0000>] [0.63636 color rgbf <0.5686,0.8118,0.3765,0.0000>] [0.63636 color rgbf <0.8510,0.9373,0.5451,0.0000>] [0.72727 color rgbf <0.8510,0.9373,0.5451,0.0000>] [0.72727 color rgbf <0.9961,0.8784,0.5451,0.0000>] [0.81818 color rgbf <0.9961,0.8784,0.5451,0.0000>] [0.81818 color rgbf <0.9882,0.5529,0.3490,0.0000>] [0.90909 color rgbf <0.9882,0.5529,0.3490,0.0000>] [0.90909 color rgbf <0.8431,0.1882,0.1529,0.0000>] [1.00000 color rgbf <0.8431,0.1882,0.1529,0.0000>] }