modern-fortran / tsunami

A parallel shallow water equations solver
https://modern-fortran.github.io/tsunami
MIT License
149 stars 47 forks source link

tsunami_ch2 num_time_steps is not validated #20

Open nicgallego opened 7 months ago

nicgallego commented 7 months ago

Among the 5 parameters of the program num_time_steps was not validated, since it is intended to be positive for the simulation loop to be executed, I propose to add that check as well