[ncl-talk] 100_to_95_percentile_contour_map

Kunal Bali kunal.bali9 at gmail.com
Tue Aug 6 02:25:22 MDT 2019


Dear NCL users,

I am trying to plot the percentile values as a  contour from 100 to 95.

I have one file with 24-time steps on each grid such as
-1 :       Date     Time   Level Gridsize    Miss :     Minimum        Mean
    Maximum : Par_ID
     1 : 2017-02-28 00:00:00       0  4057152 2923691 :      36.604
 74.796      125.48 : -1
     2 : 2017-02-28 00:01:00       0  4057152 2923691 :      36.633
 75.552      127.03 : -1
     3 : 2017-02-28 00:02:00       0  4057152 2923691 :      36.669
 76.177      128.67 : -1
     4 : 2017-02-28 00:03:00       0  4057152 2923691 :      36.711
 76.769      130.46 : -1
     5 : 2017-02-28 00:04:00       0  4057152 2923691 :      36.755
 77.299      132.05 : -1
     6 : 2017-02-28 00:05:00       0  4057152 2923691 :      36.798
 77.740      133.60 : -1
     7 : 2017-02-28 00:06:00       0  4057152 2923691 :      36.800
 78.434      135.79 : -1
     8 : 2017-02-28 00:07:00       0  4057152 2923691 :      36.827
 78.747      136.77 : -1
     9 : 2017-02-28 00:08:00       0  4057152 2923691 :      36.808
 77.596      133.15 : -1
    10 : 2017-02-28 00:09:00       0  4057152 2923691 :      36.626
 74.373      132.69 : -1
    11 : 2017-02-28 00:10:00       0  4057152 2923691 :      36.284
 69.808      122.77 : -1
    12 : 2017-02-28 00:11:00       0  4057152 2923691 :      36.242
 66.332      105.36 : -1
    13 : 2017-02-28 00:12:00       0  4057152 2923691 :      36.264
 67.717      121.92 : -1
    14 : 2017-02-28 00:13:00       0  4057152 2923691 :      36.144
 66.043      117.26 : -1
    15 : 2017-02-28 00:14:00       0  4057152 2923691 :      36.112
 64.951      113.94 : -1
    16 : 2017-02-28 00:15:00       0  4057152 2923691 :      35.884
 64.767      112.92 : -1
    17 : 2017-02-28 00:16:00       0  4057152 2923691 :      36.025
 64.854      113.09 : -1
    18 : 2017-02-28 00:17:00       0  4057152 2923691 :      36.155
 65.789      114.62 : -1
    19 : 2017-02-28 00:18:00       0  4057152 2923691 :      36.254
 67.460      117.41 : -1
    20 : 2017-02-28 00:19:00       0  4057152 2923691 :      36.346
 69.018      118.99 : -1
    21 : 2017-02-28 00:20:00       0  4057152 2923691 :      36.418
 70.472      120.34 : -1
    22 : 2017-02-28 00:21:00       0  4057152 2923691 :      36.477
 71.783      121.61 : -1
    23 : 2017-02-28 00:22:00       0  4057152 2923691 :      36.528
 72.934      122.66 : -1
    24 : 2017-02-28 00:23:00       0  4057152 2923691 :      36.571
 73.919      123.80 : -1

I have attached the script, please let me know how can I  modify the script
to plot the 100-95 percentile contour map like the attached plot2.
The attached plot2 is basically represents the correlation percentile. Now
I want to make the same plot on the basis of one file (24 time strps).


Thank You



---
Kunal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190806/82022eb4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.ncl
Type: application/octet-stream
Size: 4528 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190806/82022eb4/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plot2.png
Type: image/png
Size: 114903 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190806/82022eb4/attachment.png>


More information about the ncl-talk mailing list