wrf interpolation

From: Гузий Саша <guziy.sasha_at_nyahnyahspammersnyahnyah>
Date: Wed, 6 Aug 2008 11:01:35 +0300

Dear list,

help me please to output data into text file at certain point here i want to
print timesseries of rain data
at certain x and y, is there any function in wrf library that gives it? (I
would like interpol)

I found *wrf_user_intrp3d *but don't know how to use it and whether it does
what i need.

; Open file
   a = addfile("wrfout_d01_2008-07-24_00:00:00.nc","r")
   type = "pdf" ; Will create pdf output files
  ; open workstation and create output file name
   wks = gsn_open_wks(type,"wrfout")

   res_at_MainTitle = "ARW Real Data" ; Set plot title

   times = wrf_user_list_times(a) ; get times in file
   ntimes = dimsizes(times) ; number of times

   do it = 0,ntimes-1 ; loop through all times

     res_at_TimeLabel = times(it) ; Set Valid time info

     map = wrf_map(wks,a,res) ; Create a map
   ; ter = wrf_user_getvar(a,"HGT",time) ; get terrain
   ; t2 = wrf_user_getvar(a,"T2",time) ; get T2

    rainc = wrf_user_getvar(a,"RAINC",time)
    rainnc=wrf_user_getvar(a,"RAINNC",time)

end

thank you in advance,

best regards,
Guziy Alex.

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Aug 06 2008 - 02:01:35 MDT

This archive was generated by hypermail 2.2.0 : Mon Aug 11 2008 - 10:00:53 MDT