respec / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
43 stars 17 forks source link

Units not displayed when outputting a section #18

Open mishranurag opened 6 years ago

mishranurag commented 6 years ago

For example, I used the following command.

FlowReach20=pd.read_hdf(OutHDF5, '/RESULTS/RCHRES_R020/HYDR')
FlowReach20

The output looks like this. image

The label of the values must contain the units to avoid any confusion.