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

Floating invalid in RtmMod.F90 (mosart) #902

Closed
singhbalwinder opened this issue May 25, 2016 · 0 comments · Fixed by #903
Closed

Floating invalid in RtmMod.F90 (mosart) #902

singhbalwinder opened this issue May 25, 2016 · 0 comments · Fixed by #903
Assignees

Comments

@singhbalwinder
Copy link
Contributor

There is a variable called "delt_save" in components/mosart/src/riverroute/RtmMod.F90 which is used without being initialized. Please note that this bug was previously present in a file with the same name but in a different directory (see issue #484).

I get the following error when I run ACME using Intel compiler with full debug flags:

3824: forrtl: error (65): floating invalid
3824: Image              PC                Routine            Line        Source
3824: cesm.exe           000000000ADF0AB5  Unknown               Unknown  Unknown
3824: cesm.exe           000000000ADEE877  Unknown               Unknown  Unknown
3824: cesm.exe           000000000AD9EF34  Unknown               Unknown  Unknown
3824: cesm.exe           000000000AD9ED46  Unknown               Unknown  Unknown
3824: cesm.exe           000000000AD21F86  Unknown               Unknown  Unknown
3824: cesm.exe           000000000AD2CDC7  Unknown               Unknown  Unknown
3824: cesm.exe           000000000A6EDE50  Unknown               Unknown  Unknown
3824: cesm.exe           0000000008DA7069  rtmmod_mp_rtmrun_        1666  RtmMod.F90
3824: cesm.exe           0000000008D48766  rof_comp_mct_mp_r         301  rof_comp_mct.F90
3824: cesm.exe           0000000000459A39  component_mod_mp_        1049  component_mod.F90
3824: cesm.exe           000000000042509D  cesm_comp_mod_mp_        2582  cesm_comp_mod.F90
3824: cesm.exe           000000000043
3824: 7655  MAIN__                    107  cesm_driver.F90
3824: cesm.exe           00000000004013CE  Unknown               Unknown  Unknown
3824: cesm.exe           000000000ADF7AA1  Unknown               Unknown  Unknown
3824: cesm.exe           00000000004012B5  Unknown               Unknown  Unknown

@singhbalwinder singhbalwinder self-assigned this May 25, 2016
singhbalwinder added a commit that referenced this issue May 25, 2016
This PR fixes an uninitialized variable in mosart's RtmMod.F90 file.
Note that similar bug was fixed in a file with the same name in rtm
component.

Fixes #902

[BFB]
singhbalwinder added a commit that referenced this issue May 25, 2016
This PR fixes an uninitialized variable in mosart's RtmMod.F90 file.
Note that similar bug was fixed in a file with the same name in rtm
component.

Fixes #902

[BFB]
bishtgautam pushed a commit that referenced this issue May 25, 2016
…nto next (PR #903)

This PR fixes an uninitialized variable in mosart's RtmMod.F90 file.
Note that similar bug was fixed in a file with the same name in rtm
component.

Fixes #902

[BFB]
@rljacob rljacob assigned apcraig and unassigned singhbalwinder May 26, 2016
bishtgautam pushed a commit that referenced this issue May 26, 2016
#903)

This PR fixes an uninitialized variable in mosart's RtmMod.F90 file.
Note that similar bug was fixed in a file with the same name in rtm
component.

Fixes #902

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

Successfully merging a pull request may close this issue.

2 participants