I just noticed that I messed up the ordering of the dimensions for example 6 (Appendix 3) of our model output specifications document. Assuming here the C convention for dimension ordering, the x dimension in the ncdump of the sample output should appear after the "y" dimension, not in the reverse order. So, for example,
hfls(time, y, x)
latitude(y, x)
vertices_longitude(y, x, vertices)
.
.
.
I hope @sol1105 can check that I'm correct about this before I proceed to correct the model output specifications document and before @mauzey1 modifies example 6 in the CMOR documentation.
I just noticed that I messed up the ordering of the dimensions for example 6 (Appendix 3) of our model output specifications document. Assuming here the C convention for dimension ordering, the x dimension in the ncdump of the sample output should appear after the "y" dimension, not in the reverse order. So, for example,
hfls(time, y, x)latitude(y, x)vertices_longitude(y, x, vertices).
.
.
I hope @sol1105 can check that I'm correct about this before I proceed to correct the model output specifications document and before @mauzey1 modifies example 6 in the CMOR documentation.