Skip to content

Commit

Permalink
just remove it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Dec 23, 2024
1 parent c081671 commit 3035819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EXAMPLES_DIR = joinpath(@__DIR__, "..", "examples")
const OUTPUT_DIR = joinpath(@__DIR__, "src/literated")

to_be_literated = [
"ecco_inspect_temperature_salinity.jl",
# "ecco_inspect_temperature_salinity.jl",
"generate_bathymetry.jl",
"generate_surface_fluxes.jl",
"single_column_os_papa_simulation.jl",
Expand Down Expand Up @@ -42,7 +42,7 @@ pages = [
"Home" => "index.md",

"Examples" => [
"Inspect ECCO2 data" => "literated/ecco_inspect_temperature_salinity.md",
# "Inspect ECCO2 data" => "literated/ecco_inspect_temperature_salinity.md",
"Generate bathymetry" => "literated/generate_bathymetry.md",
"Surface fluxes" => "literated/generate_surface_fluxes.md",
"Single-column simulation" => "literated/single_column_os_papa_simulation.md",
Expand Down
4 changes: 2 additions & 2 deletions examples/idealized_single_column_simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ parent(atmosphere.downwelling_radiation.shortwave) .= Qℓ # W
grid = RectilinearGrid(size=100, z=(-400, 0), topology=(Flat, Flat, Bounded))
ocean = ocean_simulation(grid, coriolis=FPlane(; f))

eos = ocean.model.buoyancy.model.equation_of_state
g = ocean.model.buoyancy.model.gravitational_acceleration
eos = ocean.model.buoyancy.formulation.equation_of_state
g = ocean.model.buoyancy.formulation.gravitational_acceleration
α = SeawaterPolynomials.thermal_expansion(T₀, S₀, 0, eos)
dTdz =/* g)
Tᵢ(z) = T₀ + dTdz * z
Expand Down

0 comments on commit 3035819

Please sign in to comment.