Skip to content

Commit b632253

Browse files
committed
Add a comment regarding type stability
1 parent 6719201 commit b632253

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/run.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ function run_node_multiscale!(
491491
for st in node_statuses
492492
run!(node.value, models_at_scale, st, meteo, constants, extra)
493493

494+
# TODO since the mapping data type differs per variable, it is likely worth adding a function barrier within this loop for type stability
494495
# Do the accumulation for each variable
495496
for tmst in node.timestep_mapping_data
496497
# This will need to be changed for rational ratios

0 commit comments

Comments
 (0)