Skip to content

Commit

Permalink
Merge pull request #114 from UW-SASWE/low_latency
Browse files Browse the repository at this point in the history
Updated docs to describe the working of 0 latency
  • Loading branch information
SanchitMinocha authored Sep 9, 2024
2 parents 261cf6b + f789f98 commit 4ae0b42
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/Configuration/rat_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ RAT config file has 12 major sections that defines several parameters which are
end: 2022-08-31
```
!!! note
1. Starting from [v3.0.14](../../Development/PatchNotes/#v3014), the end date can now be set to a date on or before the current day.
2. For RAT runs that overlap with the period from three days prior to the current day up to the current day, meteorological data is sourced as nowcasts—precipitation data from the GEFS server and temperature and wind data from the GFS server.
* <h6 class="parameter_heading">*`vic_init_state_date`* :</h6>
<span class="requirement">Optional parameter</span>
Expand Down
8 changes: 4 additions & 4 deletions docs/Development/PatchNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
### v3.0.14
In this release, we have:

1. Enhanced Low-Latency Functionality: RAT can now run in operational mode with significantly reduced latency as low as 0.
2. Updated Forecasting Plugin: The forecasting plugin has been upgraded to allow forecast generation for multiple past dates.
3. Updated IMERG Precipitation Web Links: The web links for downloading historical IMERG data (prior to 2024) have been updated to match those for current data. This change reflects the revision of the IMERG product version for historical data to V07B, which is now the same as the version for recent IMERG data. These updates were implemented on June 1, 2024, on the IMERG web servers.
4. Updated RAT documentation: to reflect the changes in the forecasting plugin and the possibility of using low latency in operational mode.
1. **Enhanced Low-Latency Functionality:** RAT can now run in operational mode with significantly reduced latency as low as 0.
2. **Updated Forecasting Plugin:** The forecasting plugin has been upgraded to allow forecast generation for multiple past dates.
3. **Updated IMERG Precipitation Web Links:** The web links for downloading historical IMERG data (prior to 2024) have been updated to match those for current data. This change reflects the revision of the IMERG product version for historical data to V07B, which is now the same as the version for recent IMERG data. These updates were implemented on June 1, 2024, on the IMERG web servers.
4. **Updated RAT documentation:** To reflect the changes in the forecasting plugin and the possibility of using low latency in operational mode.

!!!note
1. Previously, a latency of 3 or more days was recommended due to delays in retrieving meteorological data from servers. However, RAT can now operate with latencies of less than 3 days, including real-time data (0-day latency). This is a major improvement over earlier versions, enabling users to generate data for the current day and produce forecasts up to 15 days ahead from the current day.
Expand Down
4 changes: 2 additions & 2 deletions docs/Development/RecentAdjustments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Recent Adjustments

### September8, 2024
From June 1 in 2024,all the historical IMERG data has been revised to Version 07B along with the current IMERG data being generated daily. In the last patch we updated the link to download IMERG for recent and current data while the link for the past historic data was not updated to V07B. This was raising the 'Connection Reset' error if one tries to run RAT from say 2020 to 2024. The problem has been resolved in the [developer version](../../Development/DeveloperVersion/) of RAT. It has been released in the version of RAT [v3.0.14](../../Development/PatchNotes/#v3014). To [update](https://conda.io/projects/conda/en/latest/commands/update.html) RAT, please use `conda update rat` in your RAT environment.
### September 8, 2024
From June 1 in 2024, all the historical IMERG data has been revised to Version 07B along with the current IMERG data being generated daily. In the last patch we updated the link to download IMERG for recent and current data while the link for the past historic data was not updated to V07B. This was raising the 'Connection Reset' error if one tries to run RAT from say 2020 to 2024. The problem has been resolved in the [developer version](../../Development/DeveloperVersion/) of RAT. It has been released in the version of RAT [v3.0.14](../../Development/PatchNotes/#v3014). To [update](https://conda.io/projects/conda/en/latest/commands/update.html) RAT, please use `conda update rat` in your RAT environment.

Due to the non-availability of IMERG data for April and May 2024 on the IMERG web server, users may encounter issues when running RAT for time periods that include these months. This issue is on the IMERG data provider's side, and we are hopeful it will be resolved soon.

Expand Down
2 changes: 1 addition & 1 deletion docs/Model/ComputationalModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The workflow diagram shown below summarizes the comprehensive process employed b

## Step-1
<sup class='step_heading'>Downloading and Pre-processing of meteorological data</sup> <br>
<span class='step_property'> Task: </span> Downloading of real-time raw meteorlogical data from different servers (precipitation from IMERG, and temperature and wind data from NOAA). The downloaded data is then pre-processed (scaled, aligned and clipped to basin - shown in the figure below) for further use. <br><br>
<span class='step_property'> Task: </span> Downloading of real-time raw meteorlogical data from different servers (precipitation from IMERG or GEFS, and temperature and wind data from NOAA or GFS). The downloaded data is then pre-processed (scaled, aligned and clipped to basin - shown in the figure below) for further use. <br><br>
<span class='step_property'> Input Files: </span> No input file is required. <br><br>
<span class='step_property'> Output Files: </span> 1. Global data for daily precipitation in geotif format. (<b>`data_dir`>raw>precipitation</b>) <br>
2. Global data for minimum and maximum temperature, and wind speed at daily frequency with a NetCDF file for each year and each variable. (<b>`data_dir`>raw>tmax/tmin/uwnd/vwnd</b>)<br>
Expand Down

0 comments on commit 4ae0b42

Please sign in to comment.