Skip to content

Commit afbef0a

Browse files
authored
Merge pull request #1654 from knutfrode/dev
[run-ex] Added two new oils: RINGHORNE 2025 and BALDER BLEND 2025
2 parents 293a8ba + 6c3d4e0 commit afbef0a

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

opendrift/models/openoil/adios/get_max_water_fraction_for_oils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ def get_water_fractions():
207207
'LANGJELLET 2023': {'temperatures': [5.0, 15.0], 'max_water_fraction': [0.78, 0.8]},
208208
'BLANE 2009': {'temperatures': [5.0, 15.0], 'max_water_fraction': [0.8, 0.8]},
209209
'CARISA 2025': {'temperatures': [5.0, 15.0], 'max_water_fraction': [0.42, 0.58]},
210+
'RINGHORNE 2025': {'temperatures': [5.0, 15.0], 'max_water_fraction': [.6, .62]},
211+
'BALDER BLEND 2025': {'temperatures': [5.0, 15.0], 'max_water_fraction': [.8, .8]},
210212
}
211213

212214
oilmax = oilmax | additional

opendrift/models/openoil/adios/max_water_fraction.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@
9999
0.7
100100
]
101101
},
102+
"BALDER BLEND 2025": {
103+
"temperatures": [
104+
5.0,
105+
15.0
106+
],
107+
"max_water_fraction": [
108+
0.8,
109+
0.8
110+
]
111+
},
102112
"BLANE 2009": {
103113
"temperatures": [
104114
5.0,
@@ -1041,6 +1051,16 @@
10411051
0.8
10421052
]
10431053
},
1054+
"RINGHORNE 2025": {
1055+
"temperatures": [
1056+
5.0,
1057+
15.0
1058+
],
1059+
"max_water_fraction": [
1060+
0.6,
1061+
0.62
1062+
]
1063+
},
10441064
"SF NORD BRENT 2021": {
10451065
"temperatures": [
10461066
5.0,
@@ -1352,10 +1372,9 @@
13521372
],
13531373
"max_water_fraction": [
13541374
0.79,
1355-
0.80
1375+
0.8
13561376
]
13571377
},
1358-
13591378
"ULA 1999": {
13601379
"temperatures": [
13611380
5.0,
404 Bytes
Binary file not shown.

tests/test_data/generated/oil_list_norway.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ATLA KONDENSAT 2013
2424
AVALDSNES 2012
2525
BALDER 2002
2626
BALDER BLEND 2010
27+
BALDER BLEND 2025
2728
BLANE 2009
2829
BOYLA CRUDE 2016
2930
BRAGE 2013
@@ -126,6 +127,7 @@ OSEBERG SOR 2013
126127
OSEBERG, EXXON
127128
OSELVAR 2012
128129
RINGHORNE 2002
130+
RINGHORNE 2025
129131
ROTTERDAM DIESEL 2017
130132
SF NORD BRENT 2021
131133
SIGYN CONDENSATE 2017

0 commit comments

Comments
 (0)