Hal Merritt wrote:

> SU_SEC = SU_HOUR / (ENGINES * 60 * 60)
>Not quite, I think. You don't get the full 60 seconds for each additional 
>engine.  Better:
>SU_SEC = SU_HOUR / ((ENGINES * 60 * 60)*FACTOR)
>Where FACTOR is less than 1.0.

 
thank you all for your replies,

Our machine type is 2097-605.

My college gave me a way to calculate the factor of formula SU_SEC = SU_HOUR / 
((ENGINES * 60 * 60)*FACTOR) by dividing SU_SEC of 2097-205/ SU_SEC 0f 2097-601.

Can we say that the above division give us the requested value? 

According to SRM constants table:2097-601 gives 32989.6907 SU/SEC and 2097-605: 
 28469.7509 
Could the factor be 28469.7509/32989.6907= 0,863 ?


Kind regards
Kostas Zafiropoulos

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

Reply via email to