[ncl-talk] plotting monthly climatology form hourly data

Setareh Rahimi setareh.rahimi at gmail.com
Thu Nov 7 06:09:33 MST 2019


Dear all,

I need to plot the monthly average from a model output, which gives me
4times data per day( at 00, 06,12,18). So I first need to convert hourly
data tp daily data and then convert to monthly. And finally calculates the
climatology average of those monthly data from 2000-2014.
However, once I ran my script I faced some error:
1. I did not have data for 2015, but when using print (yyyymmdd)   year
2015 printed. ( please have a look at the attachment number 1)
2. After reading variable x this warning comes up: Aggregated dimension
coordinate values are non-monotonic; check aggregated file ordering
(warning attached)
3. Once using clmMonTLL function ( available on :
https://www.ncl.ucar.edu/Applications/Scripts/climo_3.ncl), NCL tells that
:  clmMonTLL: dimension must be a multiple of 12 . I just wonder why this
happened. I used 15 years with 12 months for each year!! ( attached)
I attached the script and data for the year 2000. Could you please kindly
guide me what are my mistakes?
Best wishes,
 str.zip
<https://drive.google.com/file/d/12-n6pQ4JF6nwIRBVW4iaTKaznfP1FGet/view?usp=drive_web>

-- 
S.Rahimi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191107/7adc345e/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.png
Type: image/png
Size: 149191 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191107/7adc345e/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.png
Type: image/png
Size: 144954 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191107/7adc345e/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3.png
Type: image/png
Size: 182956 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191107/7adc345e/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dust
Type: application/octet-stream
Size: 7649 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191107/7adc345e/attachment-0001.obj>


More information about the ncl-talk mailing list