You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is somewhat stressful, as the ocean density is not constant.
This quantity is really a reference density that must be defined as part of the Boussinesq approximation; it's important to identify it as a "reference" (and therefore a parameter) rather than an absolute value.
It's appropriate to include this parameter here, because it ends up appearing in a few unrelated places in ocean codes (and also user's scripts). But I think it should be called ocean_reference_density so as to not cause unwarranted stress for users that want to carefully manage their science.
The text was updated successfully, but these errors were encountered:
For sure. That can work for mathematical notation form. Going along with #41 I think we should use the literal word reference to indicate reference values for English variable names.
51: Add some planet parameters r=charleskawczynski a=charleskawczynski
These parameters are from "Large-eddy simulation in an anelastic framework with closed water and entropy balances" (Pressel et. al.), Table 1. This is needed for [TurbulenceConvection.jl's #43](CliMA/TurbulenceConvection.jl#43).
Co-authored-by: Charles Kawczynski <[email protected]>
For detail-oriented folks, the variable
https://github.com/CliMA/CLIMAParameters.jl/blob/f779db6fa86f0bfce9de4ee31757fed1fe8b75ed/src/Planet/planet_parameters.jl#L36
is somewhat stressful, as the ocean density is not constant.
This quantity is really a reference density that must be defined as part of the Boussinesq approximation; it's important to identify it as a "reference" (and therefore a parameter) rather than an absolute value.
It's appropriate to include this parameter here, because it ends up appearing in a few unrelated places in ocean codes (and also user's scripts). But I think it should be called
ocean_reference_density
so as to not cause unwarranted stress for users that want to carefully manage their science.The text was updated successfully, but these errors were encountered: