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
The code to automatically fill in the processor layout in the MOM_layout file does not work for me with a non-square layout. For example, if I set my layout as 11x10 (expt.FRE_tools(layout=(11,10)) then I will get an error message at run time:
FATAL from PE 0: fms2_io(parse_mask_table_2d): layout in file INPUT/mask_table.16.11x10does not match size of maskmap for ice model
I can fix this by manually swapping the order of the processor layout in the MOM_layout file (on line23: LAYOUT = 10,11), but I’m posting here to see if others also get this issue. I am happy to investigate this one further.
The text was updated successfully, but these errors were encountered:
The code to automatically fill in the processor layout in the MOM_layout file does not work for me with a non-square layout. For example, if I set my layout as 11x10 (expt.FRE_tools(layout=(11,10)) then I will get an error message at run time:
FATAL from PE 0: fms2_io(parse_mask_table_2d): layout in file INPUT/mask_table.16.11x10does not match size of maskmap for ice model
I can fix this by manually swapping the order of the processor layout in the MOM_layout file (on line23: LAYOUT = 10,11), but I’m posting here to see if others also get this issue. I am happy to investigate this one further.
The text was updated successfully, but these errors were encountered: