The fortran codes can be built using the free intel oneAPI Fortran compiler integrated to the free Visual Studio 2019 community version
Check out this site: https://www.scivision.dev/intel-oneapi-fortran-install/
Basically, install Visual Studio 2019 first and then the oneAPI Fortran compiler.
It takes one input data file to run the program. If no input file was given,
the program will ask enter the input file name. Assume the input file name
is test.dat, the program will put log information to test.dat.log and
output results to test.dat.out in the same folder