Skip to content

Commit 08b17d4

Browse files
authored
Update config.random.json
1 parent d027bca commit 08b17d4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

kaleidoscope/config/config.random.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@
139139
"pH": {
140140
"uncertainty": "pH_tot_unc",
141141
"coverage": 2.0,
142-
"distribution": "normal"
142+
"distribution": "normal",
143+
"clip": [
144+
0.0,
145+
14.0
146+
]
143147
},
144148
"saturation_aragonite": {
145149
"uncertainty": "saturation_aragonite_tot_unc",
@@ -154,7 +158,11 @@
154158
"ghrsst": {
155159
"analysed_sst": {
156160
"uncertainty": "analysed_sst_uncertainty",
157-
"distribution": "normal"
161+
"distribution": "normal",
162+
"clip": [
163+
270.15,
164+
318.15
165+
]
158166
}
159167
},
160168
"glorys": {

0 commit comments

Comments
 (0)