I could be mistaken but in implementing:
E3SM-Project/polaris#544
and reviewing
#382
I got the impression that VertCoord is reading NVertLayers from the horizontal mesh rather than the expected InitialVertCoord stream.
And looking through the code for VertCoord, it also seems like RefLayerThickness isn't being read in for that stream, which is important because that is the field that would provide NVertLayers.
I could be mistaken but in implementing:
E3SM-Project/polaris#544
and reviewing
#382
I got the impression that
VertCoordis readingNVertLayersfrom the horizontal mesh rather than the expectedInitialVertCoordstream.And looking through the code for
VertCoord, it also seems likeRefLayerThicknessisn't being read in for that stream, which is important because that is the field that would provideNVertLayers.