Re: interval_history

From: Virginie Hergault <virginie.hergault_at_nyahnyahspammersnyahnyah>
Date: Thu Apr 25 2013 - 10:02:48 MDT

Ok but I thought that it was a question about ncl.

I put

  f = addfile("...","r")
   dt = f@DT ; time step

and

it = f->ITIMESTEP
   print(it)

But it doesn't correspond to the interval_history I defined in namelist.input..

2013/4/25, Dennis Shea <shea@ucar.edu>:
> As we have requested you do several times, you should send these
> WRF "namelist.input" questions to wrfhelp@ucar.edu (cc here)
>
> *They are the WRF model experts .... not ncl-talk*
>
> ---
> Did you examine the file contents via 'ncdump -h' or 'ncl_filedump'?
> That should be the 1st thing you do.
>
> f = addfile("...","r")
> dt = f@DT ; time step
>
> also,
> it = f->ITIMESTEP
> print(it)
>
>
>
>
> On 4/25/13 7:20 AM, Virginie Hergault wrote:
>> Hi all,
>>
>>
>> I put in namelist.input:
>>
>> history_interval = 10, 10, 10,
>>
>> I would like to know how to get this data from WRF outputs to use it
>> in a ncl function.
>>
>> Thank you in advance
>> Virginie
>> _______________________________________________
>> 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 Apr 25 10:03:06 2013

This archive was generated by hypermail 2.1.8 : Fri Apr 26 2013 - 17:10:25 MDT