Skip to content

Commit

Permalink
Prefix the VMEC restart file to avoid clases with siesta.
Browse files Browse the repository at this point in the history
  • Loading branch information
cianciosa committed Jan 26, 2025
1 parent 3c5eb5e commit 105e453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TimeStep/runvmec.f
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ SUBROUTINE eqsolve(ier_flag, lscreen, restart_obj)
END IF
ELSE
IF (grank .EQ. 0) THEN
restart_obj => restart_construct_new('restart.nc')
restart_obj => restart_construct_new('vmec.restart.nc')
END IF
END IF

Expand Down

0 comments on commit 105e453

Please sign in to comment.