// cpt-city: ncl/precip_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 precip_11lev = color_map { [0.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.09091 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.09091 color rgbf <0.9294,0.9804,0.7608,0.0000>] [0.18182 color rgbf <0.9294,0.9804,0.7608,0.0000>] [0.18182 color rgbf <0.8039,1.0000,0.8039,0.0000>] [0.27273 color rgbf <0.8039,1.0000,0.8039,0.0000>] [0.27273 color rgbf <0.6000,0.9412,0.6980,0.0000>] [0.36364 color rgbf <0.6000,0.9412,0.6980,0.0000>] [0.36364 color rgbf <0.3255,0.7412,0.6235,0.0000>] [0.45455 color rgbf <0.3255,0.7412,0.6235,0.0000>] [0.45455 color rgbf <0.1961,0.6510,0.5882,0.0000>] [0.54546 color rgbf <0.1961,0.6510,0.5882,0.0000>] [0.54546 color rgbf <0.1961,0.5882,0.7059,0.0000>] [0.63636 color rgbf <0.1961,0.5882,0.7059,0.0000>] [0.63636 color rgbf <0.0196,0.4392,0.6902,0.0000>] [0.72727 color rgbf <0.0196,0.4392,0.6902,0.0000>] [0.72727 color rgbf <0.0196,0.3137,0.5490,0.0000>] [0.81818 color rgbf <0.0196,0.3137,0.5490,0.0000>] [0.81818 color rgbf <0.0392,0.1216,0.5882,0.0000>] [0.90909 color rgbf <0.0392,0.1216,0.5882,0.0000>] [0.90909 color rgbf <0.1725,0.0078,0.2745,0.0000>] [1.00000 color rgbf <0.1725,0.0078,0.2745,0.0000>] }