<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Dear Rupak sir<div>Thank you very much .<br><br><i>Regards<br>Ramchandra Karki<br></i><br><br><div>&gt; From: gradsusr-request@gradsusr.org<br>&gt; Subject: gradsusr Digest, Vol 69, Issue 3<br>&gt; To: gradsusr@gradsusr.org<br>&gt; Date: Mon, 2 Nov 2015 20:53:25 -0500<br>&gt; <br>&gt; Send gradsusr mailing list submissions to<br>&gt;         gradsusr@gradsusr.org<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         gradsusr-request@gradsusr.org<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         gradsusr-owner@gradsusr.org<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of gradsusr digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. Need Help for specific command (MD ABDUS SATTAR)<br>&gt;    2. Re: Need Help for specific command (Rashed Mahmood)<br>&gt;    3. Re: monthly calculation from daily data (Rupak Rajbhandari)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Tue, 3 Nov 2015 11:52:43 +1100<br>&gt; From: MD ABDUS SATTAR &lt;md-abdus.sattar@students.mq.edu.au&gt;<br>&gt; Subject: [gradsusr] Need Help for specific command<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;CAKnWhdkN7VebhGCP36bO9AEKNqHmCTOiEreduj4T+f9sQZW2oA@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; Dear Team<br>&gt; I was trying to calculate year by year time series from monthly mean SST<br>&gt; data by using following formula:<br>&gt; <br>&gt; [image: Inline image 1]<br>&gt; Where, N3 and N4 denote Nino3 and Nino4 indices respectively. I would like<br>&gt; to calculate NCT and NWP for a specific year, for instance, 1997 (January<br>&gt; to December). My question is how can I define "?<br>&gt; <br>&gt; value" in GrADS so that it can use the value of 2/5 or 0 automatically? If<br>&gt; anybody could help me, it would be great.<br>&gt; <br>&gt; I look forward to your message.<br>&gt; <br>&gt; Best regards<br>&gt; Abdus<br>&gt; -- <br>&gt; Md. Abdus Sattar<br>&gt; PhD Student<br>&gt; Department of Environmental Sciences<br>&gt; Level 2, Australian Hearing Hub Building<br>&gt; <br>&gt; Faculty of Science and Engineering<br>&gt; Macquarie University<br>&gt; NSW 2109 Australia<br>&gt; <br>&gt; <br>&gt; Cell: +61404400401<br>&gt; Email: md-abdus.sattar@students.mq.edu.au<br>&gt; <br>&gt; *AND*<br>&gt; <br>&gt; Assistant Professor<br>&gt; Department of Disaster Risk Management (DRM)<br>&gt; Faculty of Disaster Management<br>&gt; Patuakhali Science and Technology University, Dumki, Patuakhali, Bangladesh<br>&gt; <br>&gt; Cell: +8801716851612<br>&gt; Email: abdus.sattar@pstu.ac.bd<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20151103/605a91ee/attachment-0001.html <br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: image.png<br>&gt; Type: image/png<br>&gt; Size: 5520 bytes<br>&gt; Desc: not available<br>&gt; Url : http://gradsusr.org/pipermail/gradsusr/attachments/20151103/605a91ee/attachment-0001.png <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Mon, 2 Nov 2015 17:27:23 -0800<br>&gt; From: Rashed Mahmood &lt;rashidcomsis@gmail.com&gt;<br>&gt; Subject: Re: [gradsusr] Need Help for specific command<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;CAOmfQPpxpOH-Deh1hXx3b-6jRP55zpKSw2EEymxCAUWsOrnMXw@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; It should be simple using if else statement.<br>&gt; Untested:<br>&gt; <br>&gt; prod = N3*N4<br>&gt; <br>&gt; if ( prod &gt; 0)<br>&gt;    alpha = 0.4<br>&gt;  else<br>&gt;   alpha = 0<br>&gt; endif<br>&gt; <br>&gt; Nct = N3-alpha*N4<br>&gt; Nwp = N4-alpha*N3<br>&gt; <br>&gt; hope that helps<br>&gt; <br>&gt; <br>&gt; <br>&gt; On Mon, Nov 2, 2015 at 4:52 PM, MD ABDUS SATTAR &lt;<br>&gt; md-abdus.sattar@students.mq.edu.au&gt; wrote:<br>&gt; <br>&gt; &gt; Dear Team<br>&gt; &gt; I was trying to calculate year by year time series from monthly mean SST<br>&gt; &gt; data by using following formula:<br>&gt; &gt;<br>&gt; &gt; [image: Inline image 1]<br>&gt; &gt; Where, N3 and N4 denote Nino3 and Nino4 indices respectively. I would like<br>&gt; &gt; to calculate NCT and NWP for a specific year, for instance, 1997 (January<br>&gt; &gt; to December). My question is how can I define "?<br>&gt; &gt;<br>&gt; &gt; value" in GrADS so that it can use the value of 2/5 or 0 automatically? If<br>&gt; &gt; anybody could help me, it would be great.<br>&gt; &gt;<br>&gt; &gt; I look forward to your message.<br>&gt; &gt;<br>&gt; &gt; Best regards<br>&gt; &gt; Abdus<br>&gt; &gt; --<br>&gt; &gt; Md. Abdus Sattar<br>&gt; &gt; PhD Student<br>&gt; &gt; Department of Environmental Sciences<br>&gt; &gt; Level 2, Australian Hearing Hub Building<br>&gt; &gt;<br>&gt; &gt; Faculty of Science and Engineering<br>&gt; &gt; Macquarie University<br>&gt; &gt; NSW 2109 Australia<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Cell: +61404400401<br>&gt; &gt; Email: md-abdus.sattar@students.mq.edu.au<br>&gt; &gt;<br>&gt; &gt; *AND*<br>&gt; &gt;<br>&gt; &gt; Assistant Professor<br>&gt; &gt; Department of Disaster Risk Management (DRM)<br>&gt; &gt; Faculty of Disaster Management<br>&gt; &gt; Patuakhali Science and Technology University, Dumki, Patuakhali, Bangladesh<br>&gt; &gt;<br>&gt; &gt; Cell: +8801716851612<br>&gt; &gt; Email: abdus.sattar@pstu.ac.bd<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; gradsusr@gradsusr.org<br>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt;<br>&gt; &gt;<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20151102/9de28f91/attachment-0001.html <br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: image.png<br>&gt; Type: image/png<br>&gt; Size: 5520 bytes<br>&gt; Desc: not available<br>&gt; Url : http://gradsusr.org/pipermail/gradsusr/attachments/20151102/9de28f91/attachment-0001.png <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Tue, 3 Nov 2015 07:39:01 +0545<br>&gt; From: Rupak Rajbhandari &lt;rupak.rajbhandari@gmail.com&gt;<br>&gt; Subject: Re: [gradsusr] monthly calculation from daily data<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;CAPUBxUQOUg_GTQJ1CE06yz5+xr7n9upYpURt0eY_=2gWFuZCrw@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; Ramchandra,<br>&gt; <br>&gt; To answer your first question, you will need to develop a script to<br>&gt; calculate each months total for every year. Hard coding would be something<br>&gt; like;<br>&gt; <br>&gt; define jan=sum(precip,t=1,t=31)<br>&gt; define feb=sum(precip,t=32,t=59)<br>&gt; define mar=sum(precip,t=60,t=90)<br>&gt; ....<br>&gt; <br>&gt; Next year data i.e. 1952 jan 1st starts at t=366 and continues so on (you<br>&gt; must have already known). Now if you can put this kind of commands in a<br>&gt; loop then you have it. Eventually, if you want to build a climatology from<br>&gt; the 57 year of data, I suggest you create monthly binary file and work on<br>&gt; it. Daily rainfall data is useful only to study the extremes such as your<br>&gt; next two questions.<br>&gt; <br>&gt; Your second question about the number of rainy days - I presume number of<br>&gt; rainy days in a year. Again you need a separate program which counts days<br>&gt; when condition is fulfilled. In my case, I wrote o short program in Fortran<br>&gt; which calculates number of days over each grid, then I used GrADS to read<br>&gt; this file to display the number of rainy days.<br>&gt; <br>&gt; Third question;<br>&gt; In order to calculate percentile, first you need to SORT the data and find<br>&gt; the values for different percentile. Once you have the threshold value, you<br>&gt; can follow the same procedure for finding number of rainy days and work on.<br>&gt; <br>&gt; So the way forward is not that simple. For more queries, you can contact me<br>&gt; at my office.<br>&gt; <br>&gt; -rupak<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; On Sun, Nov 1, 2015 at 11:07 PM, Ramchandra Karki &lt;rammetro@hotmail.com&gt;<br>&gt; wrote:<br>&gt; <br>&gt; &gt; Hi all<br>&gt; &gt; I am beginner to grads and I want to calculate the following from these<br>&gt; &gt; data set<br>&gt; &gt; i have *daily *Aphrodite data set  with control file in this format<br>&gt; &gt;<br>&gt; &gt; dset F:\005deg\APHRO_NPL_005deg_V1003R1.%y4<br>&gt; &gt; *<br>&gt; &gt; undef -99.9<br>&gt; &gt; options little_endian template<br>&gt; &gt; title Averaged Daily Precipitation Value<br>&gt; &gt; *<br>&gt; &gt; xdef   190 linear   79.525 0.05<br>&gt; &gt; ydef   100 linear   26.025 0.05<br>&gt; &gt; zdef     1 levels 1<br>&gt; &gt; tdef 20819 linear 01jan1951 1dy<br>&gt; &gt; *<br>&gt; &gt; vars 3<br>&gt; &gt; precip 1 00 daily precipitation analysis (mm/day)<br>&gt; &gt; flgcnt 1 00 if 1, offline (individual country's) gauge(s) exists<br>&gt; &gt; flggts 1 00 if 1, online (GTS-based) gauge(s) exists<br>&gt; &gt; endvars<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;    1. *how can i calculate the monthly rainfall total for each year from<br>&gt; &gt;    1951 to 2009 using some loops or easier way*<br>&gt; &gt;    2. how can i get rainy days (count of days &gt;1mm rainfall)<br>&gt; &gt;    3. how can i get percentile 99 for 1971 to 2000 and then days with<br>&gt; &gt;    count &gt; 99 percentile<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; *RegardsRamchandra KarkiDepartment of Hydrology and Meteorology, Nepal*<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; gradsusr@gradsusr.org<br>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt;<br>&gt; &gt;<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20151103/2db07e89/attachment.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; gradsusr mailing list<br>&gt; gradsusr@gradsusr.org<br>&gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; <br>&gt; <br>&gt; End of gradsusr Digest, Vol 69, Issue 3<br>&gt; ***************************************<br></div></div>                                               </div></body>
</html>