Please send *all* WRF related questions to wrfhelp@ucar.edu
--
If you are looking for latitude and longitude information,
one approach is:
f = addfile("wrf.nc","r")
lat2d = f->XLAT(0,:,:)
lon2d = f->XLONG(0,:,:)
lat_lower_left = lat2d(0,0)
lon_lower_left = lon2d(0,0)
print("lat_lower_left="+lat_lower_left)
print("lon_lower_left="+lon_lower_left)
On 01/30/2013 08:30 PM, nlcheng wrote:
>
> how can I know the coordinate of left <app:ds:left> bottom
> <app:ds:bottom> of the wrf domain,is there any function or program to
> calculate it ?
> an example is below :
> 'EA_Lambert' _-3690000.000 -3221999.250 _36000.000 36000.000 200
> 160 1
> I want to know the digit which were underlined.
> hope for your help!
>
>
>
>
>
>
>
>
>
>
> _______________________________________________
> 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 Thu Jan 31 10:36:43 2013
This archive was generated by hypermail 2.1.8 : Fri Feb 01 2013 - 15:31:04 MST