You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
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.
The text was updated successfully, but these errors were encountered: