Skip to content

Write y_boundary_guards to BOUT.dmp.*.nc #3465

Description

@mrhardman

At present, metadata metrics and differences (dx, dy, etc) are written by the outputVars function

void BoutMesh::outputVars(Options& output_options) {
and
getCoordinates()->outputVars(output_options);
. The grid information written this way cannot be reused to start a new simulation because a consistent y_boundary_guards variable is not written to the same BOUT.dmp.*.nc files.

Including a consistent value for y_boundary_guards in BoutMesh::outputVars() would be a useful improvement to BOUT++.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions