Re: question about wrf_user_intrp3d

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed Jan 12 2011 - 09:21:07 MST

On Jan 11, 2011, at 8:12 AM, 高洋 wrote:

> Hello
> I have a question about wrf_user_intrp3d,I want to extract a N_S cross section. The number of layers of my WRF model is 30 layers,Why the extracted N_S cross section has 100 layers?What is the vertical coordinate of the extracted cross section?Thank you very much.
> Best wishes!
>
> my scripts:
> time = 1
> tc = wrf_user_getvar(a,"tc",time)
> rh = wrf_user_getvar(a,"rh",time)
> z = wrf_user_getvar(a,"z",time)
> dimsrh = dimsizes(rh)
> plane = (/dimsrh(2)/2,dimsrh(1)/2/)
> rh_plane = wrf_user_intrp3d(rh,p,"v",plane,0.0,False)
> tc_plane= wrf_user_intrp3d(tc,p,"v",plane,0.0,False)
> printVarSummary(rh_plane)
>

Hi,

This question is more appropriate for wrfhelp@ucar.edu. I've CC'ed them.

--Mary

>
> _______________________________________________
> 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 Wed Jan 12 09:21:12 2011

This archive was generated by hypermail 2.1.8 : Thu Jan 13 2011 - 09:24:20 MST