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

Implementing Ivan Ristic microphysics and convection scheme in v4.5.1 #1932

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

Nikolar97
Copy link

In order to correctly implement IR microphysics and convection scheme fallowing
changes are important to make in namelist.input:

1. To include IR microphysics scheme in the namelist.input:

	mp_physics                    = 150,
	icloud                        = 4,

    (during the process of verifing the scheme and in order for
    scheme to be accepted, Jimy Dudhia from the WRF team suggested a new value 
for icloud and proposed number 4. New value for icloud is needed in 
order to use IR microphysics cloud cover in the radiation scheme and output)

2. To include IR convection scheme in the namelist.input set up:

	cu_physics                    = 147,


3. Very important step for setting up when to call radiation scheme (GDFL, Dudhia scheme, RRTMG...) :

	ra_call_offset                = -1,

this option allows us to call radiation scheme one timestep before output 
    and to update cloud cover with latest value from IR microphysics.

   4. For radiation scheme we suggest to use GFDL scheme and setup:

	ra_lw_physics                 = 99,
	ra_sw_physics                 = 99,

any other option for radiation scheme is allowed but this scheme creates better look of 
convective clouds on the map (using any other scheme will only include 
stratiform clouds)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants