pfra-hydromet icon indicating copy to clipboard operation
pfra-hydromet copied to clipboard

Reformat hydromet_stratified.py Following PEP8

Open ShaneMPutnam opened this issue 5 years ago • 1 comments

All local variables and functions should be lower case and for readability, all functions should have a description even if they seem self-explanatory.

ShaneMPutnam avatar Jun 16 '20 12:06 ShaneMPutnam

Also, use descriptive variable names when possible. Instead of calling a variable "R" use "rainfall_total" and then add the units and additional information to the docstring.

ShaneMPutnam avatar Jun 16 '20 13:06 ShaneMPutnam