Gridded ASCII data to GrADS

Mary Jo Nath Mary-Jo.Nath at NOAA.GOV
Wed Jun 13 15:00:35 EDT 2007


You are attempting to read integer data into real array "grid".  Make
"grid" integer, then save it to a real array before writing it out.
Also, you are writing the data as open(...access="direct"...), but your
*.ctl has "options sequential". Remove that option from the *ctl file.
MJ

Simon Krichak wrote:
> Hello,
>
> I am testing now a simple code prepared to convert
> CRU 30-y ASCII data to GrADS compatible ones.
> As far as I know I do it exactly according to the
> instructions. Everything works fine except for the
> final result which is bad.
> I've attached everything I could. Please let me know
> what is wrong in my code or ctl file.
>
> Simon
>
>
> Simon Krichak



More information about the gradsusr mailing list