Removing imag/mix coupling calls during spinup

This commit is contained in:
Kareem Sorathia
2025-10-10 22:12:27 -04:00
parent dde779f2f6
commit b08b48eb24

View File

@@ -475,7 +475,7 @@ module voltapp
! convert gamera inputs to remix
call MJDRecalc(vApp%MJD)
if (vApp%doDeep) then
if ( vApp%doDeep .and. (vApp%time>0) ) then
call CoupleIMagToMix(vApp)
endif
call mapGameraToRemix(vApp%mhd2mix, vApp%remixApp)