Skip to content

Commit

Permalink
change input precip units to mm/h
Browse files Browse the repository at this point in the history
  • Loading branch information
madMatchstick authored and SnowHydrology committed Nov 18, 2021
1 parent 3617bda commit e8c2d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bmi_cfe.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static const char *input_var_types[INPUT_VAR_NAME_COUNT] = {
};

static const char *input_var_units[INPUT_VAR_NAME_COUNT] = {
"kg m-2", //"atmosphere_water__liquid_equivalent_precipitation_rate"
"mm h-1", //"atmosphere_water__liquid_equivalent_precipitation_rate"
"m s-1" //"water_potential_evaporation_flux"
};

Expand Down

0 comments on commit e8c2d4b

Please sign in to comment.