Skip to content

Commit

Permalink
Consistent oasis land/sea mask for SMD and regular grids, consistent
Browse files Browse the repository at this point in the history
with OASIS convention
  • Loading branch information
ukmo-juan-castillo committed Jan 23, 2025
1 parent 8c6d53d commit e366da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/src/w3oacpmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ SUBROUTINE CPL_OASIS_GRID(LD_MASTER,ID_LCOMM)
CORLAT(I,1,4) = CORLAT(I,1,3)
! areas
AREA(I,1) = 0.25 * IJKCEL(3,I)*DLON * IJKCEL(4,I)*DLAT
! Model grid mask
MASK(I,1) = 1
! Model grid mask: 0 - sea / 1 - open boundary cells (the land is already excluded)
MASK(I,1) = 0
ENDDO
#endif
!
Expand Down

0 comments on commit e366da2

Please sign in to comment.