Devs,
Reminder: When we add new variables to derived types that initialized and duplicated, we must ensure that the new variable is added to the initialization routine and the duplication routine. For example,
Otherwise, we run into uninitialized variable that can crash the simulation.
Glenn