From 105e453f442fa63780923f8318d7e79cdb512a91 Mon Sep 17 00:00:00 2001 From: cianciosa Date: Sun, 26 Jan 2025 15:03:31 -0500 Subject: [PATCH] Prefix the VMEC restart file to avoid clases with siesta. --- Sources/TimeStep/runvmec.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/TimeStep/runvmec.f b/Sources/TimeStep/runvmec.f index f47724f..8013d86 100644 --- a/Sources/TimeStep/runvmec.f +++ b/Sources/TimeStep/runvmec.f @@ -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