Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal memory access when running gen_be_stage0.exe #1

Open
HappyKian opened this issue Aug 19, 2019 · 0 comments
Open

Illegal memory access when running gen_be_stage0.exe #1

HappyKian opened this issue Aug 19, 2019 · 0 comments

Comments

@HappyKian
Copy link

When I rans the gen_be_stage3.exe, it threw me an error. And I backtracked to the subroutine read_input_state in external/tools/io_input.f90. In the line 181:

      call io_input_field_time(input_obj, state % date)

the second argument should be type(field3dReal/field2dReal/field1dReal). However, the input argument here is character (len=10) :: date. This may cause illegal memory access in some compilers (my compiler is ifort 17.0.5).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant