You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CFE bmi_cfe.c code, for the output variables, some are flux and some are storage in nature. So the flux type variables should be storrage divided by time in terms of units. However in the output_var_units, all are listed as having the units of "m". This may cause confusion for readers of the code when trying to use the code.
Current behavior
Flux and storage type output variables are both listed as having units "m".
Expected behavior
Flux type variable units: "m/h"
Storage type of variable units: "m"
Steps to replicate behavior (include URLs)
Screenshots
The text was updated successfully, but these errors were encountered:
In the CFE
bmi_cfe.c
code, for the output variables, some are flux and some are storage in nature. So the flux type variables should be storrage divided by time in terms of units. However in the output_var_units, all are listed as having the units of "m". This may cause confusion for readers of the code when trying to use the code.Current behavior
Flux and storage type output variables are both listed as having units "m".
Expected behavior
Flux type variable units: "m/h"
Storage type of variable units: "m"
Steps to replicate behavior (include URLs)
Screenshots
The text was updated successfully, but these errors were encountered: