-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialising areaC #740
Comments
Hi @anton-seaice, The reason is that grid widths at velocity point See how MOM6/src/initialization/MOM_fixed_initialization.F90 Lines 113 to 132 in 80d8b5f
|
Hi
I was going through the code to intialise the MOM grid, and have a question about the areas used on for the C grid U and v points.
The normal grid areas (for the tracer points and the the b-grid velocity point are initialised from the mom_mosaic grid file:
This seems as expected - it sums the area of the relevant four cells in the mosaic file.
However the area for the C-grid points are initialised assuming each grid cell is square and multiplying the side-lengths:
Why is areaCu and areaCv not initialised following the same method as areaT and areaBu? The differences will be significant near the poles of the grid ...
Thanks
Anton
The text was updated successfully, but these errors were encountered: