// cpt-city: ncl/BlueGreen14 (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 BlueGreen14 = color_map { [0.00000 color rgbf <0.0000,0.0000,1.0000,0.0000>] [0.07692 color rgbf <0.0000,0.0000,1.0000,0.0000>] [0.07692 color rgbf <0.2000,0.2000,1.0000,0.0000>] [0.15385 color rgbf <0.2000,0.2000,1.0000,0.0000>] [0.15385 color rgbf <0.3961,0.3961,1.0000,0.0000>] [0.23077 color rgbf <0.3961,0.3961,1.0000,0.0000>] [0.23077 color rgbf <0.6000,0.6000,1.0000,0.0000>] [0.30769 color rgbf <0.6000,0.6000,1.0000,0.0000>] [0.30769 color rgbf <0.6980,0.6980,1.0000,0.0000>] [0.38461 color rgbf <0.6980,0.6980,1.0000,0.0000>] [0.38461 color rgbf <0.7961,0.7961,1.0000,0.0000>] [0.46154 color rgbf <0.7961,0.7961,1.0000,0.0000>] [0.46154 color rgbf <0.8980,0.8980,1.0000,0.0000>] [0.53846 color rgbf <0.8980,0.8980,1.0000,0.0000>] [0.53846 color rgbf <0.8980,1.0000,0.8980,0.0000>] [0.61538 color rgbf <0.8980,1.0000,0.8980,0.0000>] [0.61538 color rgbf <0.7961,1.0000,0.7961,0.0000>] [0.69231 color rgbf <0.7961,1.0000,0.7961,0.0000>] [0.69231 color rgbf <0.6980,1.0000,0.6980,0.0000>] [0.76923 color rgbf <0.6980,1.0000,0.6980,0.0000>] [0.76923 color rgbf <0.6000,1.0000,0.6000,0.0000>] [0.84615 color rgbf <0.6000,1.0000,0.6000,0.0000>] [0.84615 color rgbf <0.3961,1.0000,0.3961,0.0000>] [0.92308 color rgbf <0.3961,1.0000,0.3961,0.0000>] [0.92308 color rgbf <0.2000,1.0000,0.2000,0.0000>] [1.00000 color rgbf <0.2000,1.0000,0.2000,0.0000>] }