Making saving/restoring Gamera BC data on by default.

This commit is contained in:
Jeff Garretson
2025-12-01 21:38:22 -07:00
parent b0961168c5
commit 6bbbfe82ed

View File

@@ -83,7 +83,7 @@ module uservoltic
call inpXML%Set_Val(Rho0 ,"prob/Rho0",0.2_rp)
call inpXML%Set_Val(P0 ,"prob/P0" ,0.001_rp)
call inpXML%Set_Val(doPP0,"prob/doPP0",.false.)
call inpXML%Set_Val(writeBCData,"prob/writeBC",.false.)
call inpXML%Set_Val(writeBCData,"prob/writeBC",.true.)
!Set magnetosphere parameters
call setMagsphere(Model,inpXML)