FUNCTION rad2deg(x) REAL(rp), INTENT(IN) :: x REAL(rp) :: rad2deg rad2deg = 180.0_rp*x/C_PI END FUNCTION rad2deg