Hi,
I have made the attached program in Fortran 90....
I have already created a listfile which is named LISTFILES in which contains the input files MM5F10030406_18u10 and MM5F10030406_18v10. The results should be written in output files OUT_1, 2 and 3 respectively. The programm seems to run, but the outputs are wrote in twice.
e.g.
54 38 37.76573 20.87003 16.000 -0.001 9.665 2.483
54 39 37.75933 20.94826 16.000 -0.001 10.643 2.692
54 40 37.75284 21.02647 16.000 -0.001 11.157 2.760
... ... ....... ........ ...... ...... ...... .....
54 38 37.76573 20.87003 16.000 -0.001 9.665 2.483
54 39 37.75933 20.94826 16.000 -0.001 10.643 2.692
54 40 37.75284 21.02647 16.000 -0.001 11.157 2.760
I cannot understand what is going wrong!!!
May I have your help, please???
Any help could be appreciated
Thank in advance
I have made the attached program in Fortran 90....
I have already created a listfile which is named LISTFILES in which contains the input files MM5F10030406_18u10 and MM5F10030406_18v10. The results should be written in output files OUT_1, 2 and 3 respectively. The programm seems to run, but the outputs are wrote in twice.
e.g.
54 38 37.76573 20.87003 16.000 -0.001 9.665 2.483
54 39 37.75933 20.94826 16.000 -0.001 10.643 2.692
54 40 37.75284 21.02647 16.000 -0.001 11.157 2.760
... ... ....... ........ ...... ...... ...... .....
54 38 37.76573 20.87003 16.000 -0.001 9.665 2.483
54 39 37.75933 20.94826 16.000 -0.001 10.643 2.692
54 40 37.75284 21.02647 16.000 -0.001 11.157 2.760
I cannot understand what is going wrong!!!
May I have your help, please???
Any help could be appreciated
Thank in advance