Author |
Message |
Topic: FORTRAN 77 vrs PLATO 3 |
kingkastle
Replies: 2
Views: 13540
|
Forum: Plato Posted: Wed Nov 05, 2008 10:55 am Subject: FORTRAN 77 vrs PLATO 3 |
Hi,
I�m trying to run some codes developed with F77 in my new Plato3,
I find an error that I don�t know how to handle:
"Attempt to call a subroutine as if it were a real(kind=1) function&q ... |
Topic: Q FOrMAT |
kingkastle
Replies: 4
Views: 9526
|
Forum: Support Posted: Mon Nov 03, 2008 12:08 pm Subject: Q FOrMAT |
Hi,
I�m comparing a code writted in 77 FORTRAN Version with the PLato compiler. When I move this code from 77 to PLato, the code is not working.... . I found that my boss (which uses 77) defines Q ... |
Topic: Division problem |
kingkastle
Replies: 2
Views: 5820
|
Forum: Support Posted: Mon Oct 06, 2008 9:15 pm Subject: |
Thanks very much!!!!
already working!!!
best regards |
Topic: Division problem |
kingkastle
Replies: 2
Views: 5820
|
Forum: Support Posted: Mon Oct 06, 2008 8:18 pm Subject: Division problem |
Hi ,
I�m running the program attached and I find a wierd problem that I�m not able to find solution:
INTEGER :: i,j, ierror
INTEGER, PARAMETER :: n=2560
REAL :: a
... |
Topic: Read format error |
kingkastle
Replies: 5
Views: 7985
|
Forum: Support Posted: Fri Sep 05, 2008 10:42 am Subject: |
I don�t know how or why, but I tried the format:
(i4, 4(1x,i2),4x,7f9.0,4f9.0)
As Campbell suggested and YES!!!!!!!!!!!, finally solves the problem!!!!!
But I don�t understand why solves
E ... |
Topic: Read format error |
kingkastle
Replies: 5
Views: 7985
|
Forum: Support Posted: Fri Sep 05, 2008 9:56 am Subject: |
Umm, I see,
I undertand but the problem is that I have a matrix of around 8000x15 data.., there is not a method to automatice this problem.
I think I should talk with the data provider in order to ... |
Topic: Read format error |
kingkastle
Replies: 5
Views: 7985
|
Forum: Support Posted: Thu Sep 04, 2008 5:28 pm Subject: Read format error |
Hi,
I found the following problem:
I�m reading an array of data like:
10180
10209.5
10229.1
10239
In the FORMAT statement I specified f7.1
the point is that I read and I get the following ... |
Topic: Integer to character problems |
kingkastle
Replies: 2
Views: 5517
|
Forum: Support Posted: Wed Sep 03, 2008 10:35 am Subject: |
Thanks very much!!!!
that really solves it!
Best regards |
Topic: Integer to character problems |
kingkastle
Replies: 2
Views: 5517
|
Forum: Support Posted: Wed Sep 03, 2008 8:50 am Subject: Integer to character problems |
Hi,
to try to convert an integer to character, as a string, that is, the integer 2 to the string "2", I create the following program:
program internal_files
implicit none
integer, d ... |
Topic: Output file with the date?? |
kingkastle
Replies: 4
Views: 7216
|
Forum: Support Posted: Tue Sep 02, 2008 11:04 am Subject: |
Wilfried,
eternaly grateful!!!!!
I finally understood and already running it!!!!!!!
thanks very much
warmest regards |
Topic: Output file with the date?? |
kingkastle
Replies: 4
Views: 7216
|
Forum: Support Posted: Mon Sep 01, 2008 12:59 pm Subject: |
Hi Wildfried,
It is still not clear for me, let�s see:
I got a file call HeatingAndTemperature_2008-08-13.csv
I open it and read it,
finally I want to create a file called HeatTempDONE_2008 ... |
Topic: READ error |
kingkastle
Replies: 1
Views: 4511
|
Forum: Support Posted: Wed Aug 20, 2008 11:13 am Subject: READ error |
Hi,
I�m opening a file with arrays in this way:
2008-08-13 00:00:00,20.86,20.86,18.56,30.32,30.1,29.54,22.45,36.5,0,16.95
I create a read statement that reads all except seconds, the format ... |
Topic: How to do??? |
kingkastle
Replies: 0
Views: 4409
|
Forum: Support Posted: Thu Aug 14, 2008 1:25 pm Subject: How to do??? |
Hi,
I�m running a program that filters the data into different Timesteps: 1min, 2min, 5min,....
Becuase it�s up to the user to select the Timestep,I would like to do the program in this way:
... |
Topic: Output file with the date?? |
kingkastle
Replies: 4
Views: 7216
|
Forum: Support Posted: Thu Aug 14, 2008 9:56 am Subject: Output file with the date?? |
Hi,
I�m working with files classified by date. The point is, I would like to put automatically the date into the output file created. I�m thinking about that, but I find no way. Any clue about that ... |
Topic: Data representation in an array format |
kingkastle
Replies: 2
Views: 5366
|
Forum: Support Posted: Fri Jun 27, 2008 12:47 pm Subject: Data representation in an array format |
Hi,
I can�t find a solution for the following:
I�m working with a fortran 95 that generates a file in which the result is a file with 48 datas presented in a (7X7) Matrix. The point is: I would ... |
|