Re: eta levels

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Mar 21 2012 - 06:37:34 MDT

It is suggested that you send all WRF questions to wrfhelp@ucar.edu (cc
here). They know about the WRF variables.

The variables you want can be printed directly

  f = addfile("wrfout......nc", "r")
  znu = f->ZNU
  znw = f->ZNW
  print(znu)
  print(znw)

Good luck

On 3/21/12 5:56 AM, vineeth krishnan wrote:
> hi
>
>
> I'm using NCL for post processing wrf outputs
>
> I want to list all the eta levels in the wrf out file. Is there any
> function like* wrf_user_list_times * available for listing all the eta
> levels?
>
> Kindly help me
>
>
> Thanks in advance
>
> vineeth
>
>
> _______________________________________________
> 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 Mar 21 06:37:44 2012

This archive was generated by hypermail 2.1.8 : Tue Mar 27 2012 - 08:50:24 MDT