-
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
Impact of namelist parameters #712
Comments
After the merge, I think we should get rid of deltaminEVP. we could have deltaminEVP = deltaminVP = 2e-9 and just call it deltamin. |
Are you sure they're different? |
They are. The last line of the diag file for capping = 0 is: total ice volume (m^3) = 2.27639676857355273E+13 3.05920987634240430E+12 for capping=1: total ice volume (m^3) = 2.27109412040723437E+13 3.03732563085688965E+12 |
Ok I have also compared the reference run to a similar run but with elasticDamp=0.36 and ndte=240 (the current default values). Again the blue and red curves are on top of each other for the B and C grids (not shown). So basically it looks like the numerical parameters have a very small effect for gx3 runs. Good! I will now repeat these experiments with gx1. |
Thanks for being so thorough, JF. All of this is really helpful to see. Good! |
Here are the first results for gx1. The C-grid code is slower so the runs are for 3 years instead of 5. Again the ref solution is with ndte=1200, Here is the impact of deltaminEVP (2e-9 versus 1e-11) for the B-grid: |
The differences are very small. It is the same conclusion for the C-grid (not shown). |
As for gx3, setting capping=1 or to use avg_strength or to set ndte=240 and elastdamp=0.36 have very little impact on the total volume (not shown). |
At this spatial resolution, it looks like 240 subcycles is ok (with elastdamp=0.36). Even with 120 subcycles the curve is on top of the ref solution (ndte=1200, elastdamp=0.12), not shown. This is true for both B and C grids. I also tested 60 subcycles. We start to see differences which are a bit bigger for the C grid than for the B grid. Here is the volume for 60 subcycles for the B grid compared to the ref solution: And for the C grid: |
These results are consistent with Urrego-Blanco et al (2016), whose UQ study indicated that the primary sensitivities in CICE are to radiative parameters and snow and ice densities. For dynamics parameters, there is some sensitivity to dragio, and slight sensitivity to ecc and Cs. |
It was decided to keep the same default parameters and to add an advice in the documentation to increase ndte for high resolution applications (see pull request #722). |
I want to see the impact of some parameters in the namelist so that we can set default values. The reference simulation (gx3) is:
ndte=1200,
kstrength=0,
visc_method = 'avg_zeta'
elasticDamp = 0.12d0
deltaminEVP = 2e-9
capping = 0.
Here is the impact of deltaminEVP (2e-9 versus 1e-11) for the B-grid:
and the C-grid:
The text was updated successfully, but these errors were encountered: