[ncl-talk] rmMonAnnCycLLLT
Rashed Mahmood
rashidcomsis at gmail.com
Tue May 15 10:43:11 MDT 2018
Hi Clotilde,
The simplest way would be to subset the array for the time you would like
to remove annual cycle, here is one of doing it:
Suppose: data = precip(lev,lat,lon,time) ; say time= 30*12
tmp_data = data(lev,lat,lon,0:119) ; time = 10*12
tmp_data = rmMonAnnCycLLLT(tmp_data)
data(lev,lat,lon,0:119) = tmp_data
Now the "data" variable would have annual cycle removed from first 10 years
of data. Note all this is hard coded just to make things look clear.
hope that helps.
Cheers,
Rashed
On Tue, May 15, 2018 at 5:37 AM, Clotilde Dubois <
clotilde.dubois at mercator-ocean.fr> wrote:
>
> Hey,
>
>
> I try to use the command "rmMonAnnCycLLLT" to remove the annual cycle
> from a timeserie, could it be an easy way to make it removing the annual
> cycle calculated over a shorter period of time (as a reference period) and
> not over the all
> timeseries
>
> Thanks for your help,
>
> Clotilde
>
>
> _______________________________________________
> 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/c19003e4/attachment.html>
More information about the ncl-talk
mailing list