[Thread Prev][Thread Next][Index]

[ferret_users]



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