mizuRoute icon indicating copy to clipboard operation
mizuRoute copied to clipboard

use named parameter for current and previous time step

Open nmizukami opened this issue 8 months ago • 0 comments

There are some array store values at previous and current time steps with (0:1) shape.

To make things clearer, these 0 and 1 magic numbers needs to be replaced with

integer, parameter :: prev_time = 0
integer, parameter :: curr_time = 1

nmizukami avatar Apr 17 '25 15:04 nmizukami