MUSE: a MUltiscale Spectrum Evaluator


2. MUSE

2.1. Getting the code

(link to the tar file will be added soon)
MUSE is written in Fortran, and comply to the 77 standard with the following exceptions:
  • implicit none
  • include statement
  • DO... ENDDO structure
  • more than 6 characters variable name
  • use of lower-case and underscore, as well as backslash in the strings
It has been built successfully on the the following compilers: g77, f2c+gcc, HP Fortran, Hitachi Fortran 90, Digital Fortran.
*ATTENTION* in some cases, you must indicate the use of `\' (backslash) in strings to your compiler, as well as (reporting NaN instead of sending an interrupt).
f2c compiler leads to a run-time failure when optimisation is selected.