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

Added RCEMIPII plane sst #3157

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Added RCEMIPII plane sst #3157

merged 1 commit into from
Jul 2, 2024

Conversation

cmschmitt519
Copy link
Member

Purpose

Add RCEMIPII plane sst distribution

To-do

Content

Previously, all box models with prescribed surface temp were automatically set to 300K. I kept this logic except for the RCEMIPII case


  • I have read and checked the items on the review checklist.

Copy link
Member

@szy21 szy21 left a comment

Choose a reason for hiding this comment

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

This looks good. But I think it would be better if we make the surface_temperature function dispatch on both sfc_temperature and model_config. This way we can have only one RCEMIPII surface temperature type, but work for the sphere or box. It also help avoid the case that e.g. some users use the sphere SST for a box setup. If it is too complicated, we can get this in and refactor it in a separate PR.

src/solver/model_getters.jl Outdated Show resolved Hide resolved
config/model_configs/rcemipii_box_diagnostic_edmfx.yml Outdated Show resolved Hide resolved
@cmschmitt519 cmschmitt519 force-pushed the zs/cs/rcemip_sst branch 4 times, most recently from ff69f57 to 9acf505 Compare July 1, 2024 23:07
@cmschmitt519 cmschmitt519 force-pushed the zs/cs/rcemip_sst branch 3 times, most recently from ce2489b to 396b1c7 Compare July 2, 2024 17:37
Copy link
Member

@akshaysridhar akshaysridhar left a comment

Choose a reason for hiding this comment

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

Pending buildkite check; but code changes LGTM. Thanks @cmschmitt519.

Surface condition dispatches on sfc_temp and model_config

Added buildkite test

add diagnostic variable

remove model_config
@akshaysridhar akshaysridhar enabled auto-merge July 2, 2024 20:27
@akshaysridhar akshaysridhar added this pull request to the merge queue Jul 2, 2024
@akshaysridhar akshaysridhar added the enhancement New feature or request label Jul 2, 2024
Merged via the queue into main with commit c8a9db1 Jul 2, 2024
10 of 13 checks passed
@akshaysridhar akshaysridhar deleted the zs/cs/rcemip_sst branch July 2, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants