This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip model1 wip model1 wip bc wip driver wip river bc wip river bc added analytic function to test both no river and analytic case 1 run wip cleanup wip maxwell v catchment still wip maxwell tilted V added in wavespeed method for Rusanov flux changed names, documentation, added tilted V artifact, kept old River stuff soil tests seem to pass overland seems to work deleted old River.jl and test_no_river.jl files from remote fixed unit test removed old file, fixed doc formatter doesnt do the right thing move long running tilted v into its own test, run on cluster fix boundry condition test to match new interface gpu v catchment test fixes format minor doc stuff more minor doc stuff fixed precompute method changed variable name from area to height, removed width formatting fixed doc to reflect new name
- Loading branch information
1 parent
57a4edd
commit fc08411
Showing
15 changed files
with
865 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SurfaceFlow | ||
|
||
```@meta | ||
CurrentModule = ClimateMachine.Land.SurfaceFlow | ||
``` | ||
|
||
## SurfaceFlow types and functions | ||
```@docs | ||
OverlandFlowModel | ||
NoSurfaceFlowModel | ||
surface_boundary_flux! | ||
surface_boundary_state! | ||
calculate_velocity | ||
Precip | ||
VolumeAdvection | ||
SurfaceWaterHeight | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.