Skip to content

Commit

Permalink
change temps, saveat
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Jan 2, 2024
1 parent 817cd3f commit 6501983
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion experiments/ClimaCore/sea_breeze/land_rhs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function lnd_init(; xmin = -1000, xmax = 1000, helem = 20, npoly = 0)

## initial condition
T_sfc = map(coords) do coord
T_sfc = 283.0
T_sfc = 288.0
end

## prognostic variable
Expand Down
2 changes: 1 addition & 1 deletion experiments/ClimaCore/sea_breeze/ocean_rhs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function ocn_init(; xmin = -1000, xmax = 1000, helem = 20, npoly = 0)

## initial condition
T_sfc = map(coords) do coord
T_sfc = 257.0
T_sfc = 252.0
end

## prognostic variable
Expand Down
2 changes: 1 addition & 1 deletion experiments/ClimaCore/sea_breeze/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ system before executing the simulation.

t_start, t_end = (0.0, 1e4)
Δt_coupled = 0.1
saveat = 1.0
saveat = 1e2
atm_nsteps, ocn_nsteps, lnd_nsteps = (5, 1, 1)

## Initialize Models
Expand Down

0 comments on commit 6501983

Please sign in to comment.