Skip to content

Commit

Permalink
ocean 5e-4
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Feb 8, 2024
1 parent 3b5a4d5 commit a183ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/AMIP/components/ocean/slab_ocean_init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function ocean_init(

evolving_switch = evolving ? FT(1) : FT(0)
params =
OceanSlabParameters(FT(20), FT(1500.0), FT(800.0), FT(271.0), FT(1e-4), FT(1e-4), FT(0.38), evolving_switch)
OceanSlabParameters(FT(20), FT(1500.0), FT(800.0), FT(271.0), FT(5e-4), FT(5e-4), FT(0.38), evolving_switch)

Y, space = slab_ocean_space_init(space, params)
cache = (
Expand Down

0 comments on commit a183ea5

Please sign in to comment.