We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef938db commit 6c7e30dCopy full SHA for 6c7e30d
src/access_mopper/mappings/Mappings_CMIP6_Lmon.json
@@ -336,12 +336,12 @@
336
},
337
"mrfso": {
338
"CF standard name": "soil_frozen_water_content",
339
- "dimensions": [
340
- "time",
341
- "depth",
342
- "lat",
343
- "lon"
344
- ],
+ "dimensions": {
+ "time": "time",
+ "depth": "depth",
+ "lat": "lat",
+ "lon": "lon"
+ },
345
"units": "kg m-2",
346
"positive": null,
347
"model_variables": [
@@ -430,12 +430,12 @@
430
431
"mrsos": {
432
"CF standard name": "mass_content_of_water_in_soil_layer",
433
434
435
436
437
438
+ "depth":"depth",
+ "lat":"lat",
+ "lon":"lon"
439
440
441
0 commit comments