-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 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,23 @@ | ||
## ITime | ||
|
||
`ITime`, or _integer time_, is a time type used by CliMA simulations to keep | ||
track of simulation time. For more information, refer to the | ||
[TimeManager section](https://clima.github.io/ClimaUtilities.jl/dev/timemanager/) | ||
in ClimaUtilities and the | ||
[ITime section](https://clima.github.io/ClimaAtmos.jl/dev/itime/) in ClimaAtmos. | ||
|
||
### How do I use ITime? | ||
|
||
We do not support the functionality of running simulations using either `ITime` or | ||
floating point. See the simulations below that automatically use `ITime`. | ||
|
||
1. Snowy land long run | ||
2. Soil-Canopy long run | ||
3. California regional simulation long run | ||
4. Soil model long run | ||
5. Global bucket simulation long run | ||
6. Bucket ERA5 model experiment | ||
7. Richards runoff standalone experiment | ||
|
||
If there is a particular simulation that is not compatible with `ITime` and you | ||
would like to use `ITime` with it, then please open an issue for it! |