I am setting up another run with panan-005 where I coarsened the bathymetry such that each 2x2 gridbox has the same depth. I followed all of these steps and have the files I need but get the following error during initialisation:
FATAL from PE 0: fms_io(parse_mask_table_2d): mpp_npes() .NE. layout(1)*layout(2) - nmask for Atmos model
Can someone explain to me what this error means?
My work directory is here /scratch/e14/cs6673/mom6/work/panan_005deg_jra55_ryf_bathy_01deg/
I can’t see e14, but I think this is just saying that the number of cores in your layout doesn’t match the CPUs you asked for. Or perhaps it can’t find your mask table?
I don’t know what the first value stands for and whether I need to change something.
That’s the number of “masked” domains. If this has changed, it means you need to change the number of cpus used. There are 144x36=5184 domains in your calculation and previously there were 1268 masked domains. That means there were 5184-1268=3916 active domains, which is the number of CPUs that were requested.
Now you have 1260 masked domains, so you need 5184-1260=3924 CPUs instead.
So it should be enough to update the number of requested CPUs in the payu config to get this running correctly (assuming you’ve updated the mask filename where needed).