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!
 

yz3062

Yuxin Zhou
New Member
Update: after increasing the number of processes to 480, the issue is resolved. Is 480 processes a prerequisite for running this example?
 
Vote Upvote 0 Downvote

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

yz3062

Yuxin Zhou
New 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.
Thank you! I appreciate the explanation!
 
Vote Upvote 0 Downvote

Fengyun Luo

New Member
Hi Yuxin, I'm also new to MOM6, and I wanted to check with you—have you managed to get the "ocean_daily.nc" like output files when running the OM4_025 case? I've run the case myself, and even though the diag_table is set up to output these files, I haven't received anything. I'm not sure what step I might be missing here.
 
Vote Upvote 0 Downvote

yz3062

Yuxin Zhou
New Member
Hi Yuxin, I'm also new to MOM6, and I wanted to check with you—have you managed to get the "ocean_daily.nc" like output files when running the OM4_025 case? I've run the case myself, and even though the diag_table is set up to output these files, I haven't received anything. I'm not sure what step I might be missing here.
The only thing I can think of is to make sure your diag_table is populated. There are multiple diag_tables in the folder with extensions like "diag_table_MOM6". Those aren't read by the model. Only the file exactly named "diag_table" is used, and the default diag_table is empty.
 
Vote Upvote 0 Downvote

Fengyun Luo

New Member
The only thing I can think of is to make sure your diag_table is populated. There are multiple diag_tables in the folder with extensions like "diag_table_MOM6". Those aren't read by the model. Only the file exactly named "diag_table" is used, and the default diag_table is empty.
right, I have renamed the diag_table.MOM6 to diag_table. I have no idea where the problem lies.
 
Vote Upvote 0 Downvote
Top