-
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
Express rheology term as a function of viscous coefficients for EVP and rEVP #639
Changes from 8 commits
d4313d9
d0d98e3
38be1a4
06b4d55
8b866d8
c709eb3
8e495e0
85d7b71
0fc0150
ffdd705
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,6 +202,7 @@ either Celsius or Kelvin units). | |
"eps13", "a small number", "10\ :math:`^{-13}`" | ||
"eps16", "a small number", "10\ :math:`^{-16}`" | ||
"esno(n)", "energy of melting of snow per unit area (in category n)", "J/m\ :math:`^2`" | ||
"eta", "viscous coefficient (shear)", "kg/s" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we also want to point out here that this is actually There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will think about it a bit more and might correct it later in another PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's confusing to use eta and zeta, especially if they are different from the 'classic' definitions. Maybe etax2 and zetax2? Or eta2 and zeta2, although those could also be ^2 rather than x2. The code isn't consistent with this kind of thing. |
||
"evap", "evaporative water flux", "kg/m\ :math:`^2`/s" | ||
"ew_boundary_type", "type of east-west boundary condition", "" | ||
"eyc", "coefficient for calculating the parameter E, 0\ :math:`<` eyc :math:`<`\ 1", "0.36" | ||
|
@@ -515,7 +516,6 @@ either Celsius or Kelvin units). | |
"print_global", "if true, print global data", "F" | ||
"print_points", "if true, print point data", "F" | ||
"processor_shape", "descriptor for processor aspect ratio", "" | ||
"prs_sig", "replacement pressure", "N/m" | ||
"Pstar", "ice strength parameter", "2.75\ :math:`\times`\ 10\ :math:`^4`\ N/m\ :math:`^2`" | ||
"puny", "a small positive number", "1\ :math:`\times`\ 10\ :math:`^{-11}`" | ||
"**Q**", "", "" | ||
|
@@ -540,6 +540,7 @@ either Celsius or Kelvin units). | |
"rdg_shear", "shear for ridging", "1/s" | ||
"real_kind", "definition of single precision real", "selected_real_kind(6)" | ||
"refindx", "refractive index of sea ice", "1.310" | ||
"rep_prs", "replacement pressure", "N/m" | ||
"revp", "real(revised_evp)", "" | ||
"restart", "if true, initialize ice state from file", "T" | ||
"restart_age", "if true, read age restart file", "" | ||
|
@@ -734,6 +735,7 @@ either Celsius or Kelvin units). | |
"yieldstress11(12, 22)", "yield stress tensor components", "" | ||
"year_init", "the initial year", "" | ||
"**Z**", "", "" | ||
"zeta", "viscous coefficient (bulk)", "kg/s" | ||
"zlvl", "atmospheric level height (momentum)", "m" | ||
"zlvs", "atmospheric level height (scalars)", "m" | ||
"zref", "reference height for stability", "10. m" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be nicer if this line was aligned correctly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
corrected