Skip to content

Commit b4d2250

Browse files
authored
Update readme.md
1 parent 99be16c commit b4d2250

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,31 +75,31 @@ access to the assets.
7575
All data for the charts and figures are exported from Google Earth Engine as .json file (see et_comparisons.js for more info). These files are then processed in R to standardize data and add additional attributes (ie crop names and the number of days in the month). The tidy results are then saved to disk which is then used to build the plots and figures.
7676

7777

78-
### Overview of the EarthEngine Scripts to produce summaries
78+
### Overview of the EarthEngine Scripts
7979

8080
#### `ssj-delta-et/ssj-overview/et_comparisons.js`
8181

82-
Main script for analyzing the monthly ET data. The script runs through all the landuse types and calculates various statistics for a given area of interest (Delta Service Area or Legal Delta). The .json export contains the landuse type, the count of the number of cells in the region of interest, the mean daily ET value for the month, the median ET value, the value of the 9th, 25th, 75th & 91th percentiles. Script creates a task for each model to export, so make sure to start the process in the Tasks tab.
82+
This is the main script for analyzing the monthly ET data. The script runs through all the landuse types and calculates various statistics for a given area of interest (Delta Service Area or Legal Delta). The .json export contains the landuse type, the count of the number of cells in the region of interest, the mean daily ET value for the month, the median ET value, the value of the 9th, 25th, 75th & 91th percentiles. Script creates a task for each model to export, so make sure to start the process in the Tasks tab.
8383

8484
#### `ssj-delta-et/ssj-overview/et_comparisons_regional.js`
8585

8686
Similar to et_comparisons.js but includes several additional subregions for analysis (South, North, Central, Yolo, West).
8787

8888
#### `ssj-delta-et/ssj-overview/et_fieldpoints.js`
8989

90-
Extracts the monthly ET value at each of the fieldstations. This is depreciated since the final report used the daily values for the overpass days.
90+
Extracts the monthly ET value at each of the fieldstations. This is depreciated since the final report used the daily values for the overpass days (see daily_charts).
9191

9292
#### `ssj-delta-et/ssj-overview/et_comparisons_subregions_cropmask.js`
9393

9494
Summarizes the agricultural area only (all non-ag landuses are masked) for all 168 DETAW subregions.
9595

9696
#### `ssj-delta-et/ssj-overview/etrf_comparisons_2json.js`
9797

98-
Calculates ETrF (ETof) by dividing the monthly ET by monthly ETo. Spatial CIMIS was used as the ETo reference for the models except when the modeling group provided their own reference ETo.
98+
Calculates ETrF (EToF) per pixel by dividing the monthly ET by monthly reference ETo. Spatial CIMIS was used as the ETo reference for the models except when the modeling group provided their own reference ETo.
9999

100100
#### `ssj-delta-et/daily_charts/*_daily`
101101

102-
Various scripts to produce daily time series data for the models that were able to provide additional data for the overpasses and/or the daily interpolated values between the overpass dates. Values are extracted from the raster stack at the 3x3 grid around the field stations as well as for the CIMIS stations. Function can export Rn values as well as ET.
102+
Scripts to produce daily time series for the models that were able to provide additional data for the overpasses and/or the daily interpolated values between the overpass dates. Values are extracted from the raster stack at the 3x3 grid around the field stations as well as for the CIMIS stations. Function can export Rn values as well as ET.
103103

104104
### Data Post Processing
105105

0 commit comments

Comments
 (0)