We are doing a model of an estuary forced by discharge, tide and time variable wind. The model is running on a windows 7 computer with intel compiler. In order to accelerate the calculation, we try to run it on the cluster of the university with intel compiler (non parallel mode)and the run fails with
the error message "uncontroled error from python:: IndexError('list index out of range',)".
If we comment the lines corresponding to wind forcing, the models runs.
Do you have some ideas to solve the problem ?
Many thanks in advance
P.S. Joined the fortran file, steering file and wind evolution file