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

replacing Mohler AF with nucleation rate #304

Merged
merged 1 commit into from
Feb 10, 2024
Merged

replacing Mohler AF with nucleation rate #304

merged 1 commit into from
Feb 10, 2024

Conversation

amylu00
Copy link
Member

@amylu00 amylu00 commented Feb 2, 2024

Purpose

  • replacing the AF parameterization from Mohler with the nucleation rate parameterization from the same paper. This requires one less empirical parameter and would be more numerically stable in the parcel model.

To-do

  • clean up? delete AF function or replace with a function that calculates the rate. also delete unnecessary parameters (see CLIMAParameters.jl)
  • if replacing AF function with new function for rate, revise unit/gpu/performance tests, api, etc.
  • fix Tully; the jump between GCM time steps should cause a jump in ice formation

Content

@amylu00 amylu00 added the Ice ⛄ label Feb 2, 2024
@amylu00 amylu00 self-assigned this Feb 2, 2024
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (06aac2d) 98.66% compared to head (6d7a331) 98.66%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #304   +/-   ##
=======================================
  Coverage   98.66%   98.66%           
=======================================
  Files          33       33           
  Lines        1045     1046    +1     
=======================================
+ Hits         1031     1032    +1     
  Misses         14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amylu00 amylu00 linked an issue Feb 2, 2024 that may be closed by this pull request
@amylu00 amylu00 force-pushed the al/fix_mohler branch 4 times, most recently from 24afca6 to c28106a Compare February 7, 2024 05:22
@amylu00 amylu00 requested a review from trontrytel February 7, 2024 05:22
@amylu00 amylu00 force-pushed the al/fix_mohler branch 2 times, most recently from 2c9a995 to 5a14377 Compare February 7, 2024 21:47
Copy link
Member

@trontrytel trontrytel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@amylu00 amylu00 force-pushed the al/fix_mohler branch 3 times, most recently from bfc1655 to b697584 Compare February 8, 2024 23:19
@amylu00 amylu00 enabled auto-merge February 8, 2024 23:20
@amylu00 amylu00 disabled auto-merge February 8, 2024 23:48
@amylu00 amylu00 enabled auto-merge February 8, 2024 23:49
@amylu00 amylu00 disabled auto-merge February 10, 2024 03:59
@amylu00 amylu00 enabled auto-merge February 10, 2024 17:49
@amylu00 amylu00 merged commit cb7302f into main Feb 10, 2024
10 checks passed
@amylu00 amylu00 deleted the al/fix_mohler branch October 22, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch dust deposition parameterization to compute the rate
2 participants