// cpt-city: ncl/Cat12 (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 Cat12 = color_map { [0.00000 color rgbf <1.0000,0.7490,0.4980,0.0000>] [0.09091 color rgbf <1.0000,0.7490,0.4980,0.0000>] [0.09091 color rgbf <1.0000,0.4980,0.0000,0.0000>] [0.18182 color rgbf <1.0000,0.4980,0.0000,0.0000>] [0.18182 color rgbf <1.0000,1.0000,0.6000,0.0000>] [0.27273 color rgbf <1.0000,1.0000,0.6000,0.0000>] [0.27273 color rgbf <1.0000,1.0000,0.1961,0.0000>] [0.36364 color rgbf <1.0000,1.0000,0.1961,0.0000>] [0.36364 color rgbf <0.6980,1.0000,0.5490,0.0000>] [0.45455 color rgbf <0.6980,1.0000,0.5490,0.0000>] [0.45455 color rgbf <0.1961,1.0000,0.0000,0.0000>] [0.54546 color rgbf <0.1961,1.0000,0.0000,0.0000>] [0.54546 color rgbf <0.6471,0.9294,1.0000,0.0000>] [0.63636 color rgbf <0.6471,0.9294,1.0000,0.0000>] [0.63636 color rgbf <0.0980,0.6980,1.0000,0.0000>] [0.72727 color rgbf <0.0980,0.6980,1.0000,0.0000>] [0.72727 color rgbf <0.8000,0.7490,1.0000,0.0000>] [0.81818 color rgbf <0.8000,0.7490,1.0000,0.0000>] [0.81818 color rgbf <0.3961,0.2980,1.0000,0.0000>] [0.90909 color rgbf <0.3961,0.2980,1.0000,0.0000>] [0.90909 color rgbf <1.0000,0.6000,0.7490,0.0000>] [1.00000 color rgbf <1.0000,0.6000,0.7490,0.0000>] }