PUBLIC INTERFACE ~ PUBLIC DATA ~ PUBLIC ROUTINES ~ NAMELIST ~ DIAGNOSTIC FIELDS ~ ERROR MESSAGES ~ REFERENCES ~ NOTES

Module donner_deep_clouds_W_mod

Contact:  fil
Reviewers: 
Change History: WebCVS Log


OVERVIEW

donner deep cloud radiative properties module



OTHER MODULES USED

 time_manager_mod
donner_deep_mod
fms_mod
rad_utilities_mod

PUBLIC INTERFACE

donner_deep_clouds_W_init:
donner_deep_clouds_W_end:
donner_deep_clouds_amt2:
donner_deep_clouds_amt:
donner_deep_clouds_amt defines the distribution of cloud water and cloud ice concentration and particle size and total cloud fraction in both the mesoscale and convective cell-scale components of the clouds associated with donner_deep convection. these values will be combined with the large-scale cloud fields to produce the dist- ribution of cloud radiative properties that will be seen by the radiation package.

donner_deep_clouds_calc:


PUBLIC DATA

None.


PUBLIC ROUTINES

  1. donner_deep_clouds_W_init

    call donner_deep_clouds_W_init (pref, lonb, latb, axes, Time)
    DESCRIPTION


    INPUT
    pref   
       [real]
    lonb   
       [real]
    latb   
       [real]
    axes   
       [integer]
    Time   
       [time_type]

  2. donner_deep_clouds_W_end

    call donner_deep_clouds_W_end 
    
    DESCRIPTION


  3. donner_deep_clouds_amt2

    call donner_deep_clouds_amt2 ( & is, ie, js, je, & cld_cell, & Cell_microphys, & cld_meso, & Meso_microphys )
    DESCRIPTION


    INPUT
    is   
       [integer]
    ie   
       [integer]
    js   
       [integer]
    je   
       [integer]

    INPUT/OUTPUT
    Cell_microphys   
       [microphysics_type]
    Meso_microphys   
       [microphysics_type]

    OUTPUT
    cld_cell   
       [real]
    cld_meso   
       [real]

  4. donner_deep_clouds_amt

    call donner_deep_clouds_amt (is, ie, js, je, Cell_microphys, & Meso_microphys)
    DESCRIPTION
    donner_deep_clouds_amt defines the distribution of cloud water and cloud ice concentration and particle size and total cloud fraction in both the mesoscale and convective cell-scale components of the clouds associated with donner_deep convection. these values will be combined with the large-scale cloud fields to produce the dist- ribution of cloud radiative properties that will be seen by the radiation package.



    INPUT
    is   
       [integer]
    ie   
       [integer]
    js   
       [integer]
    je   
       [integer]

    INPUT/OUTPUT
    Cell_microphys   
       [microphysics_type]
    Meso_microphys   
       [microphysics_type]

  5. donner_deep_clouds_calc

    call donner_deep_clouds_calc ( & is,ie,js,je,deltaz,press,temp, & cld_cell, & cldext_cell, cldsct_cell, cldasymm_cell, & abscoeff_cell, & cld_meso, & cldext_meso, cldsct_meso, cldasymm_meso, & abscoeff_meso)
    DESCRIPTION


    INPUT
    is   
       [integer]
    ie   
       [integer]
    js   
       [integer]
    je   
       [integer]
    deltaz   
       [real]
    press   
       [real]
    temp   
       [real]

    INPUT/OUTPUT
    cld_cell   
       [real]
    cld_meso   
       [real]

    OUTPUT
    cldext_cell   
       [real]
    cldsct_cell   
       [real]
    cldasymm_cell   
       [real]
    abscoeff_cell   
       [real]
    cldext_meso   
       [real]
    cldsct_meso   
       [real]
    cldasymm_meso   
       [real]
    abscoeff_meso   
       [real]


DATA SETS

None.


ERROR MESSAGES

None.


top