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

Parameterize RCEMIPII sst distribution #3181

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Conversation

cmschmitt519
Copy link
Member

Purpose

Add parameters for SST distribution
Modify Earth rotation and ocean albedo for RCEMIP
Keep short run configurations in model configs

To-do

Content


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

@cmschmitt519 cmschmitt519 changed the title Parameterize sst distribution Parameterize RCEMIPII sst distribution Jul 8, 2024
Comment on lines +51 to +57
Base.@kwdef struct SurfaceTemperatureParameters{FT} <: ASTP
SST_mean::FT
SST_delta::FT
SST_wavelength::FT
SST_wavelength_latitude::FT
end

Copy link
Member

Choose a reason for hiding this comment

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

@nefrathenrici Is it better to group parameters in a struct like this or add them to ClimaAtmosParameters?

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 grouped them like this so they would be broadcasted correctly into surface_state_to_conditions. ClimaAtmosParameters never gets passed into this function, where surface_temperature is called.

Copy link
Member

Choose a reason for hiding this comment

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

That makes sense, thanks!

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.

Thank you!

src/surface_conditions/surface_conditions.jl Outdated Show resolved Hide resolved
toml/rcemipii_diagnostic_edmfx_0M.toml Outdated Show resolved Hide resolved
@cmschmitt519 cmschmitt519 force-pushed the cs/rcemip_config2 branch 2 times, most recently from 990a278 to 1a7e276 Compare July 9, 2024 17:51
@cmschmitt519 cmschmitt519 added this pull request to the merge queue Jul 9, 2024
Merged via the queue into main with commit eec6d0f Jul 9, 2024
13 of 14 checks passed
@cmschmitt519 cmschmitt519 deleted the cs/rcemip_config2 branch July 9, 2024 22:41
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.

2 participants