Skip to content
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

Closed
JFLemieux73 opened this issue Apr 27, 2022 · 13 comments
Closed

Impact of namelist parameters #712

JFLemieux73 opened this issue Apr 27, 2022 · 13 comments

Comments

@JFLemieux73
Copy link
Contributor

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:

volume_B_dmin2e_9_B_dmin1e_11

and the C-grid:

volume_C_dmin2e_9_C_dmin1e_11

@JFLemieux73
Copy link
Contributor Author

After the merge, I think we should get rid of deltaminEVP. we could have deltaminEVP = deltaminVP = 2e-9 and just call it deltamin.

@JFLemieux73
Copy link
Contributor Author

Here is the effect of the capping. The blue curve is the ref solution (as above) with capping=0. The effect is again very small (same idea for the B-grid...not shown).

volume_C_cap0_C_cap1

@eclare108213
Copy link
Contributor

Are you sure they're different?

@JFLemieux73
Copy link
Contributor Author

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

@JFLemieux73
Copy link
Contributor Author

And now the impact of the method for calculating eta at the U point. The ref is again in blue (avg_zeta). The red curve is for avg_strength.

volume_C_avg_zeta_C_avg_strength

I just verified and they are slightly different again ! :)

@JFLemieux73
Copy link
Contributor Author

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.

@eclare108213
Copy link
Contributor

Thanks for being so thorough, JF. All of this is really helpful to see. Good!

@JFLemieux73
Copy link
Contributor Author

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,
kstrength=0,
visc_method = 'avg_zeta' (affects only C-grid)
elasticDamp = 0.12d0
deltaminEVP = 2e-9
capping = 0.

Here is the impact of deltaminEVP (2e-9 versus 1e-11) for the B-grid:

volume_B_ref_B_dmin_1e_11

@JFLemieux73
Copy link
Contributor Author

The differences are very small. It is the same conclusion for the C-grid (not shown).

@JFLemieux73
Copy link
Contributor Author

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).

@JFLemieux73
Copy link
Contributor Author

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:

volume_B_ref_B_60sub

And for the C grid:

volume_C_ref_C_60sub

@eclare108213
Copy link
Contributor

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.
Jorge_UQ.pdf

@JFLemieux73
Copy link
Contributor Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants