Skip to content

Commit

Permalink
speed up generate fluxes
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Jun 19, 2024
1 parent f1099d9 commit a0682f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/generate_surface_fluxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ ocean = ocean_simulation(grid; momentum_advection = nothing,

set!(ocean.model;
T = ECCO2Metadata(:temperature),
S = ECCO2Metadata(:salinity),
u = ECCO2Metadata(:u_velocity),
v = ECCO2Metadata(:v_velocity))
S = ECCO2Metadata(:salinity))

# The final step is to construct a coupled model.
# The coupled model requires an ocean, which we have just constructed and initialized,
Expand Down

0 comments on commit a0682f0

Please sign in to comment.