[ncl-talk] create lat(nlat,mlon) from lat(nlat)

Dennis Shea shea at ucar.edu
Fri Aug 18 08:53:50 MDT 2017


nlat   = dimsizes(lat)
mlon =  ...
LAT = conform_dims( (/nlat,mlon/), lat, 0)

On Fri, Aug 18, 2017 at 1:01 AM, Beáta Szabó-Takács <szabo.b at czechglobe.cz>
wrote:

> Dear NCL Users,
>
> I would like to calculate refevt_hargreaves_fao56
> <https://www.ncl.ucar.edu/Document/Functions/Crop/refevt_hargreaves_fao56.shtml>
> function. My tmax and tmin data are in netCDF file which have regular
> rectangular grid: tmin(ntim,nlat,mlon). The function of
> refevt_hargreaves_fao56
> <https://www.ncl.ucar.edu/Document/Functions/Crop/refevt_hargreaves_fao56.shtml>
> needs also extraterrestial radiation values from radext_fao56 function.
> According to radext_fao56 function the returned value will be  (ntim,nlat,mlon)
> if lat(nlim,mlon). Could someone recommend me a solution to create
> lat(nlat,mlot) from lat(nlat)?
>
> Thank you for your help in advance!
>
> Kind regards,
>
> Beáta
>
>
>
> _______________________________________________
> 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/20170818/533956c9/attachment.html 


More information about the ncl-talk mailing list