nmathewa / MOM6dev

MOM6 development
0 stars 0 forks source link

obc_size mismatch error #17

Closed nmathewa closed 2 years ago

nmathewa commented 2 years ago

Probably nx,ny size problem Screenshot from 2021-12-16 23-42-52

nmathewa commented 2 years ago
  1. The size mismatch is because difference in model open boundary location (size in n points) and the input OBC data file
  2. The open boundary region should be defined in terms of n points (not in lat or lon points)
  3. The input data lat and lon points must be same as model grid (output grid) not supergrid (hgrid)
nmathewa commented 2 years ago

main script is simpleuv.ipynb @Parag0206