Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 5562ad4

Browse files
authored
Add diffed channels normalisation consts for ECMWF India (#360)
1 parent bbf2af9 commit 5562ad4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ocf_datapipes/utils/consts.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ def __getitem__(self, key):
250250
"v10": 0.02332865633070469,
251251
"v100": -0.07577426731586456,
252252
"v200": -0.1255049854516983,
253+
"diff_dlwrf": 1340142.4,
254+
"diff_dswrf": 820569.5,
255+
"diff_duvrs": 94480.24,
256+
"diff_sr": 814910.1,
253257
}
254258

255259
INDIA_ECMWF_STD = {
@@ -270,6 +274,10 @@ def __getitem__(self, key):
270274
"v10": 2.401158571243286,
271275
"v100": 3.5278923511505127,
272276
"v200": 3.974159002304077,
277+
"diff_dlwrf": 292804.8,
278+
"diff_dswrf": 1082344.9,
279+
"diff_duvrs": 125904.18,
280+
"diff_sr": 1088536.2,
273281
}
274282

275283

0 commit comments

Comments
 (0)