Hi Chris:
I managed to get things compiled w/ g95. However, at run time, I get an error at line 439/440 in input.f90:
READ (CON,'(//(8X,2A8,F8.0,I8,F8.0,F8.0,F8.0,F8.0,A8))') (AZC(JW), AZSLC(JW), AZMAX(JW), TKEBC(JW),EROUGH(JW), &
ARODI(JW),STRICK(JW),TKELATPRDCONST(JW),IMPTKE(JW),JW=1,NWB)
According to the manual, the read should stop at AZMAX(.). Not sure what the variables following AZMAX do. I suspect that the gnu compiler creates problems with unknown values.
Hi Ranjan,
These are parameters for the version 3.6 TKE algorithm. They are discussed in the most recent manual update at
http://www.ce.pdx.edu/w2/
Also, if you haven't downloaded the most recent code, you should do that also. The code was last updated on 10/11/2008.
Hope this helps,
chris
Based on the makefile in this post and some editing of my own, I have managed to compile this with gfortran on Centos 5.5 as detailed here: http://w2forum.cee.pdx.edu/?q=node/458 - thanks for providing this thread, it was invaluable.
r.b.
gnu fortran compilers
EDDY VISC in Control File
TKE algorithm
makefile
gnu compling
More gfortran compiling