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
Currently the functions open the UM files using specific mule classes based on the type of the fields file (e.g. mule.DumpFile.from_file()).
This limits the applicability of the function only to the specific UM fields file.
Solution
In the cases when a function might be used with multiple UM files (e.g. restart dumps, ancillaries, output fieldsfiles), the function used to open the file should be changed to mule.load_umfile().
The text was updated successfully, but these errors were encountered:
atteggiani
changed the title
Change functions to open files with the more generic mule.UMfile instead of the specific classes
Change functions to open files with the more generic mule.UMFile instead of the specific classes
Feb 20, 2025
atteggiani
changed the title
Change functions to open files with the more generic mule.UMFile instead of the specific classes
Change functions to open files with the more generic mule.load_umfile instead of the specific classes
Feb 22, 2025
Overview
Currently the functions open the UM files using specific
mule
classes based on the type of the fields file (e.g.mule.DumpFile.from_file()
).This limits the applicability of the function only to the specific UM fields file.
Solution
In the cases when a function might be used with multiple UM files (e.g. restart dumps, ancillaries, output fieldsfiles), the function used to open the file should be changed to
mule.load_umfile()
.The text was updated successfully, but these errors were encountered: