question about wrf_user_intrp3d

From: ¸كرَ <gaoyangcma_at_nyahnyahspammersnyahnyah>
Date: Tue Jan 11 2011 - 08:12:03 MST

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)

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Jan 11 08:27:28 2011

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