Grads and OS-X 5.0 leopard

Arlindo da Silva dasilva at ALUM.MIT.EDU
Thu Aug 28 22:59:09 EDT 2008


On Thu, Aug 28, 2008 at 10:45 PM, Alexandre Fierro <iwonagain at gmail.com> wrote:
> I tried and got this:
> SET error: Invalid operand
>   Operand = print temc_rossing.txt
> which means it is not implemented in 1.9...Is there some kind of add-on
> package / code to be downloaded for the function 'print' to become
> recognized ?

Here is an example:

open model.ctl
set gxout print
d ts

If you want to control the format of the ASCII output:

set gxout print
set prnopts %10.3e 5 1
d ts

Unfortunately the output goes to the screen, but you could capture the
output to a file,

Jennifer: it would be really nice if one could save the ASCII output
to a file, say

set gxout printf      (as an alias for "set gxout print")
set printf ...options.... filename  (as an alias for "set prnopts')
d ts

This would be just like "fwrite" and much easier to remember....

      Arlindo







--
Arlindo da Silva
dasilva at alum.mit.edu



More information about the gradsusr mailing list