// cpt-city: ncl/precip4_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 precip4_11lev = color_map { [0.00000 color rgbf <0.9961,0.9961,0.9961,0.0000>] [0.08333 color rgbf <0.9961,0.9961,0.9961,0.0000>] [0.08333 color rgbf <0.8745,1.0000,0.9765,0.0000>] [0.16667 color rgbf <0.8745,1.0000,0.9765,0.0000>] [0.16667 color rgbf <0.6039,0.8510,0.7922,0.0000>] [0.25000 color rgbf <0.6039,0.8510,0.7922,0.0000>] [0.25000 color rgbf <0.4039,0.7608,0.6392,0.0000>] [0.33333 color rgbf <0.4039,0.7608,0.6392,0.0000>] [0.33333 color rgbf <0.2510,0.6784,0.4588,0.0000>] [0.41667 color rgbf <0.2510,0.6784,0.4588,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.3529,0.6275,0.8039,0.0000>] [0.58333 color rgbf <0.3529,0.6275,0.8039,0.0000>] [0.58333 color rgbf <0.2588,0.5725,0.7804,0.0000>] [0.66667 color rgbf <0.2588,0.5725,0.7804,0.0000>] [0.66667 color rgbf <0.2980,0.5529,0.7686,0.0000>] [0.75000 color rgbf <0.2980,0.5529,0.7686,0.0000>] [0.75000 color rgbf <0.0275,0.1843,0.4196,0.0000>] [0.83333 color rgbf <0.0275,0.1843,0.4196,0.0000>] [0.83333 color rgbf <0.0275,0.1176,0.2745,0.0000>] [0.91667 color rgbf <0.0275,0.1176,0.2745,0.0000>] [0.91667 color rgbf <0.2980,0.0000,0.4510,0.0000>] [1.00000 color rgbf <0.2980,0.0000,0.4510,0.0000>] }