// cpt-city: ncl/prcp_2 (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 prcp_2 = color_map { [0.00000 color rgbf <0.9608,0.9608,0.9608,0.0000>] [0.09091 color rgbf <0.9608,0.9608,0.9608,0.0000>] [0.09091 color rgbf <0.6863,0.9294,0.9294,0.0000>] [0.18182 color rgbf <0.6863,0.9294,0.9294,0.0000>] [0.18182 color rgbf <0.5961,0.9843,0.5961,0.0000>] [0.27273 color rgbf <0.5961,0.9843,0.5961,0.0000>] [0.27273 color rgbf <0.2627,0.8039,0.5020,0.0000>] [0.36364 color rgbf <0.2627,0.8039,0.5020,0.0000>] [0.36364 color rgbf <0.2314,0.7020,0.4431,0.0000>] [0.45455 color rgbf <0.2314,0.7020,0.4431,0.0000>] [0.45455 color rgbf <0.9804,0.9804,0.8235,0.0000>] [0.54546 color rgbf <0.9804,0.9804,0.8235,0.0000>] [0.54546 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.63636 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.63636 color rgbf <1.0000,0.6431,0.0000,0.0000>] [0.72727 color rgbf <1.0000,0.6431,0.0000,0.0000>] [0.72727 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.81818 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.81818 color rgbf <0.8039,0.2157,0.0000,0.0000>] [0.90909 color rgbf <0.8039,0.2157,0.0000,0.0000>] [0.90909 color rgbf <0.7804,0.0784,0.5216,0.0000>] [1.00000 color rgbf <0.7804,0.0784,0.5216,0.0000>] }