Re: To Compute daily min and max temperature series from 3-hourly NARR data

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Nov 15 2011 - 09:43:07 MST

Please look at the function list
dim_max_n_Wrap and dim_min_n_Wrap

    f = addfile(....)
    t = f->X ; t(time,....)

    tmax = dim_max_n_Wrap(t,0)
    tmin = dim_min_n_Wrap(t,0)
    printVarSummary(tmax)
    printVarSummary(tmin)

Please read the documantation for this functions

On 11/15/11 9:26 AM, Noel Aloysius wrote:
>
> I want to create daily time series of minimum and maximum temperatures
> for a region along the US/Mexico using the 3-hourly NARR data. Is there
> a NCL script available in the archives that I can use?
>
> Thanks,
> Noel
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Nov 15 09:43:17 2011

This archive was generated by hypermail 2.1.8 : Thu Nov 17 2011 - 11:50:12 MST