// cpt-city: ncl/rh_19lev (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 rh_19lev = color_map { [0.00000 color rgbf <0.9961,0.9961,0.9961,0.0000>] [0.05000 color rgbf <0.9961,0.9961,0.9961,0.0000>] [0.05000 color rgbf <0.9961,0.9961,0.6275,0.0000>] [0.10000 color rgbf <0.9961,0.9961,0.6275,0.0000>] [0.10000 color rgbf <0.9961,0.9961,0.3882,0.0000>] [0.15000 color rgbf <0.9961,0.9961,0.3882,0.0000>] [0.15000 color rgbf <0.9569,0.9569,0.4314,0.0000>] [0.20000 color rgbf <0.9569,0.9569,0.4314,0.0000>] [0.20000 color rgbf <1.0000,0.8235,0.1373,0.0000>] [0.25000 color rgbf <1.0000,0.8235,0.1373,0.0000>] [0.25000 color rgbf <1.0000,0.6392,0.0980,0.0000>] [0.30000 color rgbf <1.0000,0.6392,0.0980,0.0000>] [0.30000 color rgbf <1.0000,0.3490,0.0980,0.0000>] [0.35000 color rgbf <1.0000,0.3490,0.0980,0.0000>] [0.35000 color rgbf <0.9020,0.4784,0.3961,0.0000>] [0.40000 color rgbf <0.9020,0.4784,0.3961,0.0000>] [0.40000 color rgbf <0.9294,0.5686,0.4863,0.0000>] [0.45000 color rgbf <0.9294,0.5686,0.4863,0.0000>] [0.45000 color rgbf <0.9373,0.6980,0.5725,0.0000>] [0.50000 color rgbf <0.9373,0.6980,0.5725,0.0000>] [0.50000 color rgbf <0.9686,0.7804,0.6980,0.0000>] [0.55000 color rgbf <0.9686,0.7804,0.6980,0.0000>] [0.55000 color rgbf <1.0000,0.9020,0.9020,0.0000>] [0.60000 color rgbf <1.0000,0.9020,0.9020,0.0000>] [0.60000 color rgbf <0.8431,0.8824,1.0000,0.0000>] [0.65000 color rgbf <0.8431,0.8824,1.0000,0.0000>] [0.65000 color rgbf <0.5882,0.8235,1.0000,0.0000>] [0.70000 color rgbf <0.5882,0.8235,1.0000,0.0000>] [0.70000 color rgbf <0.1176,0.7412,1.0000,0.0000>] [0.75000 color rgbf <0.1176,0.7412,1.0000,0.0000>] [0.75000 color rgbf <0.0784,0.6235,1.0000,0.0000>] [0.80000 color rgbf <0.0784,0.6235,1.0000,0.0000>] [0.80000 color rgbf <0.0392,0.4235,0.9412,0.0000>] [0.85000 color rgbf <0.0392,0.4235,0.9412,0.0000>] [0.85000 color rgbf <0.0431,0.4549,1.0000,0.0000>] [0.90000 color rgbf <0.0431,0.4549,1.0000,0.0000>] [0.90000 color rgbf <0.0392,0.4078,0.7843,0.0000>] [0.95000 color rgbf <0.0392,0.4078,0.7843,0.0000>] [0.95000 color rgbf <0.0000,0.3490,0.6235,0.0000>] [1.00000 color rgbf <0.0000,0.3490,0.6235,0.0000>] }