Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jonfrag

  1. jonfrag

    problem in constructing problem

    The program ypolk1.f90 calculate the quantity k1 for each value of 'ava.dat.2500'. There is a threshold value, 'mthres'. First, I want to find which values of 'ava.dat.2500' are greater (or equal) than mthres (easy...). Then, i want to apply the procedure described in ypolk1.f90 to the following...
  2. jonfrag

    problem in constructing problem

    I want to calculate the values at both 25 and 27 (26-10025 and 28-10027) ! If we assume that there are 5 values greater than mthres, we will have 5 small times series in which i want to apply the procedure described by ypol.k1 1st time series : k1(i+1) k1(i+2).....k1(i+10000) 2nd time series ...
  3. jonfrag

    problem in constructing problem

    Thanks again for your response. I will tell you analytically what i want to do and any further help would be appreciated. In a time series comprising 6.000.000 (file='ava.dat.2500') events i calculate the quantity k1 with the program described below ypolk1.f90. This program gives me exactly the...
  4. jonfrag

    problem in constructing problem

    First of all i would like to thank you for your response. I want to do the following calculation: When i read the element s(i) which is greater or equal to mthres, i want to calculate the sum for the next 10000 steps : cum=0.0 1st calculation: cum=cum+s(i+1)=s(i+1) 2nd calculation...
  5. jonfrag

    problem in constructing problem

    Hello I'm new here i need some help with a program. I have a file (ava.dat) which contains 6.000.000 integer numbers (non zero). There is a threshold value (mthres). I want to find which elements are greater or equal from this threshold and to make a calculation which will concern the next 10000...

Part and Inventory Search

Back
Top