Skip to content

Commit

Permalink
Correct units string for default layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldwj committed May 5, 2023
1 parent 8640861 commit c093a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/realizations/catchment/Formulation_Manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace realization {
layer_desc.name = "surface layer";
layer_desc.id = 0;
layer_desc.time_step = 3600;
layer_desc.time_step_units = "S";
layer_desc.time_step_units = "s";

// add the layer to storage
layer_storage.put_layer(layer_desc, layer_desc.id);
Expand Down

0 comments on commit c093a33

Please sign in to comment.