The dust bins should be defined in the mml_dust coordinate in histFileMod.F90. This is defined, but the values are NOT set. We haven't noticed this before for some reason, but I noticed it in the cesm2_3_slim branch PR for this test...
PEM_Vmct.f19_f19_mg17.I1850SlimRsGs.cheyenne_intel.slim-default COMPARE_base_modpes
mml_dust was different between the two PE layouts. One was garbage data and the other had it sent to missing value. So we just need to set the bin sizes with the actual sizes.
The dust bins should be defined in the mml_dust coordinate in histFileMod.F90. This is defined, but the values are NOT set. We haven't noticed this before for some reason, but I noticed it in the cesm2_3_slim branch PR for this test...
PEM_Vmct.f19_f19_mg17.I1850SlimRsGs.cheyenne_intel.slim-default COMPARE_base_modpes
mml_dust was different between the two PE layouts. One was garbage data and the other had it sent to missing value. So we just need to set the bin sizes with the actual sizes.