Skip to content

Commit 6c7e30d

Browse files
committed
More fixes
1 parent ef938db commit 6c7e30d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/access_mopper/mappings/Mappings_CMIP6_Lmon.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,12 @@
336336
},
337337
"mrfso": {
338338
"CF standard name": "soil_frozen_water_content",
339-
"dimensions": [
340-
"time",
341-
"depth",
342-
"lat",
343-
"lon"
344-
],
339+
"dimensions": {
340+
"time": "time",
341+
"depth": "depth",
342+
"lat": "lat",
343+
"lon": "lon"
344+
},
345345
"units": "kg m-2",
346346
"positive": null,
347347
"model_variables": [
@@ -430,12 +430,12 @@
430430
},
431431
"mrsos": {
432432
"CF standard name": "mass_content_of_water_in_soil_layer",
433-
"dimensions": [
434-
"time",
435-
"depth",
436-
"lat",
437-
"lon"
438-
],
433+
"dimensions": {
434+
"time": "time",
435+
"depth":"depth",
436+
"lat":"lat",
437+
"lon":"lon"
438+
},
439439
"units": "kg m-2",
440440
"positive": null,
441441
"model_variables": [

0 commit comments

Comments
 (0)