Welcome, Guest
Username: Password: Remember me

TOPIC: list of logical unit in Fortran with the file corresponding

list of logical unit in Fortran with the file corresponding 10 years 3 months ago #13944

  • Proust_Nicolas
  • Proust_Nicolas's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 136
  • Thank you received: 2
Hi,

I'm looking for the list of logical unit used in Fortran with the keywords of files corresponding. Some of them are described in the reference manual (for example unit 24 is linked to BINARY DATA FILE 1) but I would like to have all of them!

In case of coupling with another module, is there any change of unit number?

Regards
Nicolas
The administrator has disabled public write access.

list of logical unit in Fortran with the file corresponding 10 years 3 months ago #13948

  • jmhervouet
  • jmhervouet's Avatar
Hello,

The link between files and their logical unit is in the dictionary of every module (look for string "SUBMIT =" in every file description), the number in this line is the logical unit, but as a matter of fact, it is changed in coupling and you must use (example): T2D_FILES(T2DGEO)%LU to get the logical unit of the geometry file in Telemac-2D. The dictionary is in the sources folder of every module.

Regards,

JMH
The administrator has disabled public write access.

list of logical unit in Fortran with the file corresponding 10 years 3 months ago #13952

  • Proust_Nicolas
  • Proust_Nicolas's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 136
  • Thank you received: 2
Thank you Jean Michel.

I can now found the file linked to the error "file not found, unit..." without any name after!

Regards
Nicolas
The administrator has disabled public write access.
Moderators: pham

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.