This list is only a sketch of what is necessary to use the open boundary options in MOM 2. The interference with new options (e.g. new diffusion schemes) must be tested carefully. It must be kept in mind that the geographical position of the open boundaries and the prescribed data can substantially affect the solution.
do jrow=1,jpsimax+1
do i=1,imt
if (map(i,jrow) .ne. 0) then
psi(i,jrow,1) = 130.e12
psi(i,jrow,2) = 130.e12
endif
enddo
enddo