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...
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 ...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.