Skip to content

MODIS simulator detection limits (effective radius bounds) #116

@brandonduran

Description

@brandonduran

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions