-
Notifications
You must be signed in to change notification settings - Fork 132
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
Test variable grid spacing for C grid #786
Comments
I used the following setup: ./cice.setup --case Bvargrid -g gbox80 -m ppp6 -e intel -p 1x1 -s boxforcee,boxclosed,vargrid,buildincremental I then changed things in the namelist: The runs are 10 days long. I look at the results after 10 days. |
They are small, and it makes sense that the differences would first show up on the right (east) side, not the others. |
Hi Elizabeth, Thermo is off. Can I have thermo "on" with these idealized tests? |
You can always turn it on and see what happens :) |
Do we see a thickening with the C grid (north-east corner)? Is the thickening in gx3-gx1 experiments related to corners? |
We see something in the northeast corner for both grids. But clearly there is something weird with the C grid corner. |
There is something weird with the C grid corner, but is the B-grid corner right, sigP=0 there? Maybe that's just because of which value (ne?) is chosen to be written to history? |
Thanks Elizabeth for your input. I think you are right for sigP=0 for the B-grid. I am already using 1200 subcycles. I could try also to reduce the damping time scale for the elastic waves. I will also compare against the VP solution and use the upwind for the advection (Dave's idea). |
There is an asymmetry in the C grid hi field. We also see the thickening close to the corner when compared to the B grid. |
I am taking a step back. I want to see if we get the asymmetry and the thickening with the constant grid. The only differences with the previous runs is that scale_dxdy = .false. Instead of: scale_dxdy = .true. |
Is the non-symmetry in dxscale and dyscale intentional? It looks like there is a slight nonsymmetry in the B-grid test, maybe coming from this. But see also #694 #316 So now there are two mysteries:
Changing the scaling factor by 1 or 2% will change the domain size, which will affect the overall rate of convergence/divergence at the boundaries, but I wouldn't expect it to be big. We've always suspected that the ice pressure formulation is too grid dependent. Try keeping it constant but allow everything else to use the spatial gradients that are calculated? Not sure if that will even run with advection on, but you could turn advection off and compare the resulting velocities and stresses.
Is this still true on the constant grid? If not, then at least we can narrow the search. |
I made a mistake with the plotting and have edited the comment...stay tuned I will update the figures. |
I am closing this issue and will start a new one with: scale_dxdy = .true. I also want to to get the VP solution and crank up the EVP convergence. |
No description provided.
The text was updated successfully, but these errors were encountered: