Dear All, I am trying to compile HWM93 model ( ftp://nssdcftp.gsfc.nasa.gov/models/atmospheric/hwm93/ ) using ftn95 personal edition, but it gives me at compile-time a set of errors like
*** Array subscript for first rank of PB, 26, is greater than the declared upper bound, 1
Is it possible to compile this model (which is F77 code) by playing some options i.e. without source code modification? (I have a plenty of code - except HWM93 - with such 'features', so modification will cause a lot of old F77 code).
PS This code is compiled with FPS4.0 without errors. The errors are due to array bounds checks (which is in F90, but not in F77).