-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement KeyClim cloud2 modifications for Oslo Aero #26
Implement KeyClim cloud2 modifications for Oslo Aero #26
Conversation
- oslo_aero_hetfrz.F90 - Scale bc, dst1, and dst3 by a new namelist variable, hetfrz_aer_scalfac. - hetfrz_aer_scalfac replaces hetfrz_bc_scalfac and hetfrz_dust_scalfac from the KeyClim cloud2 code. - Add diagnostics for new scaled fields - Scale total_aer_num, total_aer_num, uncoated_aer_num, and total_interstitial_aer_num by the same factor for the hetfrz_classnuc_calc computation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see nothing wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes looks fine to me. It may be that there will be a tuning split in NorESM2.5 / NorESM3 for the different variables, but in the model it is better to keep one.
Do you want me to use two variables when I port this work to the noresm2_5_develop branch? They would start off with the same value. |
Yes if it is not to much work splitting the two variables are good, since from a science point of view they should have different values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Steve, looks fine for me.
addresses NorESMhub/NorESM#465