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

Turn off dss #650

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Turn off dss #650

merged 2 commits into from
Jul 1, 2024

Conversation

kmdeck
Copy link
Member

@kmdeck kmdeck commented Jun 7, 2024

Purpose

Turn off dss, but preserve the capabilities/code for future use
-> turn off lateral flow
-> comment out some tests of horizontal tendencies in soil

Plots for the global bucket run without DSS - we see some grid imprinting
T_sfc_raw_cpu
σS_raw_cpu
W_raw_cpu

These are made with CC Makie:
image
image
image

@@ -11,6 +11,7 @@ import ClimaLand
import ClimaLand.Parameters as LP

for FT in (Float32, Float64)
#=
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commented out these tests since they compare the output of exp_tendency! with an analytic expression, but exp_tendency! does not do anything if there is no lateral flow.

@kmdeck kmdeck added the Run benchmarks Add this label to run benchmarks on clima label Jun 25, 2024
Artifacts.toml Outdated Show resolved Hide resolved
@kmdeck kmdeck requested review from Sbozzolo and szy21 June 25, 2024 22:28
@kmdeck kmdeck self-assigned this Jun 25, 2024
@kmdeck kmdeck added this to the Maintenance and Improvements milestone Jun 25, 2024
Comment on lines +89 to +92
#for key in propertynames(Y)
# property = getproperty(Y, key)
# dss_helper!(property, axes(property), p)
#end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to remove this, or just comment it out?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think just comment it out, since we want to come back to lateral flow at some point...and maybe if this PR causes issues, we want to be able to turn it back on? but also this stuff is preserved in git history.

@kmdeck kmdeck marked this pull request as ready for review June 26, 2024 17:03
@kmdeck
Copy link
Member Author

kmdeck commented Jun 27, 2024

@Sbozzolo Im not sure if this is "grid imprinting" or just coarse resolution images. Either way, I think this is ready to merge after rebasing, unless we want to try a very long coupler run using this clima land branch? I had already triggered a regular Coupler long run and Zhaoyi thought it looked fine.

src/standalone/Soil/rre.jl Outdated Show resolved Hide resolved
@kmdeck kmdeck requested a review from Sbozzolo July 1, 2024 21:55
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this Manifest should not be included

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed entirely

kmdeck added 2 commits July 1, 2024 15:22
Remove experiment Manifest.toml and update README
@kmdeck kmdeck enabled auto-merge July 1, 2024 22:23
@kmdeck kmdeck merged commit 3ed8e59 into main Jul 1, 2024
11 checks passed
@kmdeck kmdeck deleted the kd/dss_off branch July 1, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Run benchmarks Add this label to run benchmarks on clima
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants