Aligned profile format with tuflowfv build
Tuflowfv (and the matlab tools) write profiles using aligned dimension/coordinate names (NumLayers, NumLayerfaces, X,Y). The python write timeseries function, and FvTimeseries (read profiles) used slightly different dim/coord names (z, lfz, x, y, etc.) The python writetimeseries function also added a stat data variable (is the cell wet/dry), which I kept in as a if statement check. I think this may be redundant.