What I understand is that, there are two way to achieve thisCould you please provide some clarification on this?. It might sound trivial but i have few doubts.
1) So if i needed to mask out regions, should i make edits in the topography file as well as mask file?.
2) Would i need to change anything in the mosaic grids once the masking is done.
Regards
1. you have to edit topography file before creating the mask file (setting land areas as 0 or -ve values), let say using editTopo.py of GitHub - COSIMA/topogtools: Tools related to changing ocean model topography and regenerating dependent model inputs.. Then creating the mask files as described in steps after make_topog.
2. Edit the mask file and then apply this on to the topography file again by using ./apply_mask.py in GitHub - COSIMA/topogtools: Tools related to changing ocean model topography and regenerating dependent model inputs..
I am new to MOM. So not sure about the procedure. But you will get a desired result.