UW-Hydro / tonic

A pre/post processing toolbox for hydrologic models
MIT License
20 stars 33 forks source link

Added support for lake, blowing snow, and flexible lai/fcanopy/albedo to grid_params.py #39

Closed tbohn closed 8 years ago

tbohn commented 8 years ago
Modified grid_params.py to account for:
1. optional extra columns in soil_param file
2. optional extra fcanopy in veg_lib file
3. optional blowing_snow params in veg_param file
4. optional lai, fcanopy, albedo in veg_param file
5. optional lake_param file
6. reading of veg_lib comment field
7. conditional creation of bare soil class, only if not already present

This closes #38. This does not completely address issues #29, #31, and #34. It addresses converting these from ascii to netcdf, but not netcdf to ascii.

tbohn commented 8 years ago

Note that there will be an accompanying pull request in UW-Hydro/VIC to be able to read lake and blowing snow parameters from the netcdf files. These two PRs must be taken at the same time, or the netcdf files for one will not be compatible with the other.