Recent content by Novia Lusiana
-
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...- Novia Lusiana
- Post #11
- Forum: Programming and Computer Science
-
N
Fortran Having trouble when reading file using Fortran 90
Thank you, it works!- Novia Lusiana
- Post #9
- Forum: Programming and Computer Science
-
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...- Novia Lusiana
- Post #8
- Forum: Programming and Computer Science
-
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.- Novia Lusiana
- Post #5
- Forum: Programming and Computer Science
-
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?- Novia Lusiana
- Post #4
- Forum: Programming and Computer Science
-
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...- Novia Lusiana
- Thread
- File Fortran Reading
- Replies: 12
- Forum: Programming and Computer Science