Re: How to read multi-ascii files into NCL?

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon Aug 13 2012 - 15:42:35 MDT

http://www.ncl.ucar.edu/Applications/

Click "File IO"
Click "Read ascii"

===
It depends on a number of factors. Do you want to process
one ascii file at a time (ie, in a loop)

   do nf=0,nfil-1
      asciiread(...)
        :
   end do

==
If you are new to NCL please read the mini-language manual at:

   http://www.ncl.ucar.edu/Document/Manuals/

Good luck

On 8/13/12 2:22 PM, Wen.J.Qu wrote:
> Hello!
> I am recently learning NCL. Does anyone can give me some clue about how
> to read multi-ascii files? Could you please supply some codes or tell me
> where can I find them?
> Thank you so much.
> Shawn
> ------------------------------------------------------------------------
> Wen.J.Qu
> 2012-08-13
>
>
> _______________________________________________
> 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 Mon Aug 13 15:42:46 2012

This archive was generated by hypermail 2.1.8 : Wed Aug 15 2012 - 08:12:08 MDT