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

Remove parameters from config #2021

Merged
merged 3 commits into from
Aug 31, 2023
Merged

Remove parameters from config #2021

merged 3 commits into from
Aug 31, 2023

Conversation

nefrathenrici
Copy link
Member

@nefrathenrici nefrathenrici commented Aug 25, 2023

Content

  • Removes the following config options: C_E, alpha_rayleigh_w, alpha_rayleigh_uh, zd_viscous, zd_rayleigh, kappa_2_sponge
  • Instead of being set via config, these values are added to ClimaAtmosParameters via a SpongeParameters struct, except for C_E, which is at the top-level
  • Add TOMLs for CI cases that need to change the values above. One file per case.
  • Updates .dev manifest to 1.9.2
  • Update juliaformatter to 1.9

@nefrathenrici nefrathenrici linked an issue Aug 25, 2023 that may be closed by this pull request
@nefrathenrici nefrathenrici force-pushed the ne/remove_config_params branch from b7ef2c5 to d400692 Compare August 25, 2023 22:59
@nefrathenrici nefrathenrici mentioned this pull request Aug 28, 2023
4 tasks
@nefrathenrici nefrathenrici force-pushed the ne/remove_config_params branch 6 times, most recently from 11ddb90 to 15be21e Compare August 31, 2023 18:49
@nefrathenrici
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Aug 31, 2023
2021: Remove parameters from config r=nefrathenrici a=nefrathenrici

## Content
- Removes the following config options: C_E, alpha_rayleigh_w, alpha_rayleigh_uh, zd_viscous, zd_rayleigh, kappa_2_sponge
- Instead of being set via config, these values are added to ClimaAtmosParameters via a SpongeParameters struct, except for C_E, which is at the top-level
- Add TOMLs for CI cases that need to change the values above. One file per case.
- Updates .dev manifest to 1.9.2
- Update juliaformatter to 1.9


Co-authored-by: nefrathenrici <nat.henrici@gmail.com>
@nefrathenrici
Copy link
Member Author

bors r-

@bors
Copy link
Contributor

bors bot commented Aug 31, 2023

Canceled.

@nefrathenrici nefrathenrici force-pushed the ne/remove_config_params branch from 15be21e to bfb2a02 Compare August 31, 2023 18:58
@nefrathenrici
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Aug 31, 2023
2021: Remove parameters from config r=nefrathenrici a=nefrathenrici

## Content
- Removes the following config options: `C_E`, `alpha_rayleigh_w`, `alpha_rayleigh_uh`, `zd_viscous`, `zd_rayleigh`, `kappa_2_sponge`
- Instead of being set via config, these values are added to ClimaAtmosParameters via a SpongeParameters struct, except for `C_E`, which is at the top-level
- Add TOMLs for CI cases that need to change the values above. One file per case.
- Updates .dev manifest to 1.9.2
- Update juliaformatter to 1.9


Co-authored-by: nefrathenrici <nat.henrici@gmail.com>
@bors
Copy link
Contributor

bors bot commented Aug 31, 2023

Build failed:

@nefrathenrici
Copy link
Member Author

bors r-

@nefrathenrici nefrathenrici force-pushed the ne/remove_config_params branch from bfb2a02 to fefcc43 Compare August 31, 2023 19:02
@nefrathenrici
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 31, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit d4cc64c into main Aug 31, 2023
8 checks passed
@bors bors bot deleted the ne/remove_config_params branch August 31, 2023 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove parameters from the default configuration
1 participant