Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Error running OM4_025

yz3062

Yuxin Zhou
New Member
Hi all, My name is Yuxin and I'm new to MOM6. I'm trying to run the example in MOM6-examples/ice_ocean_SIS2/OM4_025. While running the program, I encountered the following error:

---------
NOTE: MOM_domains_init: reading maskmap information from INPUT/mask_table.96.32x18
parse_mask_table: Number of domain regions masked in ice model = 96

FATAL: fms_io(parse_mask_table_2d): mpp_npes() .NE. layout(1)*layout(2) - nmask for ice model
----------

My question is related to this post, as this is the same error reported there. However, I couldn't figure out from that post whether the error was resolved or how. Any suggestions would be much appreciated!
 

marshallward

Marshall Ward
Member
Looks like you figured it out, but just in case...

Your MPI request needs to account for masked domains, which is in the first line of the mask_table file. So if LAYOUT = 32, 18 and the mask is 96, then you need to request 32*18 - 96 = 480 cpus.
 
Vote Upvote 0 Downvote
Top