Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Dec 5, 2024
1 parent 9a0320c commit 5ee26ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/ClimaEarth/run_amip.jl
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ function solve_coupler!(cs)
return nothing
end

## exit if running performance anaysis #hide
## exit if running performance analysis #hide
if haskey(ENV, "CI_PERF_SKIP_COUPLED_RUN") #hide
throw(:exit_profile_init) #hide
end #hide
Expand Down Expand Up @@ -770,7 +770,7 @@ GC.gc()
This is where the full coupling loop, `solve_coupler!` is called for the full timespan of the simulation.
We use the `ClimaComms.@elapsed` macro to time the simulation on both CPU and GPU, and use this
value to calculare the simulated years per day (SYPD) of the simulation.
value to calculate the simulated years per day (SYPD) of the simulation.
=#
walltime = ClimaComms.@elapsed comms_ctx.device begin
s = CA.@timed_str begin
Expand Down

0 comments on commit 5ee26ab

Please sign in to comment.