// cpt-city: ncl/BlueDarkRed18 (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 BlueDarkRed18 = color_map { [0.00000 color rgbf <0.1412,0.0000,0.8471,0.0000>] [0.05882 color rgbf <0.1412,0.0000,0.8471,0.0000>] [0.05882 color rgbf <0.0941,0.1098,0.9686,0.0000>] [0.11765 color rgbf <0.0941,0.1098,0.9686,0.0000>] [0.11765 color rgbf <0.1569,0.3412,1.0000,0.0000>] [0.17647 color rgbf <0.1569,0.3412,1.0000,0.0000>] [0.17647 color rgbf <0.2392,0.5294,1.0000,0.0000>] [0.23529 color rgbf <0.2392,0.5294,1.0000,0.0000>] [0.23529 color rgbf <0.3373,0.6902,1.0000,0.0000>] [0.29412 color rgbf <0.3373,0.6902,1.0000,0.0000>] [0.29412 color rgbf <0.4588,0.8275,1.0000,0.0000>] [0.35294 color rgbf <0.4588,0.8275,1.0000,0.0000>] [0.35294 color rgbf <0.6000,0.9176,1.0000,0.0000>] [0.41176 color rgbf <0.6000,0.9176,1.0000,0.0000>] [0.41176 color rgbf <0.7373,0.9765,1.0000,0.0000>] [0.47059 color rgbf <0.7373,0.9765,1.0000,0.0000>] [0.47059 color rgbf <0.9176,1.0000,1.0000,0.0000>] [0.52941 color rgbf <0.9176,1.0000,1.0000,0.0000>] [0.52941 color rgbf <1.0000,1.0000,0.9176,0.0000>] [0.58824 color rgbf <1.0000,1.0000,0.9176,0.0000>] [0.58824 color rgbf <1.0000,0.9451,0.7373,0.0000>] [0.64706 color rgbf <1.0000,0.9451,0.7373,0.0000>] [0.64706 color rgbf <1.0000,0.8392,0.6000,0.0000>] [0.70588 color rgbf <1.0000,0.8392,0.6000,0.0000>] [0.70588 color rgbf <1.0000,0.6745,0.4588,0.0000>] [0.76471 color rgbf <1.0000,0.6745,0.4588,0.0000>] [0.76471 color rgbf <1.0000,0.4706,0.3373,0.0000>] [0.82353 color rgbf <1.0000,0.4706,0.3373,0.0000>] [0.82353 color rgbf <1.0000,0.2392,0.2392,0.0000>] [0.88235 color rgbf <1.0000,0.2392,0.2392,0.0000>] [0.88235 color rgbf <0.9686,0.1529,0.2078,0.0000>] [0.94118 color rgbf <0.9686,0.1529,0.2078,0.0000>] [0.94118 color rgbf <0.8471,0.0824,0.1843,0.0000>] [1.00000 color rgbf <0.8471,0.0824,0.1843,0.0000>] }