// 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.08333 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.08333 color rgbf <0.9294,0.9804,0.7608,0.0000>] [0.16667 color rgbf <0.9294,0.9804,0.7608,0.0000>] [0.16667 color rgbf <0.8039,1.0000,0.8039,0.0000>] [0.25000 color rgbf <0.8039,1.0000,0.8039,0.0000>] [0.25000 color rgbf <0.6000,0.9412,0.6980,0.0000>] [0.33333 color rgbf <0.6000,0.9412,0.6980,0.0000>] [0.33333 color rgbf <0.3255,0.7412,0.6235,0.0000>] [0.41667 color rgbf <0.3255,0.7412,0.6235,0.0000>] [0.41667 color rgbf <0.1961,0.6510,0.5882,0.0000>] [0.50000 color rgbf <0.1961,0.6510,0.5882,0.0000>] [0.50000 color rgbf <0.1961,0.5882,0.7059,0.0000>] [0.58333 color rgbf <0.1961,0.5882,0.7059,0.0000>] [0.58333 color rgbf <0.0196,0.4392,0.6902,0.0000>] [0.66667 color rgbf <0.0196,0.4392,0.6902,0.0000>] [0.66667 color rgbf <0.0196,0.3137,0.5490,0.0000>] [0.75000 color rgbf <0.0196,0.3137,0.5490,0.0000>] [0.75000 color rgbf <0.0392,0.1216,0.5882,0.0000>] [0.83333 color rgbf <0.0392,0.1216,0.5882,0.0000>] [0.83333 color rgbf <0.1725,0.0078,0.2745,0.0000>] [0.91667 color rgbf <0.1725,0.0078,0.2745,0.0000>] [0.91667 color rgbf <0.4157,0.1725,0.3529,0.0000>] [1.00000 color rgbf <0.4157,0.1725,0.3529,0.0000>] }