Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I convert a Microsoft unformatted sequential file format to Lahey format?

0
10 Posted

How can I convert a Microsoft unformatted sequential file format to Lahey format?

0
10

Lahey’s unformatted sequential file format is different than Microsoft’s. To convert the data file to Lahey format, do the following: * compile the file sequnf.f90 in the LF90\SRC directory using the -nhed switch. This file does the conversion for you, the -nhed switch ensures that no header is generated on the converted data file. * run sequnf.exe. Give your data file as input. Choose a new output filename. * change your source to use FORM=’unformatted’ and ACCESS=’sequential’ and change the FILE= part to reference the new file you’ve created.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123