Initialization of hail-aware graupel number and volume is currently called if first_call_main = .true., but that logical is set in tempo_main with a save attribute, which means that only the first column in an MPI run will be initialized. This is a bug and could cause reproducibility issues.
Initialization of hail-aware graupel number and volume is currently called if
first_call_main = .true., but that logical is set in tempo_main with asaveattribute, which means that only the first column in an MPI run will be initialized. This is a bug and could cause reproducibility issues.