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

Model crashes when INFO_DBUG > 1 #6165

Closed
jonbob opened this issue Jan 22, 2024 · 0 comments · Fixed by #6167
Closed

Model crashes when INFO_DBUG > 1 #6165

jonbob opened this issue Jan 22, 2024 · 0 comments · Fixed by #6167

Comments

@jonbob
Copy link
Contributor

jonbob commented Jan 22, 2024

I was trying to get more information from a fully-coupled run and reset INFO_DBUG to 3. That caused a crash with the following traceback:

 0: forrtl: severe (61): format/variable-type mismatch, unit 99, file /lcrc/group/e3sm/ac.jwolfe/scratch/chrys/20240122.testID.chrys/run/cpl.log.460113.240122-122818
  0: Image              PC                Routine            Line        Source
  0: libpnetcdf.so.3.0  000015554B939236  for__io_return        Unknown  Unknown
  0: libpnetcdf.so.3.0  000015554B951EDC  for_write_seq_fmt     Unknown  Unknown
  0: e3sm.exe           0000000005B48535  seq_infodata_mod_        2924  seq_infodata_mod.F90
  0: e3sm.exe           000000000044CBE0  cime_comp_mod_mp_        1114  cime_comp_mod.F90
  0: e3sm.exe           0000000000455219  MAIN__                    112  cime_driver.F90
  0: e3sm.exe           00000000004266E2  Unknown               Unknown  Unknown
  0: libc-2.28.so       000015554503D493  __libc_start_main     Unknown  Unknown
  0: e3sm.exe           00000000004265EE  Unknown               Unknown  Unknown

I have a fix for the issue in seq_infodata and will submit a bug fix PR as soon as I have this issue to point to.

@mahf708 mahf708 linked a pull request Jan 23, 2024 that will close this issue
jonbob added a commit that referenced this issue Jan 29, 2024
Fix format for nlmaps_exclude_fields in seq_infodata_print

The format for printing out nlmaps_exclude_fields in seq_infodata_print
is currently F0I (for an integer value) but the variable is a character
array. This type mismatch causes a failure when the seq_infodata_print
subroutine is called, from cime_comp_mod.F90 when info_debug > 1. This
PR uses a formatting suggested by Andrew Bradley to more elegantly print
out this array.

Fixes #6165
[BFB
@jonbob jonbob closed this as completed in 104a202 Jan 30, 2024
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.

1 participant