hey all,
I have come across a problem using the read operation to read in a particular character. It involves reading in a path name for a file which will inherently have '/' characters. It turns out my read code cannot read in these codes. Has anyone else come across this problem before ?
Any...
hey all,
Has anyone used f90/95 in conjunction with HDF file format. If so do you know some links that might offer some help with this format and FORTRAN?
Regards,
Lloyd
Hey all,
I run into a licensing error whilst using an absoft compiler,
the error is shown below:
Scan completed
f95 -o "./build/starter.o" -c -nowdir -s -YEXT_SFX=_ -YEXT_NAMES=LCS "./starter.f95"
Unable to obtain license: license server not found
my code was operational before but now...
Hey all,
could someone tell me how to read the length of a dimension in an array.
Namely say the third dim of :
real,dimension(4) :: testarray(4,180,75,2)
so that the answer is 75
Regards,
Lloyd
Hey all,
I find i get this error when i Define one of my varibles within a do loop :
if(varibale.gt.bin)exit
^
cf90-113 f90fe: ERROR FREQDISTRIB, File = ./freq.f95, Line = 40, Column = 11
IMPLICIT NONE is specified in the local scope, therefore an...
hey people,
doing some research with HDF files, I want to list the file names within a file called say 'names.txt'
when using the below code, when i alter the number of file names the code works occassionally and other times it doesnt. can you see why ?
subroutine readme (aString)!input would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.