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

Cloud overlap computation in mcica_subcol_gen_lw.1col.f90 for icld 4 and 5 are identical #9

Closed
Xeenych opened this issue Nov 22, 2021 · 1 comment
Assignees

Comments

@Xeenych
Copy link

Xeenych commented Nov 22, 2021

case (4) and case(5) are identical

@mjiacono
Copy link

mjiacono commented Dec 3, 2021

This is not an error, but the blocks of code for case (4), exponential cloud overlap, and case (5), exponential-random cloud overlap, in subroutine generate_stochastic_clouds could be consolidated here, since the stochastic procedure for these two cases is identical at this stage. The distinction between exponential and exponential-random cloud overlap is built into the alpha parameter, which is generated by subroutine get_alpha prior to its use in this stochastic procedure.

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

No branches or pull requests

3 participants