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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zamaniM

    run step by step

    hi .i want to check my code step by step and i know i should use crtl+f10.but i do not know how to move yellow marker in break window, so all values after marker are zero.how could i move yellow marker?
  2. zamaniM

    zero results

    Dear salgerman yes,you are right.i forgot this basic point about REAL and INTEGER and now it works true. thanks.
  3. zamaniM

    zero results

    i forgot to say results of tetaS_radian and slop_tetaS_radian for calculation of tetaS_radian_interpolated are correct.
  4. zamaniM

    zero results

    Hi. i have a problem,i've wrote a cod for calculation K3_interpolated based on tetaS_radian_interpolated .in fact at first code calculates tetaS_radian for 24 hours of day (for 14 days) and then interpolates tetaS_radian for each 1/60 min ( 86400=24*60*1/(1/60))). the problem is about...
  5. zamaniM

    problem with using "cycle"

    Thanks dear Gummibaer. Your guidances were so helpful.
  6. zamaniM

    problem with using "cycle"

    i change the condition value and output files are not empty, but they are irrational. I should change condition term. thank so much.
  7. zamaniM

    problem with using "cycle"

    Dear Gummibaer, Thank for your help. In fact , I want to correct initial try of OZ _p, NO_p and NO2_P from OZ _p_NEW ,NO _p_NEW and NO2 _p_NEW. So, the 3th loop (based on your nomination) should continue for each I and j until SUM_Relative(i,j) become less than 1.ٍElse,it should continue with...
  8. zamaniM

    problem with using "cycle"

    Hi. This code includes an Iteration process. The problem is in the section 4 and using "cycle".with cycle the output files are empty,but with using GO TO they aren't empty but all outputs are zero.how should i use 'cycle' and why they are zero...
  9. zamaniM

    NaN results

    Hi. I wrote this code but all results except of k_1 were NaN.Do you know what's the problem? PROGRAM GRS_MECHANISM IMPLICIT NONE ! The purpose Is Calculating K_1,K_2&K_4 from subroutines...
  10. zamaniM

    problem in output configuration

    thanks
  11. zamaniM

    problem in output configuration

    Thank so much for reply ,Dear Francois jacq. It works correctly now.I tried another format formerly but saw a runtime error : write(3,"(7(1x))") (d(i,j),j=1,7) severe(60): infinite format loop Do you know what's the reason?
  12. zamaniM

    problem in output configuration

    Hi everybody I’m new in this forum and need your help . I wrote a code that calculates 7 variable in 24 hours. The output should be in the shape of a 24*7 matrix; but the problem is that 6th and 7th elements of each column printed at next row. Is this the print format problem or because of...

Part and Inventory Search

Back
Top