nhm-usgs / prms

Precipitation Runoff Modeling System
7 stars 9 forks source link

Privately declared vars #15

Open rmcd-mscb opened 4 years ago

rmcd-mscb commented 4 years ago

Hi Parker, I'm adding setter functions to prms6 bmi's, some of the variables I'd like to add to these setter functions are declared private, for now I'm commenting those out and adding a declaration without private. For example in the intcp module, I've done this to vars covden_sum and covden_win. Those are values that Steve indicated could be modified wrt calibration so I'm adding them to the BMI setter functions. Is there another way you would like to do this? Perhaps adding a setter function to module in prms6?