Following #110 , changes to the MODIS effective radius joint histograms were implemented to account for large effective radii simulated by GCMs that may exceed values seen in observations. However, it appears that these new bounds will not fully capture all GCM clouds. Specifically, it appears like re_ice_max and re_water_max in cosp_modis_interface.F90 are set to the old bin boundaries (90 and 30 microns, respectively).
As far as I can tell, these bounds inform the range of values in trial_re_i and trial_re_w, which trickle down to the effective radius size determination in modis_simulator.F90. I'm wondering if re_ice_max and re_water_max should be adjusted to match the new changes introduced in #110 ? It is my impression that despite the updated bin ranges designed to capture large radii clouds potentially found in GCMs, the joint histogram will not report any cloud within this largest bin range due to the size determination process (interpolate_to_min on line 208 of modis_simulator.F90)
My own testing with CAM6 has shown that while cloud droplets rarely exceed the threshold of the old bin boundaries (30 microns), ice crystals above the old bin boundaries (> 90 microns) are not negligible. However, with the current setup of the MODIS simulator, 0% CF is reported in the new largest bin due to what I've outlined above. Somebody with a more detailed understanding of the MODIS simulator might be able to chime in on this more effectively than I can!
Following #110 , changes to the MODIS effective radius joint histograms were implemented to account for large effective radii simulated by GCMs that may exceed values seen in observations. However, it appears that these new bounds will not fully capture all GCM clouds. Specifically, it appears like
re_ice_maxandre_water_maxincosp_modis_interface.F90are set to the old bin boundaries (90 and 30 microns, respectively).As far as I can tell, these bounds inform the range of values in
trial_re_iandtrial_re_w, which trickle down to the effective radius size determination inmodis_simulator.F90. I'm wondering ifre_ice_maxandre_water_maxshould be adjusted to match the new changes introduced in #110 ? It is my impression that despite the updated bin ranges designed to capture large radii clouds potentially found in GCMs, the joint histogram will not report any cloud within this largest bin range due to the size determination process (interpolate_to_minon line 208 ofmodis_simulator.F90)My own testing with CAM6 has shown that while cloud droplets rarely exceed the threshold of the old bin boundaries (30 microns), ice crystals above the old bin boundaries (> 90 microns) are not negligible. However, with the current setup of the MODIS simulator, 0% CF is reported in the new largest bin due to what I've outlined above. Somebody with a more detailed understanding of the MODIS simulator might be able to chime in on this more effectively than I can!