You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary(::LOBSTER{FT, B, W}) where {FT, B, W} =string("Lodyc-DAMTP Ocean Biogeochemical Simulation Tools for Ecosystem and Resources (LOBSTER) model ($FT)")
435
+
summary(::LOBSTER{FT, Val{B}, NamedTuple{K, V}}) where {FT, B, K, V} =string("LOBSTER{$FT} with carbonates $(B[1] ?:✅::❌), oxygen $(B[2] ?:✅::❌), variable Redfield ratio $(B[3] ?:✅::❌)and $K sinking")
436
436
437
-
show(io::IO, model::LOBSTER{FT, Val{B}, W}) where {FT, B, W} =string(summary(model), "\n",
438
-
" Optional components:", "\n",
439
-
" ├── Carbonates $(B[1] ?:✅::❌)\n",
440
-
" ├── Oxygen $(B[2] ?:✅::❌)\n",
441
-
" └── Variable Redfield Ratio $(B[3] ?:✅::❌)", "\n",
0 commit comments