Evaluate phiPrime profile from restart data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | spos |
FUNCTION eval_phiPrime_r(spos) IMPLICIT NONE !----------------------------------------------------------------------------------------------------------------------------------- ! INPUT VARIABLES REAL(wp),INTENT(IN):: spos !----------------------------------------------------------------------------------------------------------------------------------- ! OUTPUT VARIABLES REAL(wp) :: eval_phiPrime_r !----------------------------------------------------------------------------------------------------------------------------------- ! LOCAL VARIABLES !=================================================================================================================================== eval_phiPrime_r=eval_prof_r(spos,1,DERIV_S) END FUNCTION eval_phiPrime_r