// cpt-city: ncl/perc2_9lev (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 perc2_9lev = color_map { [0.00000 color rgbf <0.8431,0.8902,0.9333,0.0000>] [0.11111 color rgbf <0.8431,0.8902,0.9333,0.0000>] [0.11111 color rgbf <0.7098,0.7922,1.0000,0.0000>] [0.22222 color rgbf <0.7098,0.7922,1.0000,0.0000>] [0.22222 color rgbf <0.5608,0.7020,1.0000,0.0000>] [0.33333 color rgbf <0.5608,0.7020,1.0000,0.0000>] [0.33333 color rgbf <0.4980,0.5922,1.0000,0.0000>] [0.44444 color rgbf <0.4980,0.5922,1.0000,0.0000>] [0.44444 color rgbf <0.6706,0.8118,0.3882,0.0000>] [0.55556 color rgbf <0.6706,0.8118,0.3882,0.0000>] [0.55556 color rgbf <0.9098,0.9608,0.6196,0.0000>] [0.66667 color rgbf <0.9098,0.9608,0.6196,0.0000>] [0.66667 color rgbf <1.0000,0.9804,0.0784,0.0000>] [0.77778 color rgbf <1.0000,0.9804,0.0784,0.0000>] [0.77778 color rgbf <1.0000,0.8196,0.1294,0.0000>] [0.88889 color rgbf <1.0000,0.8196,0.1294,0.0000>] [0.88889 color rgbf <1.0000,0.6392,0.0392,0.0000>] [1.00000 color rgbf <1.0000,0.6392,0.0392,0.0000>] }