Skip to content

Commit fe120ed

Browse files
committed
MUL-139: Rename level-type oceanDepthLayer -> depthBelowSeaLayer
1 parent 3eb939e commit fe120ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/multio/config/metadata-mapping/nemo-to-grib.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -285,15 +285,15 @@ data:
285285
grid-type: "unstructured_grid"
286286
domain : "T grid"
287287
unstructured-grid-subtype : "T"
288-
level-type : "oceanDepthLayer"
288+
level-type : "depthBelowSeaLayer"
289289

290290
# Integral of sea water practical salinity in the upper 700m
291291
- nemo-id : sal700
292292
param-id : 262119
293293
grid-type: "unstructured_grid"
294294
domain : "T grid"
295295
unstructured-grid-subtype : "T"
296-
level-type : "oceanDepthLayer"
296+
level-type : "depthBelowSeaLayer"
297297

298298
# Integral of sea water practical salinity in the total water column
299299
- nemo-id : salbtm
@@ -309,15 +309,15 @@ data:
309309
grid-type: "unstructured_grid"
310310
domain : "T grid"
311311
unstructured-grid-subtype : "T"
312-
level-type : "oceanDepthLayer"
312+
level-type : "depthBelowSeaLayer"
313313

314314
# Water column integrated heat content in the upper 700m
315315
- nemo-id : hc700
316316
param-id : 262122
317317
grid-type: "unstructured_grid"
318318
domain : "T grid"
319319
unstructured-grid-subtype : "T"
320-
level-type : "oceanDepthLayer"
320+
level-type : "depthBelowSeaLayer"
321321

322322
# Water column integrated heat content in the total water column
323323
- nemo-id : hcbtm

0 commit comments

Comments
 (0)