Domain decomposition for grid with large masked regions

Facts, news, and guidance about ROMS software

Moderators: arango, robertson

Post Reply
Message
Author
Kosa
Posts: 32
Joined: Mon Jan 12, 2015 4:12 pm
Location: URI GSO

Domain decomposition for grid with large masked regions

#1 Unread post by Kosa »

I'm interested in defining an application-specific grid. Motivation: if we have a grid where the standard domain decomposition results in one or more tiles (MPI processes) that are composed entirely of masked out land cells, then this seems like an inefficient allocation of our computing resources. The application I have in mind is a section of the continental shelf with a narrow estuary, but I assume this is an issue relevant to global models where the continents are masked out.

I'm looking for information on other models which have dealt with this problem as well as any major foreseeable ROMS-specific roadblocks. Excuse me if this has already been discussed in the forum.

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Domain decomposition for grid with large masked regions

#2 Unread post by kate »

I know that CICE won't compute on tiles which are completely land-covered. Also, HYCOM has done this for many years. I once asked Hernan about this and didn't get a satisfactory answer. It came up because in coupling to CICE, you have to make sure all the CICE tiles have some ocean in them or the coupling as I was using it failed to work.

Kosa
Posts: 32
Joined: Mon Jan 12, 2015 4:12 pm
Location: URI GSO

Re: Domain decomposition for grid with large masked regions

#3 Unread post by Kosa »

Thanks Kate
kate wrote:Also, HYCOM has done this for many years.
Page 56 of the HYCOM user's guide https://hycom.org/attachments/063_hycom_users_guide.pdf 20.3 Generating "Equal-Ocean" Tile Partitions, looks like the most promising lead so far.

Post Reply