Skip to content

Commit

Permalink
Updated ASI, Offset, Scale 2024-11-15 01:53:41 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 15, 2024
1 parent 89670f8 commit ded25be
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spectral/spectral-offset-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -12033,6 +12033,14 @@ var offsetParams = {
'UCSB-CHG/CHIRPS/PENTAD': {
'precipitation': 0.0
},
'UCSB-CHG/CHIRTS/DAILY': {
'heat_index': 0.0,
'maximum_temperature': 0.0,
'minimum_temperature': 0.0,
'relative_humidity': 0.0,
'saturation_vapor_pressure': 0.0,
'vapor_pressure_deficit': 0.0
},
'UK/EA/ENGLAND_1M_TERRAIN/2022': {
'dsm_first': 0.0,
'dsm_last': 0.0,
Expand Down
8 changes: 8 additions & 0 deletions spectral/spectral-scale-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -12033,6 +12033,14 @@ var scaleParams = {
'UCSB-CHG/CHIRPS/PENTAD': {
'precipitation': 1.0
},
'UCSB-CHG/CHIRTS/DAILY': {
'heat_index': 1.0,
'maximum_temperature': 1.0,
'minimum_temperature': 1.0,
'relative_humidity': 1.0,
'saturation_vapor_pressure': 1.0,
'vapor_pressure_deficit': 1.0
},
'UK/EA/ENGLAND_1M_TERRAIN/2022': {
'dsm_first': 1.0,
'dsm_last': 1.0,
Expand Down

0 comments on commit ded25be

Please sign in to comment.