Dear all,
I am trying to read and write data from a lookup table(binary file LUT) based on geographical coordinates from binary files "LON"(longitude) and "LAT"(latitude). The program is running but does not provide real values after the firt reading(0.013231), i.e. the remaining values are...
Dear all,
Trying to read the climate binary program (then write to ascii) attached here but having an error at line 55. My Fortran program is below, thanks for the help:
implicit none
integer :: lon,lat,j,k,i
character*4 :: par...
Dear members,
I wrote a program to read a binary file I received.
1) The structure of the biary file is as follows:
1st line : P(1),P(2),P(3),....,P(N) ; where,P(1)>P(2)....
2nd line : X,Y,A(P(2)),..,A(P(N)),W(P(2)),..,W(P(N)),T(P(2)), ..,T(P(N)),ST,GA1,GA2,GB1,GB2,GB3
3nd line ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.