-
Notifications
You must be signed in to change notification settings - Fork 5
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
Flux partitioning #361
Flux partitioning #361
Conversation
When reviewing the artifacts, should we compare this new CI job with the existing |
experiments/AMIP/modular/components/atmosphere/climaatmos_init.jl
Outdated
Show resolved
Hide resolved
experiments/AMIP/modular/components/atmosphere/climaatmos_init.jl
Outdated
Show resolved
Hide resolved
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.
Nice work Lenka! My comments are mostly about adding comments/clarifications
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.
Looks good! Thanks for the revision :) I only had a couple minor comments
@@ -2,6 +2,7 @@ using ClimaCore | |||
|
|||
import ClimaCoupler.Interfacer: OceanModelSimulation, get_field, update_field! | |||
import ClimaCoupler.FieldExchanger: step!, reinit! | |||
import ClimaCoupler.FluxCalculator: update_turbulent_fluxes_point!, surface_thermo_state |
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.
Should we remove the import here then?
1bb8fe7
to
78036ae
Compare
implemented in AMIP driver, conserving deps amip runs + custom sfc state new pipeline run clean up clean up revs rev2 rev3 clean format codecov code cov
78036ae
to
8ea4b6f
Compare
bors r+ |
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. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Purpose
closes #360