NCAR / wrf_hydro_nwm_public

WRF-Hydro model code
https://ral.ucar.edu/projects/wrf_hydro
Other
181 stars 139 forks source link

Why int rather than short for packed output variables? #511

Open kafitzgerald opened 4 years ago

kafitzgerald commented 4 years ago

We currently store packed output variables using scale + offset as int. Ideally these would be stored as short.

Just another thing to look into re: outputs

rcabell commented 2 years ago

Agreed, using int vs float saves no (uncompressed ) space as both are 32-bit.