Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for CALIPSO simulator and MG precipitation fluxes #1333

Merged
merged 2 commits into from
Apr 20, 2017

Commits on Feb 14, 2017

  1. Fixes for CALIPSO simulator and MG precipitation fluxes

    This fixes CALIPSO simulator that shows abnormal spatial distribution.
    The root cause is that the pressure cutoff for MG calculation leads to
    precipitation flux arrays containing undefined values above the cut off
    level.
    
    Fixes for precipitation flux calculations in MG microphysics are also included.
    
     modified:   components/cam/src/physics/cam/cospsimulator_intr.F90
     modified:   components/cam/src/physics/cam/micro_mg1_0.F90
     modified:   components/cam/src/physics/cam/micro_mg2_0.F90
     modified:   components/cam/src/physics/cam/micro_mg_cam.F90
    
     [BFB]
    wlin7 committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    d2bc182 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. Modify precipitation flux calculation to avoid potential issue in COSP

    The fixes to make precipitation flux at surface consistent with surface precipitation rate
    may cause over-estimating the effect cloud liquid and ice in COSP simulated lidar/radar signal
    through the separate calculations of rain/snow reflectivity.
    
    This modification is to not include liquid and ice condensate fluxes for MG2 in micro_mg_cam.F90
    and undo all changes in precipitation flux calculations for MG1.
    
    modified:   components/cam/src/physics/cam/micro_mg1_0.F90
    modified:   components/cam/src/physics/cam/micro_mg_cam.F90
    
    [BFB]
    wlin7 committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    72a96c1 View commit details
    Browse the repository at this point in the history