Hello!
I’m having trouble using unstructured open boundaries without a coordinates.nc
file in NEMO 4.2.2. I have a configuration that includes both ice and ocean modules. Despite reviewing previous discussions on BDY input data, I am still encountering several issues.
Here’s what we have tried so far:
- We use
nambdy_index
to identify boundaries and then trim the data according to these identified boundaries. - We set a rimwidth of 10 cells.
- For the W/E and S/N boundaries, we used different types of input data, ensuring that the dimensions in the .nc file matched the dimensions in the variables: x, y, z, time, and y, x, z, time (cross boundary and along boundary).
- We tried both consistent ordering for all boundaries (x, y, z, time) and different orders for each boundary, but neither approach has worked.
- We’ve tested several schemes, but nothing works.
Some problems, that we’ve noticed:
-
After reading ice concentration boundary, nothing reading more in output file, why?
-
Problem with boundary produces NaN-values (T-points are good, but velocities produces NaN, so you can see on step 0 T-points are good, then on step 1 there are NaN-values like on velocities from step 0), on this picture we’ve tested only short W-bdy:
I’ll greatly appreciate if anyone could send a working file of bdy data and explain how it works.
Thank you!