Skip to content

Low precisions when writing the grid files (in gridio.c) #4

Description

@guiaug

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions