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

Beáta Szabó-Takács szabo.b at czechglobe.cz
Mon Aug 21 06:39:09 MDT 2017


Thank you Dennis for your help!
Beáta

From: Dennis Shea [mailto:shea at ucar.edu]
Sent: Friday, August 18, 2017 4:54 PM
To: Beáta Szabó-Takács <szabo.b at czechglobe.cz>
Cc: ncl-talk (ncl-talk at ucar.edu) <ncl-talk at ucar.edu>
Subject: Re: [ncl-talk] create lat(nlat,mlon) from lat(nlat)

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<mailto: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<mailto: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/20170821/bccbb995/attachment.html 


More information about the ncl-talk mailing list