-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates top level documentation to 0.87
- Loading branch information
Showing
6 changed files
with
51 additions
and
150 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 |
---|---|---|
@@ -1,32 +1,30 @@ | ||
ATS: The Advanced Terrestrial Simulator | ||
======================================= | ||
|
||
The Advanced Terrestrial Simulator (also know as the Arctic Terrestrial Simulator) is code for solving ecosystem-based, integrated, distributed hydrology. | ||
The Advanced Terrestrial Simulator (formerly sometimes known as the Arctic Terrestrial Simulator) is a code for solving ecosystem-based, integrated, distributed hydrology. | ||
|
||
Capabilities are largely based on solving various forms of Richards equation coupled to a surface flow equation, along with the needed sources and sinks for ecosystem and climate models. This can (but need not) include thermal processes (especially ice for frozen soils), evapo-transpiration, albedo-driven surface energy balances, snow, biogeochemistry, plant dynamics, and much more. | ||
Capabilities are largely based on solving various forms of Richards equation coupled to a surface flow equation, along with the needed sources and sinks for ecosystem and climate models. This can (but need not) include thermal processes (especially ice for frozen soils), evapo-transpiration, albedo-driven surface energy balances, snow, biogeochemistry, plant dynamics, deformation, transport, and much more. | ||
|
||
|
||
Getting the code | ||
---------------- | ||
|
||
If you just plan on using ATS and think what you want is likely in a recent release, please prefer to use the most recent [release version available here](https://github.com/amanzi/ats-dev/releases). | ||
If you just plan on using ATS and think what you want is likely in a recent release, please prefer to use the most recent [release version available here](https://github.com/amanzi/ats/releases). | ||
|
||
If you instead expect to do new development, please use the developer version and clone the [ats-dev repository](http://github.com/amanzi/ats-dev) using: | ||
If you instead expect to do new development, please use the developer version and clone the [ats repository](http://github.com/amanzi/ats) using: | ||
|
||
``` | ||
git clone http://github.com/amanzi/ats-dev | ||
git clone http://github.com/amanzi/ats | ||
``` | ||
|
||
NOTE: there is also an ats repository that is currently simply a placeholder for better project pages to come. Cloning that repository will do you no good! | ||
|
||
|
||
Installation | ||
------------ | ||
|
||
Please see the [INSTALL](https://github.com/amanzi/ats-dev/blob/master/INSTALL.md) file included in the top level directory of your ATS download, or the [ats-dev wiki](https://github.com/amanzi/ats-dev/wiki). | ||
Please see the [INSTALL](https://github.com/amanzi/ats/blob/master/INSTALL.md) file included in the top level directory of your ATS download. | ||
|
||
|
||
License and Copyright | ||
--------------------- | ||
|
||
Please see the [LICENSE](https://github.com/amanzi/ats-dev/blob/master/LICENSE) and [COPYRIGHT](https://github.com/amanzi/ats-dev/blob/master/COPYRIGHT) files included in the top level directory of your ATS download. | ||
Please see the [LICENSE](https://github.com/amanzi/ats/blob/master/LICENSE) and [COPYRIGHT](https://github.com/amanzi/ats/blob/master/COPYRIGHT) files included in the top level directory of your ATS download. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.