Get an old F77 program running #1552
Replies: 1 comment 2 replies
-
|
I don't know what version of the old WATCOM compiler you were using, please specify. |
Beta Was this translation helpful? Give feedback.
-
|
I don't know what version of the old WATCOM compiler you were using, please specify. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the end the goal will be to port this old F77 program to f90+ using the Intel compiler. However the program is complex; it is an N-level quasi-geostrophic channel model used in meteorological research. It was written between 1980-1997 to run on DOS PCs. Starting 16-bit and then used DOS32a with Watcom as PCs became 32-bit. The entire GUI interface was written in assembly and wrote directly to video memory (speed). I still have some old Gateways running windows XP that can run the executable.
My goal is to hopefully install the Watcom/DOS32a compiler and IDE to be able to rebuild the program (source code and projects exist) and then step through it line by line to see how it works. If I can do this, it may help in the port. It's been 27 years since I worked with that model and there are too many details that are fuzzy. My current port is going numerically unstable. Some silly detail is missing.
At the time I had the commercial version of the compiler and IDE. Is the compiler/IDE provided here compatible with the original commercial version or am I going to run into some major issues?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions