Error in: Limit on rate of change of energy in poloidal field author: P B Lloyd, CCFE, Culham Science Centre
subroutine constraint_err_066()
!! Error in: Limit on rate of change of energy in poloidal field
!! author: P B Lloyd, CCFE, Culham Science Centre
use constraint_variables, only: fpoloidalpower
use pf_power_variables, only: maxpoloidalpower, peakpoloidalpower
implicit none
write(*,*) 'fpoloidalpower = ', fpoloidalpower
write(*,*) 'maxpoloidalpower = ', maxpoloidalpower
write(*,*) 'peakpoloidalpower = ', peakpoloidalpower
end subroutine constraint_err_066