Changeset 352
- Timestamp:
- Aug 20, 2011 12:11:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fsource/pypowder.for
r351 r352 24 24 RETURN 25 25 END 26 27 SUBROUTINE PYPSVFCJ2(NPTS,DTT,TTHETA,SIG,GAM,SPH,PRFUNC)28 C DTT in degrees29 C TTHETA in degrees30 C SPH is S/L + H/L31 Cf2py intent(in) NPTS32 Cf2py intent(in) DTT33 cf2py depend(NPTS) DTT34 Cf2py intent(in) TTHETA35 Cf2py intent(in) SIG36 Cf2py intent(in) GAM37 Cf2py intent(in) SPH38 Cf2py intent(out) PRFUNC39 Cf2py depend(NPTS) PRFUNC40 41 REAL*4 DTT(0:NPTS-1),PRFUNC(0:NPTS-1)42 SL = SPH/2.043 FW = (2.355*SQRT(SIG)+GAM)/100.044 FMIN = 10.0*(-FW-SPH*COSD(TTHETA))45 FMAX = 15.0*FW46 DO I=0,NPTS-147 CALL PSVFCJ2(DTT(I)*100.,TTHETA*100.,SL,SL,SIG,GAM,48 1 PRFUNC(I))49 END DO50 RETURN51 END
Note: See TracChangeset
for help on using the changeset viewer.