-
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
Parameterize RCEMIPII sst distribution #3181
Conversation
Base.@kwdef struct SurfaceTemperatureParameters{FT} <: ASTP | ||
SST_mean::FT | ||
SST_delta::FT | ||
SST_wavelength::FT | ||
SST_wavelength_latitude::FT | ||
end | ||
|
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.
@nefrathenrici Is it better to group parameters in a struct like this or add them to ClimaAtmosParameters?
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.
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.
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.
That makes sense, thanks!
e8b019a
to
6d711dd
Compare
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.
Thank you!
990a278
to
1a7e276
Compare
1a7e276
to
f651381
Compare
Purpose
Add parameters for SST distribution
Modify Earth rotation and ocean albedo for RCEMIP
Keep short run configurations in model configs
To-do
Content