end of file 的意思是在读3号文件(即taurus_data.out)的时候当文件读完了程序却还要求继续访问。如果你确定数据读完了,那么如果开头没有implicit none的话就在直接把第30行改成:READ(3,*,iostat=ios,err=20)mass(j),a1,b1,nouse,nouse,nouse,nouse,nouse,id,nouse if(ios.ne.0)exit ...
Fortran runtime error: End of file Error termination. Backtrace:#0 0x147900b38d21 in ???#1 ...
open(unit=10,file="data.dat") read(10,*) some_variable, somevar2 close(10) So I can't understand why this function I wrote is not working. It compiles fine but when I run it it prints: fortran runtime error:end of file Code: Function Load_Names() character(len=30) :: Staff_...
1 Runtime error: End of file 1 Fortran runtime error: End of file -1 "Fortran runtime error: End of file" while writing 1 How can I solve Fortran runtime error: End of file? 1 Fortran code error: Fortran runtime error: End of file Hot Network Questions Can a mixed effects...
Describe the bug While running WRFDA 4DVAR with RRTMG-K radiation the following error occurs: At line 12537 of file module_ra_rrtmg_lwk.f90 (unit = 10, file = 'RRTMG_LW_DATA') Fortran runtime error: End of file To Reproduce Steps to repr...
#求助帖#Fortr..在centos下运行fortran项目,输出到一半出现报错提示,并终止输出,报错提示:Fortran runtime error: End of file这个项目代码应该是没问题的,拿到它是要改进它。
Error termination. Backtrace: At line 1693 of file projwfc.f90 (unit = 99, file = './outdir/al.save/AUX2') Fortran runtime error: I/O past end of record on unformatted file The output file ends with the following message:
表 1-1 重要自述文件页面 自述文件页面 fortran_95 fpp_readme interval_arithmetic math_libraries profiling_tools runtime_libraries performance_library openmp 描述 ... 此版本 Fortran 95 编译器 f95 的新增功能,修改的功能,已知 限制和文档勘误表. fpp 功能概述 f95 中的区间运算功能概述 可用的优化和专用...
有一段代码会导致调试器引发以下错误: Fortran runtime error: Index '2' of dimension 1 of array 'trigs' above upper bound of 1 但是在没有调试选项的情况下编译时,会运行并且不会使程序崩溃。使用的调试选项: -g -ggdb -w -fstack-check -fbounds-check\ -fdec -fmem-report -fstack-usage 有...