[Thread Prev][Thread Next][Index]

Re: [ferret_users]



Hi -
You shouldn't have any trouble reading a line of 96 characters.  What Ferret commands are you trying to use to read your data? What happens when you try it?  In a case like this it's also helpful if you show what the first several lines of your data look like.

Ansley

On 7/9/2011 11:13 PM, Srinivas Chamarthi wrote:
hii everyone!

I am reading a file of columnar data written in fortran code as
      do i=
      do j=
      do k=
      write(10,26) alon(i,j),alat(i,j),zl(k), dub(i,j,k),dvb(i,j,k),vel, dvt(i,j,k),dst(i,j,k)
26    format(8e12.5)   ! effectively 96 character long
      enddo
      enddo
      enddo


But ferret is not able to read the data ...  my question is how many  characters long each line can be..@most
for ferret to be able to access?

thanks in advance


 8-)

[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement