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

change parameters to radians from degrees in oslo_aero_hetfrz #32

Open
mvertens opened this issue Aug 27, 2024 · 0 comments
Open

change parameters to radians from degrees in oslo_aero_hetfrz #32

mvertens opened this issue Aug 27, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mvertens
Copy link
Contributor

The following in degrees - but is only used in radians.

real(r8),parameter :: theta_imm_bc = 48.0_r8 ! contact angle [deg], converted to rad later !DeMott et al (1990)
real(r8),parameter :: deg2rad = pi / 180.0_r8
real(r8),parameter :: theta_imm_bc = 48.0_r8 * deg2rad ! contact angle [rad] !DeMott et al (1990)

@mvertens mvertens added the enhancement New feature or request label Aug 27, 2024
@mvertens mvertens added this to the NorESM2.5 milestone Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant