Author |
Message |
Topic: I/O problem |
Fonya
Replies: 1
Views: 4767
|
Forum: General Posted: Tue Nov 17, 2009 4:56 pm Subject: I/O problem |
I'm having trouble with this seemingly trivial write statement.
write (CDATE,'(I4,I2.2,I2.2)') YEAR, MON, DAY
The program prints CDATE, YEAR, MON, DAY on the screen but would not output it to a ... |
Topic: Linking codes |
Fonya
Replies: 4
Views: 10535
|
Forum: General Posted: Thu Jun 18, 2009 11:08 pm Subject: |
Great! I use slink to link all the .obj files. I can now create my .exe even though it won't run because of NETCDF. Thank you!
Does the compiler have NETCDF libraries? How do establish the link to ... |
Topic: Linking codes |
Fonya
Replies: 4
Views: 10535
|
Forum: General Posted: Mon Jun 08, 2009 7:01 pm Subject: Linking codes |
Hi all,
I'm new to fortran and have a problem linking the main program to sub routines. Program calls many subroutines that in turn call up other subroutines. I get a runtime error for the very firs ... |
|