Skip to content

Commit

Permalink
Fix docs and remove extra time variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed Feb 18, 2024
1 parent 49fe3ca commit 73ab4e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ CurrentModule = DepositionMTK
Documentation for [DepositionMTK](https://github.com/EarthSciML/DepositionMTK.jl).

```@index
```

Package wesely1989 implements an algorithm for surface resistance to dry deposition.

Citation for the original article, followed by citation for an article with some corrections which have been
Expand Down Expand Up @@ -35,7 +37,7 @@ This has been accomnlished successfullv for H2O2, HCHO, CH3CHO (to represent oth
and HNO2. Other factors considered include surface temperature, stomatal response to environmental parameters,
the wetting of surfaces by dew and rain, and the covering of surfaces by snow. Surface emission of gases
and variations of uptake characteristics by individual plant species within the landuse types are not considered explicitly.
```


```@autodocs
Modules = [DepositionMTK]
Expand Down
1 change: 0 additions & 1 deletion src/dry_deposition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ struct DrydepositionG <: EarthSciMLODESystem
@parameters G = 300 [unit = u"W*m^-2"]
@parameters T = 298 [unit = u"K"]
@parameters θ = 0
@parameters t [unit = u"s"]

D = Differential(t)

Expand Down
1 change: 0 additions & 1 deletion src/wet_deposition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ struct Wetdeposition <: EarthSciMLODESystem
@parameters qrain = 0.5
@parameters ρ_air = 1.204 [unit = u"kg*m^-3"]
@parameters Δz = 200 [unit = u"m"]
@parameters t [unit = u"s"]

D = Differential(t)

Expand Down

0 comments on commit 73ab4e0

Please sign in to comment.