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

Modif3mar2018 #99

Merged
merged 5 commits into from
Mar 18, 2018
Merged

Conversation

JFLemieux73
Copy link
Contributor

Developer: JF Lemieux, ECCC

  1. Modified basal_stress_coeff to remove an if statement (following a suggestion by Till Rasmussen). I got BFB results.

  2. There was a minus sign missing in the calculation of taubx and tauby for the outputs. This is just for the outputs. It does not affect the prognostic variables (e.g. uvel, vvel, vice, aice...).

  3. Added internal pressure as an output (calculated in principal_stress). Possible names were sigI, internal_pressure, Pint, Pinternal and sigP. I decided to call it sigP. We could find a better name later if someone has an idea...

  4. Normalization of sig1 and sig2 is now done with the ice strength for both evp and eap (instead of prs_sig for the evp). I removed prs_sig as it is not needed anymore. This does not change the prognostic variables (e.g. uvel, vvel, vice, aice...). This is just for diagnostic. I compared sig1 and sig2 obtained this way with the previous ones and they are the same where both are calculated (they are not calculated at all the same locations because of the new condition 'if (strength(i,j) > puny) then' in principal_stress compared to the old one 'if (prs_sig(i,j) > puny) then' .

Is the documentation being updated with this PR? N

@eclare108213 eclare108213 self-assigned this Mar 16, 2018
@eclare108213
Copy link
Contributor

I tested this in the gx1 configuration, and it was BFB identical to #41158c1 for 3.5 years, when I stopped the run. Although the principal stress normalization is being done differently, the ellipse plots also appear identical (from iceh.2003-05.nc).

Documentation for this and other changes to the dynamics still needs to be updated. I created an issue for that task.

ellipse_jf

@eclare108213 eclare108213 merged commit 731ba58 into CICE-Consortium:master Mar 18, 2018
@JFLemieux73 JFLemieux73 deleted the MODIF3mar2018 branch May 14, 2018 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants