Results 10 issues of Nels

I have a large dataset with a variable I'm trying to read. ```python dataset = netCDF4.Dataset(state) var = dataset[flow] print var ``` Shows the variable correctly: ``` float64 channelSurfacewaterChannelNeighborsFlowRate(instances, channelElements,...

The level pool formulation doesn't correctly conserve mass when exceeding max conditionions. ## Expected Behavior ![correct](https://user-images.githubusercontent.com/5186647/56674950-9d27f780-6680-11e9-947e-5d87d28a99c5.png) When a reservoir is below max, and the current conditions would cause it to...

v2.1-wm

I'm working on an open book style watershed, and I was trying to run the dropanalysis tool, and caused a segfault. Running on a linux machine with code compiled from...

The accepted inclusion of [get_bmi_version](https://github.com/csdms/bmi/blob/522f88020a497776aaedce86ae155b61c30e8c1b/bmi.sidl#L8) in #111 moves BMI from version `2.0` to version [2.1-dev.0](https://github.com/csdms/bmi/blob/522f88020a497776aaedce86ae155b61c30e8c1b/bmi.sidl#L4). By adding this to function name to the namespace, it will break ABI compatibility for...

The Update function assumes a conversion of the precip variable from `mm/hr` to `m/hr` by simply accounting for the scale difference between `mm` and `m`. However, what happens when `update_until`...

Looking at some of the outputs of CFE model runs, it almost looks like the Q_OUT variable is in `mm/hr`, much the same as the `precip_rate` is. But the BMI...

This happens in both [aorc.c line 33](https://github.com/NOAA-OWP/cfe/blob/2a9512931ee2869c33a7ed838d9ffee28549075f/forcing_code/src/aorc.c#L33) and in [pet.c line 49](https://github.com/NOAA-OWP/cfe/blob/2a9512931ee2869c33a7ed838d9ffee28549075f/forcing_code/src/pet.c#L49)

Allows the standalone BMI run to accept a configuration file arg from the command line. After building with `make` you can execute `./run_bmi` as before, and it will still look...

`max_contrib_area` is printed here but it is never initialized/assigned a real value! https://github.com/NOAA-OWP/topmodel/blob/9452b7b391a1ea7ad9e079ebde05135b12fe0527/src/bmi_topmodel.c#L482

https://github.com/NOAA-OWP/cfe/blob/0b488a123887100c6304aee3b0149bc97a68283e/src/bmi_cfe.c#L1509C7-L1509C81 During the update step, precip is scaled by 1000 *assuming* the prcipitation input variable has units of `mm/hr` which is NOT a valid assumption when precip is coming from...