I agree that some more information about the purpose of your work would help, anyway, I suppose you are going to write code in the fortran 90/95 standard, not the obsolete fortran 77 -this can be viewed already as the first suggestion- since good free compilers are available also for f95 (gfortran, g95);
For point 1 I can suggest a couple of links:
http://www.metoffice.gov.u
http://www.mad.zmaw.de/fil
which give mainly estethical suggestions about how to write readable Fortran code, probably not everything should be taken literally, but you can learn something useful.
For a more advanced approach, I suggest the link about writing Fortran code in an object-oriented way:
http://www.cs.rpi.edu/~szy
and, if you can read Italian, though I am afraid not, then a link of my own:
http://www.webalice.it/o.d
The most basic suggestion for writing good Fortran 95 code is: use modules!
Main Topics
Browse All Topics





by: LowfatspreadPosted on 2009-04-02 at 10:24:51ID: 24052316
wikipedia gives a brief overview of the language and history...
to advance further with this you need to be more specific...
what machine/os environments are you dealing with?
what are the general usages for the programs you will be maintaining?