// cpt-city: ncl/spread_15lev (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 spread_15lev = color_map { [0.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.06250 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.06250 color rgbf <1.0000,0.8824,0.8824,0.0000>] [0.12500 color rgbf <1.0000,0.8824,0.8824,0.0000>] [0.12500 color rgbf <1.0000,0.8235,0.8235,0.0000>] [0.18750 color rgbf <1.0000,0.8235,0.8235,0.0000>] [0.18750 color rgbf <1.0000,0.6471,0.6471,0.0000>] [0.25000 color rgbf <1.0000,0.6471,0.6471,0.0000>] [0.25000 color rgbf <1.0000,0.4706,0.4706,0.0000>] [0.31250 color rgbf <1.0000,0.4706,0.4706,0.0000>] [0.31250 color rgbf <1.0000,0.2941,0.2941,0.0000>] [0.37500 color rgbf <1.0000,0.2941,0.2941,0.0000>] [0.37500 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.43750 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.43750 color rgbf <1.0000,0.3922,0.0000,0.0000>] [0.50000 color rgbf <1.0000,0.3922,0.0000,0.0000>] [0.50000 color rgbf <1.0000,0.5882,0.0000,0.0000>] [0.56250 color rgbf <1.0000,0.5882,0.0000,0.0000>] [0.56250 color rgbf <1.0000,0.7843,0.0000,0.0000>] [0.62500 color rgbf <1.0000,0.7843,0.0000,0.0000>] [0.62500 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.68750 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.68750 color rgbf <0.5490,1.0000,0.0000,0.0000>] [0.75000 color rgbf <0.5490,1.0000,0.0000,0.0000>] [0.75000 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.81250 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.81250 color rgbf <0.0000,0.8039,0.3725,0.0000>] [0.87500 color rgbf <0.0000,0.8039,0.3725,0.0000>] [0.87500 color rgbf <0.0000,0.5686,0.7843,0.0000>] [0.93750 color rgbf <0.0000,0.5686,0.7843,0.0000>] [0.93750 color rgbf <0.0000,0.0000,1.0000,0.0000>] [1.00000 color rgbf <0.0000,0.0000,1.0000,0.0000>] }