Recent content by MelinaM
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
Thanks! Thank kinda helped. I will try it and I hope it will work.- MelinaM
- Post #26
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
Yes, i know that excel can do that but not if you have 460 columns and 55000 lines. I just did the program (from K to C) and it worked. But i still don't know how I should do the other program. The one I have to make it read from the 4th row till the end and from the 60th line till the 100th. Do...- MelinaM
- Post #24
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
Not the entire computer. Just the excel wasn't responding. I have trouble opening it as well, let alone work on it- MelinaM
- Post #21
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
Yes, I have tried but I have almost 55000 data so it stuck- MelinaM
- Post #19
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
Yes, but we are talking about too many data because the file I have are data from 1950-2100 and not just temperature. So, I have to read just the data I want, somehow. The txt was only for upload use.- MelinaM
- Post #17
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
Fortran is but I'm not. I am too bad at Fortran :(- MelinaM
- Post #15
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
Celsius= Kelvin-273,15- MelinaM
- Post #13
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
I have another question. These numbers are temperature in Kelvin. How can I do that in Celsius using Fortran?- MelinaM
- Post #11
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
I have this file in .dat but I couldn't upload it so I made it .txt. What should I do if I want to read from 1960-1962?- MelinaM
- Post #10
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
The read should be read(#,$) where # is the number of the file I have to state and $ the format. I have an excel file where there are 10000 lines and 10000 columns. I want to read from the 4 row till the 60th and from the 60th line till the 100th. That's why I mentioned those numbers- MelinaM
- Post #8
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
Yes, I know how to read the whole file. I was using the do loop. I wrote it like this: do i=60, 100 j=4, 60 read(*,*) the name of the file end do but it never worked.- MelinaM
- Post #6
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
I'm afraid I can't do that. There has to be a way I can do that. I know I can use "do" but I don't know how exactly. Does anyone know?- MelinaM
- Post #3
- Forum: Programming and Computer Science
-
M
Fortran Fortran Help for Meteorologist Student: 4th-End, 60-100
Hi, i am a meteorologist student and I have some data I have to prepare using Fortan. I don't know how to make it read the file from the 4th row till the end and from the 60th line till the 100th. Can you please help me? I'm desperate!- MelinaM
- Thread
- Fortran
- Replies: 26
- Forum: Programming and Computer Science