FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit |
subroutine wnml_theta_grid_params(unit)
implicit none
integer, intent(in) :: unit
write (unit, *)
write (unit, fmt="(' &',a)") "theta_grid_parameters"
write (unit, fmt="(' ntheta = ',i4)") ntheta
write (unit, fmt="(' nperiod = ',i4)") nperiod
write (unit, fmt="(' rhoc = ',f7.4)") rhoc
write (unit, fmt="(' Rmaj = ',f7.4)") rmaj
write (unit, fmt="(' R_geo = ',f7.4)") r_geo
write (unit, fmt="(' eps = ',f7.4)") eps
write (unit, fmt="(' epsl = ',f7.4)") epsl
write (unit, fmt="(' qinp = ',f7.4)") qinp
write (unit, fmt="(' shat = ',f7.4)") shat
write (unit, fmt="(' alpmhd = ',f7.4)") alpmhd
write (unit, fmt="(' pk = ',f7.4)") pk
write (unit, fmt="(' kp = ',f7.4)") kp
write (unit, fmt="(' geoType = ',i4)") geoType
write (unit, fmt="(' aSurf = ',f7.4)") aSurf
write (unit, fmt="(' shift = ',f7.4)") shift
write (unit, fmt="(' shiftVert =',f7.4)") shiftVert
write (unit, fmt="(' mMode = ',i4)") mMode
write (unit, fmt="(' nMode = ',i4)") nMode
write (unit, fmt="(' deltam = ',f7.4)") deltam
write (unit, fmt="(' deltan = ',f7.4)") deltan
write (unit, fmt="(' deltampri =',f7.4)") deltampri
write (unit, fmt="(' deltanpri =',f7.4)") deltanpri
write (unit, fmt="(' thetam = ',f7.4)") thetam
write (unit, fmt="(' thetan = ',f7.4)") thetan
write (unit, fmt="(' btor_slab =',f7.4)") btor_slab
write (unit, fmt="(' /')")
end subroutine wnml_theta_grid_params