-
Notifications
You must be signed in to change notification settings - Fork 2
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
Errors in cooling_then_warming_ocean.jl
#34
Comments
There are some leftovers from the refactor that I have to address. In particular, I have not adapted the validation cases to the new syntax. I will deal with this in a new PR |
I think this is an example, so it may also need to be put into the docs |
I am unsure about using this as an example because it uses a hacky |
Ah ok, then let's scrap it. I'm not sure we should put ClimaOcean into ClimaSeaIce examples. For example, we don't use ClimaOcean in Oceananigans examples. |
I have found some errors in this script but I don't know the library well enough to proposes fixes.
First, this line can be removed as there is no longer a
HeatBoundaryConditions
.ClimaSeaIce.jl/validation/ice_ocean_model/cooling_then_warming_ocean.jl
Line 8 in 2dee0f4
It sems that
RadiativeEmission
is already imported byClimaSeaIce.jl
. But I have not found anIceWaterThermalEquilibrium
. Maybe the name has changed?Second,
IceWaterThermalEquilbrium
is not defined but is called in the line below. Maybe the name has changed?ClimaSeaIce.jl/validation/ice_ocean_model/cooling_then_warming_ocean.jl
Line 66 in 2dee0f4
Third,
SlabSeaIceModel
is not defined but is called in line 97.ClimaSeaIce.jl/validation/ice_ocean_model/cooling_then_warming_ocean.jl
Line 97 in 2dee0f4
The text was updated successfully, but these errors were encountered: