We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8699207 commit 9f9ca89Copy full SHA for 9f9ca89
src/OceanSeaIceModels/ocean_sea_ice_model.jl
@@ -30,8 +30,6 @@ mutable struct OceanSeaIceModel{I, A, O, F, C, Arch} <: AbstractModel{Nothing, A
30
end
31
32
const OSIM = OceanSeaIceModel
33
-const OSIMSIM = Simulation{<:OceanSeaIceModel}
34
-const OSIMSIMPA = Simulation{<:OceanSeaIceModel{<:Any, <:PrescribedAtmosphere}}
35
36
function Base.summary(model::OSIM)
37
A = nameof(typeof(architecture(model)))
0 commit comments