Thanks for the reply. I thought before responding I should go back and try everything I could to see if I could get v6p1 installed and running. So we have done the following:
First, we thought we would try just installing the executables without trying to compile. So we followed the instructions on the Compiled Codes page first. We installed Strawberry Perl, then we downloaded and installed the Setup_TELEMAC_v6p1_windows_intel archive, extracted it, and installed it. We also installed Python 2.7 so we would have the option of going that route if necessary. We made the appropriate changes to the PATH statement and added the SYSTELCFG variable with the correct path to the config directory (for use with Perl), then we checked that the systel.ini file had the correct paths listed and the correct HOSTTYPE and PROJECT assignments. We weren't planning to use a fortran compiler but did download and install the g95 compiler and added its location to the PATH statement and changed FC_NAM to g95. We tried running telemac2d from the command line with one of the tutorial files. we then got a fatal error from runtel.pl, saying
Module <tm_info> inaccessible, compilation aborted at runtel.pl line 273.
Of course tm_info is in the same subdirectory as runtel.pl so it's not clear what triggered this problem.
Anyway, we eventually gave up on this option and tried the python option, but have had no luck there either. We changed the SYSTELCFG variable to the systel.cis-windows.cfg file with the correct path, then edited that file for the correct root directory, left the modules listed as "update" and "system", in the windows g95 scalar section we substituted g95 for ifort, in the compileTELEMAC.py file we substituted g95 for ifort, and then we executed the compileTELEMAC.py command. But as it was scanning various modules it got down as far as
... now scanning special_v6p1
and then
Building the who calls who tree for GREDELMET_AUTOP and dependents
came up and identified all the directories that are not related to g95, I suppose because they are connected to ifort. So I got a bunch of "no such file or directory" statements or "invalid argument" statements and then eventually exited from the compile.
Anyway, we next thought we would try simply running TELEMAC from the command line under python, so we executed the python runcode.py telemac2d -s cas-file command and we did this in a directory with a cas.txt file and all the associated files available. We tried this with several of the tutorial files and got the "inconsistent CAS file" statement. Then we ran it again and specified the -c wintels to make sure it was running the scalar option, and we got the following:
Not able to find your OBJECT command line: wintels\telemac2dv6p1.cmdo
... you have to compile this module at least:
+> telemac2d
At this point I suppose I could uninstall everything and start from scratch because obviously I am doing something wrong, but nothing I have tried has seemed to work. And I'm not much of a programmer but I had a very experienced programmer sitting with me this afternoon trying to help me troubleshoot and eventually he gave up as well.
Any recommendations would be welcome.