diff --git a/docs/Development/RecentAdjustments.md b/docs/Development/RecentAdjustments.md index f2d1283f..58952d2e 100644 --- a/docs/Development/RecentAdjustments.md +++ b/docs/Development/RecentAdjustments.md @@ -13,7 +13,7 @@ Now, an additional role is required for service accounts to access Earth Engine. Additionally, now it is recommended that the google cloud project itself should to be registered for use with Earth Engine. Earlier instead of the cloud project, users had to register each of their service accounts to use with Earth Engine. -We have updated the RAT documentation accordingly [here](../QuickStart/GettingReady/#gee-credentials) in step 4 of task 3 and task 4A has been added as an alternative to task 4B for GEE Credentials. +We have updated the RAT documentation accordingly [here](../../QuickStart/GettingReady/#gee-credentials) in step 4 of task 3 and task 4A has been added as an alternative to task 4B for GEE Credentials. ### June 1, 2024 There is a change in the [version of IMERG data products](https://gpm.nasa.gov/data/news/imerg-v07b-early-and-late-run-begin-production) and therefore weblink to download precipitation data needs to be changed. The weblink has been updated in the [developer version](../../Development/DeveloperVersion/) of RAT. It has been released in the [v3.0.13](../../Development/PatchNotes/#v3013). To [update](https://conda.io/projects/conda/en/latest/commands/update.html) RAT, please use `conda update rat` in your RAT environment. diff --git a/docs/index.md b/docs/index.md index f645e979..362dc1b6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ The [Reservoir Assessment Tool (RAT)](https://depts.washington.edu/saswe/rat) uses satellite remote sensing data to monitor water surface area and water level changes in artificial reservoirs. It uses this information, along with topographical information (either derived from satellite data, or in-situ topo maps) to estimate the Storage Change (∆S) in the reservoirs. Additionally, RAT models the Inflow (I) and the Evaporation (E) of each reservoir. Finally, RAT uses the modeled I, and E, and estimated ∆S, to estimate the Outflow (O) from reservoirs. !!! tip_note "Tip" - If RAT was working fine previously but you've recently encountered errors, please check out [Recent Adjustments](../Development/RecentAdjustments) for potential issues and their solutions. + If RAT was working fine previously but you've recently encountered errors, please check out [Recent Adjustments](../../Development/RecentAdjustments) for potential issues and their solutions. !!! note You are reading documentation for RAT version 3 (RAT-3). [RAT 3.0](https://doi.org/10.5194/gmd-17-3137-2024) makes numerous improvements to the code structure, performance optimizations, added configurations, ability to run RAT for multiple basins, among some introduced features. It also introduces packaging of RAT as a conda package, allowing for quick and easy installation.