// cpt-city: ncl/precip_diff_12lev (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 precip_diff_12lev = color_map { [0.00000 color rgbf <0.7137,0.4157,0.1569,0.0000>] [0.08333 color rgbf <0.7137,0.4157,0.1569,0.0000>] [0.08333 color rgbf <0.8039,0.5216,0.2471,0.0000>] [0.16667 color rgbf <0.8039,0.5216,0.2471,0.0000>] [0.16667 color rgbf <0.8824,0.6471,0.3922,0.0000>] [0.25000 color rgbf <0.8824,0.6471,0.3922,0.0000>] [0.25000 color rgbf <0.9608,0.8039,0.5176,0.0000>] [0.33333 color rgbf <0.9608,0.8039,0.5176,0.0000>] [0.33333 color rgbf <0.9608,0.8784,0.6196,0.0000>] [0.41667 color rgbf <0.9608,0.8784,0.6196,0.0000>] [0.41667 color rgbf <1.0000,0.9608,0.7294,0.0000>] [0.50000 color rgbf <1.0000,0.9608,0.7294,0.0000>] [0.50000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.58333 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.58333 color rgbf <0.8039,1.0000,0.8039,0.0000>] [0.66667 color rgbf <0.8039,1.0000,0.8039,0.0000>] [0.66667 color rgbf <0.6000,0.9412,0.6980,0.0000>] [0.75000 color rgbf <0.6000,0.9412,0.6980,0.0000>] [0.75000 color rgbf <0.3255,0.7412,0.6235,0.0000>] [0.83333 color rgbf <0.3255,0.7412,0.6235,0.0000>] [0.83333 color rgbf <0.4314,0.6667,0.7843,0.0000>] [0.91667 color rgbf <0.4314,0.6667,0.7843,0.0000>] [0.91667 color rgbf <0.0196,0.4392,0.6902,0.0000>] [1.00000 color rgbf <0.0196,0.4392,0.6902,0.0000>] }