Author |
Message |
Topic: help to fix this code |
pashupati
Replies: 15
Views: 21451
|
Forum: General Posted: Fri Aug 24, 2012 7:25 pm Subject: |
I can read the input file and it gives the first data point (valid point) and it terminate due floating point error |
Topic: help to fix this code |
pashupati
Replies: 15
Views: 21451
|
Forum: General Posted: Thu Aug 23, 2012 6:48 pm Subject: |
Code is very long
May I email to someone willing to help me?
email: dklpashupati at yahoo.com
Thank you ! |
Topic: help to fix this code |
pashupati
Replies: 15
Views: 21451
|
Forum: General Posted: Thu Aug 23, 2012 6:41 pm Subject: |
M=(N-S)*(E-W)+2*(N-S)+2*(E-W)
rM=1.0 / M
Ho=He
Hi=0.0
k2=k*k
rEta=1/Eta
T1=1-T
rT1=1/T1
... |
Topic: help to fix this code |
pashupati
Replies: 15
Views: 21451
|
Forum: General Posted: Thu Aug 23, 2012 6:40 pm Subject: |
OPEN (8,FILE='tdgl.ini',FORM='FORMATTED')
READ (8,*) Label,Nx
WRITE (6,*) Label,'Nx: ',Nx
READ (8,*) Label,Ny
WRITE & ... |
Topic: help to fix this code |
pashupati
Replies: 15
Views: 21451
|
Forum: General Posted: Thu Aug 23, 2012 3:35 pm Subject: Help, my code is not working |
Sorry about the code, I didn't realize that only a part of the code is posted .
I am reading .ini files with the input parameters. After I start "run", it reads the parameter and gener ... |
Topic: help to fix this code |
pashupati
Replies: 15
Views: 21451
|
Forum: General Posted: Thu Aug 23, 2012 3:04 pm Subject: Help, my code is not working |
Anyone willing to help me to take a look at the code?
Please help
my email :dklpashupati at yahoo.com |
Topic: help to fix this code |
pashupati
Replies: 15
Views: 21451
|
Forum: General Posted: Tue Aug 21, 2012 2:45 pm Subject: help to fix this code |
I can only get first data point after that it shows error.
Please help
PROGRAM TDGL
IMPLICIT NONE
!c **************** Initial ... |
Topic: Help, my code is not working |
pashupati
Replies: 0
Views: 7561
|
Forum: Plato Posted: Thu Aug 16, 2012 1:59 pm Subject: Help, my code is not working |
I am trying to run code in summer project. I asked a friend to run in his Mac with gforttan. Its works fine. When I tried to run using PLATO, it doesn't give me anything. Somebody can help me?
BTW, ... |
|