You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When splitting the grid for each process, the functions in gridio.c write non-integer values as "%e", which is single precision.
If the UTM grid is not centred, the coordinates written in the files, and read by the processes when starting the run, are low resolution. The coordinates can be 1 meter precision depending on the location of the domain.
Replacing "%e" by "%lf" in gridio.c would do the trick.
The text was updated successfully, but these errors were encountered:
When splitting the grid for each process, the functions in gridio.c write non-integer values as "%e", which is single precision.
If the UTM grid is not centred, the coordinates written in the files, and read by the processes when starting the run, are low resolution. The coordinates can be 1 meter precision depending on the location of the domain.
Replacing "%e" by "%lf" in gridio.c would do the trick.
The text was updated successfully, but these errors were encountered: