Recent content by Novia Lusiana

  1. N

    Fortran Having trouble when reading file using Fortran 90

    Thank you for your reply and your correction. I tried using the white spaces and it works. Actually I confused about how to fix that code. I only got this code and try to calculate my data, but i don't know why there is an error when i combine these code with my data. I`m not sure that I have to...
  2. N

    Fortran Having trouble when reading file using Fortran 90

    yess...i already saw it and the problem has been solved. But anyway I have a trouble again here. This is the script, and after i executed I got a report : `"Run-time error: ../rainfall_2.f90 (99): X_SUMH's third subscript (value -1) is out of range (0:23)". Would you please tell me what is the...
  3. N

    Fortran Having trouble when reading file using Fortran 90

    Thank you for your answer, but I already replace ```````"()" with (*), but the error still exist at the same line.
  4. N

    Fortran Having trouble when reading file using Fortran 90

    what do you mean with "no variable" overthere? should I give some variables after the statement?
  5. N

    Fortran Having trouble when reading file using Fortran 90

    implicit none!do not use an undetermined constant character(len=18)::fname character(len=22)::fname_2 character(len=19)::fname_3 character(len=7)::yyyymmd character(len=1)::dash character(len=1)::d character(len=1)::f1 character(len=1)::f2 character(len=1)::f3 character(len=1)::f4...
Back
Top