[ncl-talk] writing binary data

Raj K. Rai rajkrai at gmail.com
Mon Mar 27 14:42:37 MDT 2017


Hi,

I am trying to write string, integer, and real values using ncl as in the
following fortran format.

do j=1,5

write(unit) stringx(j), intx(j),realx(j), 23.2

end do



I saw there is fbinrecwrite(fout,-1,stringx(1)) and so on for each value.
Is there anyway we can write the data in ncl as in fortran.


Thanks,

Raj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170327/f97fb3f8/attachment.html 


More information about the ncl-talk mailing list