[ncl-talk] Era-Interim daily precipitation

Dennis Shea shea at ucar.edu
Tue May 15 21:53:31 MDT 2018


This is book keeping. Something like:

loop  each year
   loop each month
      loop each day

        sum all values occurring between 00:00 and 11:59 inclusive
==>PRC(time,lat,lon,0)
        sum all values occurring between 12:00 and 23:59 inclusive
==>PRC(time,lat,lon,1)

     end day
   end month
 end year


On Sun, May 13, 2018 at 9:07 AM, Ehsan Taghizadeh <ehsantaghizadeh at yahoo.com
> wrote:

> Hi every body;
> Could I have any help to get daily precipitation from Era-Interim, please?
> I mean, a way to sum "accumulated precipitation from 00:00 to 12:00" with
> "accumulated precipitation from 12:00 to 24:00"?
>
> Sincerely
> Ehsan
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20180515/b9ceb802/attachment.html>


More information about the ncl-talk mailing list