Skip to content

Commit

Permalink
Fix documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
imreddyTeja committed Dec 19, 2024
1 parent 3bf2682 commit 26c8fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/interfacer.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,5 @@ end
```@docs
ClimaCoupler.Interfacer.stub_init
ClimaCoupler.Interfacer.AbstractSimulation
ClimaCoupler.Interfacer.AbstractSlabplanetSimulationMode
ClimaCoupler.Interfacer.AbstractSimulationMode
```
2 changes: 1 addition & 1 deletion src/Interfacer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ abstract type AMIPMode <: AbstractSimulationMode end
An abstract type represeting the slabplanet simulation mode with a ClimaAtmos.jl atmosphere model,
a ClimaLand.jl bucket land model, a thermal slab ocean model, and no sea ice model. Instead
of using a sea ice model, the ocean evaluated in areas that would be covered in ice.
of using a sea ice model, the ocean is evaluated in areas that would be covered in ice.
"""
abstract type SlabplanetMode <: AbstractSlabplanetSimulationMode end

Expand Down

0 comments on commit 26c8fb8

Please sign in to comment.