Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sd1d.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1707,6 +1707,9 @@ class SD1D : public PhysicsModel {

state["SD1D_REVISION"].force(sd1d::version::revision);

// Ensure that metrics are updated
mesh->getCoordinates()->outputVars(state);

// Write normalisation constants

BoutReal Pnorm = SI::qe * Tnorm * Nnorm; // Pressure normalisation
Expand Down