-
Notifications
You must be signed in to change notification settings - Fork 19
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
Adds Soares test case with smooth detrainment #3473
base: main
Are you sure you want to change the base?
Conversation
adds soares test case clima formatter replace detrainment limiter with default cleans up ci plots Increase reference counter for buildkite job
ab211f0
to
dddf648
Compare
edmfx_sgs_diffusive_flux: true | ||
edmfx_nh_pressure: true | ||
edmfx_filter: true | ||
prognostic_tke: false # should we set this as true or false? |
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.
What happens if it is set to true?
perturb_initstate: false | ||
dt: "5secs" | ||
t_end: "8hours" | ||
dt_save_state_to_disk: "14hours" |
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.
dt_save_state_to_disk: "14hours" |
(14 hours is longer than t_end, so you can just remove this line. The default is Inf.)
artifact_paths: "prognostic_edmfx_soares_column/output_active/*" | ||
agents: | ||
slurm_mem: 20GB | ||
soft_fail: 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.
Do you need it to be soft fail?
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.
You don't need to change the ref counter if you don't add a reproducibility test.
Purpose
Adds soares test case following Soares 2004 paper that uses smooth area detrainment closure.
To-do
Content