Sponsored Content
Top Forums Programming Fortran runtime error: Insufficient data descriptors in format after reversion Post 302538938 by jm4smtddd on Thursday 14th of July 2011 03:51:42 PM
Old 07-14-2011
Fortran runtime error: Insufficient data descriptors in format after reversion

Hello,

I have some Fortran code that is providing the following error:

At line 1165 of lapc_shells_2.f
Fortran runtime error: Insufficient data descriptors in format after reversion

Here are the lines just above and including 1165:

WRITE (*,"('ATTEMPTING TO READ PLATE BOUNDARIES')")
READ (*,"(A)") TITLE5
OPEN (UNIT = IUNITM, FILE = TITLE5)
WRITE (IUNITT,2) IUNITM <---------------1165

It's reading a file that starts out like this:


AF-AN Mueller et al. [1987]
-4.37900E-01,-5.48518E+01
-3.88257E-02,-5.46772E+01
+4.43182E-01,-5.44512E+01
+9.64534E-01,-5.48322E+01
+1.69481E+00,-5.43990E+01
+2.35975E+00,-5.40374E+01
+3.02542E+00,-5.36507E+01
+3.36894E+00,-5.38341E+01
+3.95638E+00,-5.41267E+01
+4.41458E+00,-5.44303E+01
+4.82661E+00,-5.41616E+01
+5.08372E+00,-5.43093E+01

Any idea why this error is occurring?

Thanks

---------- Post updated at 03:51 PM ---------- Previous update was at 02:18 PM ----------

I forgot an important part to the above post.

The 2 refers to this line:

2 FORMAT (/' ATTEMPTING TO READ PLATE OUTLINES FROM UNIT', /)

Got it! For future reference the answer is to add more information at the end of line 2.


2 FORMAT (/' ATTEMPTING TO READ PLATE OUTLINES FROM UNIT', I3/)

Last edited by jm4smtddd; 07-14-2011 at 05:06 PM..
 

9 More Discussions You Might Find Interesting

1. Solaris

Runtime error...

My interprise use a UNIX mainform for a instrumentation process control. The control use the FOXBORO INVENSYS system and they donīt gonna solve the problem the run time error. The run time error happen without logic explication. When everything itīs run perfectely and happenly appears the run time... (1 Reply)
Discussion started by: marpin
1 Replies

2. UNIX for Dummies Questions & Answers

Runtime Error...

My system did stay appears the error Run Time Library Error. What itīs? When the error appear, iīve to reboot my system and lost all I did. Is there the UNIX System problem? Please. I need help!!! (4 Replies)
Discussion started by: marpin
4 Replies

3. Solaris

insufficient metadevice database replicas ERROR

First I would like to thank this forum for assisting me in setting up my 1st sunbox. Could not have done it if it had not been for you guys and google :D I have mirrored my box and have SUCCESSFULLY tested booting from the rootdisk and rootmirror successfully. I am now looking at configuring... (2 Replies)
Discussion started by: mr_manny
2 Replies

4. UNIX for Dummies Questions & Answers

converting a tabular format data to comma seperated data in KSH

Hi, Could anyone help me in changing a tabular format output to comma seperated file pls in K-sh. Its very urgent. E.g : username empid ------------------------ sri 123 to username,empid sri,123 Thanks, Hema:confused: (2 Replies)
Discussion started by: Hemamalini
2 Replies

5. Programming

Error running FORTRAN code

Hi, I am new to this forum and do not know whether this is the appropriate place to post this question. Anyway am trying my luck. I have a fortran program swanhcat.ftn, which is part of a wave modelling system. There is also a file hcat.nml which is required to run this program. The program's... (9 Replies)
Discussion started by: sandhyakg
9 Replies

6. UNIX for Advanced & Expert Users

sendmail error - 452 4.3.1 Insufficient system resources

