-
Notifications
You must be signed in to change notification settings - Fork 17
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
LES experiments in ClimaAtmos #3059
base: main
Are you sure you want to change the base?
Conversation
78e96a0
to
c47b9d4
Compare
8145994
to
304a17f
Compare
48fdc32
to
075bdc6
Compare
9e2e26f
to
e23c717
Compare
d8fe8d3
to
c4d57c3
Compare
Preliminary 1M microphysics results (ClimaAtmos default ci-plot infrastructure used, with windowed time averages to avoid spin-up periods) |
c30389c
to
6b3af24
Compare
modified: src/parameterized_tendencies/les_sgs_models/smagorinsky_lilly.jl modified: config/model_configs/les_rico_box.yml modified: post_processing/ci_plots.jl modified: config/model_configs/les_bomex_box.yml Tested BOMEX (1M) + RICO (1M) modified: src/parameterized_tendencies/les_sgs_models/smagorinsky_lilly.jl Clean up before review
6b3af24
to
62dbe8c
Compare
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.
should this file be removed?
z_stretch: false | ||
x_elem: 45 | ||
config: "box" | ||
hyperdiff: "true" |
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.
hyperdiff
here seems to conflict with l. 9.
@@ -0,0 +1,175 @@ | |||
##### | |||
##### Smagornsky Lilly Diffusion |
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.
##### Smagornsky Lilly Diffusion | |
##### Smagorinsky Lilly Diffusion |
FT = eltype(Y) | ||
grav = CAP.grav(params) | ||
thermo_params = CAP.thermodynamics_params(params) | ||
Pr_t = FT(1 / 3) |
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.
Make turbulent Prandtl number a parameter.
SDI: #2999
This PR consolidates the key changes required to run ClimaAtmos in LES configurations. This links the changes in ClimaCore PR#1736 to updates in parameterized tendencies in ClimaAtmos.