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
Spaces are breaking ESMF_Info. So NUOPC attributes doesn't store restart_fhat all. This is also true for restart_fh = "0.05, 0.25, 0.5, 3, 6". reproducer_info.tar.gz
Issue Source
NUOPC_CompAttributeIngest does not ingest attributes from a NUOPC_FreeFormat if they do not have exactly 3 tokens. First token is the Info label, second token is =, third token is value up until first space. If a 4th token is found then it silently skips the line.
Discussed in https://github.com/orgs/esmf-org/discussions/291
Using ESMF_Config with a list of items isn't working unless items do not have whitespace and are parsed in user code. Reproducer attached
What's broken
Lists aren't working. This is seen as a single string.
Spaces are breaking ESMF_Info. So NUOPC attributes doesn't store
restart_fh
at all. This is also true forrestart_fh = "0.05, 0.25, 0.5, 3, 6"
.reproducer_info.tar.gz
Issue Source
NUOPC_CompAttributeIngest does not ingest attributes from a NUOPC_FreeFormat if they do not have exactly 3 tokens. First token is the Info label, second token is
=
, third token is value up until first space. If a 4th token is found then it silently skips the line.esmf/src/addon/NUOPC/src/NUOPC_Comp.F90
Line 1724 in 4bbe0eb
The text was updated successfully, but these errors were encountered: