Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CryoGrid.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CryoGrid
CryoGrid.jl
Commits
a1df02d4
Commit
a1df02d4
authored
3 years ago
by
Brian Groenke
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
d49c00ea
No related branches found
No related tags found
1 merge request
!65
Move Soil to Physics module and rename Water -> WaterBalance
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/make.jl
+4
-0
4 additions, 0 deletions
docs/make.jl
docs/src/api/soils.md
+7
-0
7 additions, 0 deletions
docs/src/api/soils.md
docs/src/api/water_balance.md
+7
-0
7 additions, 0 deletions
docs/src/api/water_balance.md
src/Physics/Soils/Soils.jl
+1
-1
1 addition, 1 deletion
src/Physics/Soils/Soils.jl
with
19 additions
and
1 deletion
docs/make.jl
+
4
−
0
View file @
a1df02d4
...
...
@@ -10,6 +10,8 @@ const modules = [
CryoGrid
.
Physics
,
CryoGrid
.
Boundaries
,
CryoGrid
.
HeatConduction
,
CryoGrid
.
WaterBalance
,
CryoGrid
.
Soils
,
CryoGrid
.
SEB
,
CryoGrid
.
Strat
,
CryoGrid
.
Presets
,
...
...
@@ -33,6 +35,8 @@ makedocs(modules=modules,
"Utilities"
=>
"api/utils.md"
,
"Physics"
=>
[
"Heat Conduction"
=>
"api/heat_conduction.md"
,
"Water Balance"
=>
"api/water_balance.md"
,
"Soils"
=>
"api/soils.md"
,
"Surface Energy Balance"
=>
"api/seb.md"
,
],
"Stratigraphy"
=>
"api/strat.md"
,
...
...
This diff is collapsed.
Click to expand it.
docs/src/api/soils.md
0 → 100644
+
7
−
0
View file @
a1df02d4
# Soils
```
@autodocs
Modules = [Soils]
Private = false
Order = [:type, :function, :macro]
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/src/api/water_balance.md
0 → 100644
+
7
−
0
View file @
a1df02d4
# Water balance
```
@autodocs
Modules = [WaterBalance]
Private = false
Order = [:type, :function, :macro]
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/Physics/Soils/Soils.jl
+
1
−
1
View file @
a1df02d4
...
...
@@ -7,7 +7,7 @@ import CryoGrid.Physics.HeatConduction: Enthalpy, Temperature, totalwater, liqui
using
CryoGrid
.
Numerics
using
CryoGrid
.
Numerics
:
heaviside
using
CryoGrid
.
Physics
.
HeatConduction
using
CryoGrid
.
Physics
.
WaterBalance
:
VanGenuchten
using
CryoGrid
.
Physics
.
WaterBalance
using
CryoGrid
.
Utils
using
Base
:
@propagate_inbounds
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment