YooperGirl
Bioengineer
- Oct 19, 2010
- 7
I'm trying to write data to a new file while using the UFIELD subroutine.
I typed in the line
OPEN(UNIT=101,FILE='wear.dat',STATUS='new')
And am getting an error that the file has already been created in the "scratch "directory." How do if find out where this file has gone?
I typed in the line
OPEN(UNIT=101,FILE='wear.dat',STATUS='new')
And am getting an error that the file has already been created in the "scratch "directory." How do if find out where this file has gone?