[TimeManager] TEnd = 5e5 # duration of the simulation [s] DtInitial = 10 # initial time step size [s] MaxTimeStepSize = 1000 [Grid] UpperRightX = 100 # x-coordinate of the upper-right corner of the grid [m] UpperRightY = 50 # y-coordinate of the upper-right corner of the grid [m] NumberOfCellsX = 100 # x-resolution of the grid NumberOfCellsY = 10 # y-resolution of the grid