Re: print to file

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu, 09 Oct 2008 23:27:13 -0600

Use unix redirectiion. For C-shell

%> ncl foo.ncl > out.foo

or variants

%> ncl foo.ncl >&! out.foo &

============================
You can use write_mtrix to create an ascii file.
http://www.ncl.ucar.edu/Document/Functions/Built-in/write_matrix.shtml

Good luck

  %
> in NCL, is there a way to use the "print" command to print to a text
> file instead of the screen? I've looked around in the documentation, but
> wasn't able to find info in this.
>
>
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Oct 09 2008 - 23:27:13 MDT

This archive was generated by hypermail 2.2.0 : Fri Oct 10 2008 - 11:23:39 MDT