// cpt-city: grass/precipitation_monthly (cpt) // // Colour ramps distributed with the GRASS GIS // // author: GRASS Development Team // copyright: GPLv2 // year: 2009, 2025 // url: https://phillips.shef.ac.uk/pub/cpt-city/grass #declare precipitation_monthly = color_map { [0.00000 color rgbf <0.5020,0.5020,0.5020,0.0000>] [0.00100 color rgbf <0.7059,0.3020,0.0980,0.0000>] [0.05000 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.10000 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.20000 color rgbf <0.3922,0.5020,1.0000,0.0000>] [0.30000 color rgbf <0.0000,0.0000,1.0000,0.0000>] [0.40000 color rgbf <0.5020,0.0000,1.0000,0.0000>] [0.50000 color rgbf <1.0000,0.0000,1.0000,0.0000>] [1.00000 color rgbf <1.0000,0.0000,0.0000,0.0000>] }