When running diags, f_startswith is frequently used. For eaxmple f_startswith('HadISST'). The problem in this case is that each of 'HadISST_PD_1', 'HadISST_PI_1', 'HadISST_1' starts with HadISST. So this particular case may or may not be computed. The latter appears to be happening. There are other cases of this for other experiments. This is a significant issue.
When running diags, f_startswith is frequently used. For eaxmple f_startswith('HadISST'). The problem in this case is that each of 'HadISST_PD_1', 'HadISST_PI_1', 'HadISST_1' starts with HadISST. So this particular case may or may not be computed. The latter appears to be happening. There are other cases of this for other experiments. This is a significant issue.