@@ -296,15 +296,15 @@ include("plotting.jl")
296296export NetworkNode, GenericNode, GenericDirectNode
297297export IHACRES, IHACRESNode, IHACRESBilinearNode, ExpuhNode, DamNode, Climate
298298export create_node, GR4JNode, HyModNode, SimpleHyModNode, SYMHYDNode
299- export EnsembleNode, WeightedEnsemble
299+ export EnsembleNode, WeightedEnsembleNode
300300
301301# Network
302302export find_inlets_and_outlets, inlets, outlets
303303export climate_values, node_names, get_node, get_node_id, get_prop, set_prop!
304304export param_info, update_params!, sim_length, reset!, prep_state!
305305export run_catchment!, run_basin!, run_node!, run_node_with_temp!
306306export run_timestep!
307- export calibrate!, calibrate_instances!
307+ export calibrate!, calibrate_instances!, calibrate_weights!
308308export create_network, load_network, save_network
309309
310310export best_candidate, best_fitness, best_params
@@ -321,4 +321,6 @@ export timesteps
321321# Analysis
322322export Analysis
323323
324+ export apply_bias_correction
325+
324326end # end module
0 commit comments