Hi All, I am using svnnotify (which is available on net) script to send svn commit notification. Everything was working fine up to yesterday but from yesterday i started seeing error. 29CD01FCE44 7228 Thu Apr 5 11:11:51 apache@vm0001.host.com (host mail.mailserver.com said: 452... (6 Replies)
Discussion started by: vishal_vsh1
6 Replies

7. Shell Programming and Scripting

Xargs error: insufficient space for argument

I'm trying to crudely hack my way through some data processing. I have file.txt with around 17,000 lines like this: ACYPI002690-PA.aa.afa.afa.trim_phyml_tree_fullnames_fullhomolog.txt 3 72 71 ACYPI002690-PA.aa.afa.afa.trim_phyml_tree_fullnames_fullhomolog.txt 97 111 71... (1 Reply)
Discussion started by: pathunkathunk
1 Replies

8. Homework & Coursework Questions

FORTRAN error *** glibc detected ***

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I'm doing aproximation of derivative called five-point stencil. For every value of x, in interval , in step... (0 Replies)
Discussion started by: antonija
0 Replies

9. Programming

Error in my FORTRAN program

I have a Fortran program and I am writing out to logical unit 7. The program is reading from a text file and writing to the new file formatted. It gets through the read and writes some to the file but then stops with the following error: 1525-013 The sequential WRITE statement cannot be... (5 Replies)
Discussion started by: KathyB148
5 Replies
DEB-REVERSION(1)                                                  [FIXME: manual]                                                 DEB-REVERSION(1)

NAME
deb-reversion - simple script to change the version of a .deb file. SYNOPSIS
deb-reversion [options] .deb-file [log message...] DESCRIPTION
deb-reversion unpacks the specified .deb file, changes the version number in the relevant locations, appends a Debian changelog entry with the specified contents, and creates a new .deb file with the updated version. By default, the tool creates a new version number suitable for local changes, such that the new package will be greater than the current one, but lesser than any future, official Debian packages. With -v version, the version number can be specified directly. On the other hand, the -c simply calculates the new version number but does not generate a new package. When building a .deb file, root privileges are required in order to have the correct permissions and ownerships in the resulting .deb file. This can be achieved either by running deb-reversion as root or running under fakeroot(1), as 'fakeroot deb-reversion foo.deb'. With -k hook, a hook script may be specified, which is run on the unpacked binary packages just before it is repacked. If you want to write changelog entries from within the hook, use 'dch -a -- your message'. (Alternatively, do not give a changelog entry on the deb-reversion command line and dch will be called automatically.) The hook command must be placed in quotes if it has more than one word; it is called via sh -c. OPTIONS
-v new-version, --new-version new-version Specifies the version number to be used for the new version. Passed to dch(1). -o old-version, --old-version old-version Specifies the version number to be used as the old version instead of the version stored in the .deb's control file. -c, --calculate-only Only calculate and display the new version number which would be used; do not build a new .deb file. Cannot be used in conjunction with -v. -s string, --string string Instead of using 'LOCAL.' as the version string to append to the old version number, use string instead. -k hook-command, --hook hook-command A hook command to run after unpacking the old .deb file and modifying the changelog, and before packing up the new .deb file. Must be in quotes if it is more than one (shell) word. Only one hook command may be specified; if you want to perform more than this, you could specify 'bash' as the hook command, and you will then be given a shell to work in. -D, --debug Pass --debug to dpkg-deb(1). -b, --force-bad-version Pass --force-bad-version to dch(1) -h, --help Display usage information. -V, --version Display version information. SEE ALSO
dch(1), fakeroot(1), dpkg-deb(1). DISCLAIMER
deb-reversion is a tool intended to help porters (e.g. amd64) with modifying packages for other architectures, and to augment deb-repack, which creates modified packages with identical version numbers as the official packages. Chaos will ensue! With deb-reversion, a proper version number can be selected, which does not obstruct the next official release but can be specifically pinned with APT or held with dpkg. Please take note that deb-reversion does not come without problems. While it works fine in most cases, it may just not in yours. Especially, please consider that it changes binary packages (only!) and hence can break strict versioned dependencies between binary packages generated from the same source. You are using this tool at your own risk and I shall not shed a tear if your gerbil goes up in flames, your microwave attacks the stereo, or the angry slamming of your fist spills your coffee into the keyboard, which sets off a chain reaction resulting in a vast amount of money transferred from your account to mine. AUTHOR
deb-reversion is Copyright 2004-5 by martin f. krafft madduck@debian.org and modifications are Copyright 2006 by Julian Gilbey jdg@debian.org. Permission is granted to copy, distribute and/or modify this document under the terms of the Artistic License: http://www.opensource.org/licenses/artistic-license.php On Debian systems, the complete text of the Artistic License can be found in /usr/share/common-licenses/Artistic. This manual page was written by martin f. krafft madduck@debian.org and modified by Julian Gilbey jdg@debian.org. NOTES
1. http://www.opensource.org/licenses/artistic-license.php [FIXME: source] Feb 13, 2006 DEB-REVERSION(1)
All times are GMT -4. The time now is 09:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy