-
Notifications
You must be signed in to change notification settings - Fork 51
user input exchange coefs #78
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
base: master
Are you sure you want to change the base?
Conversation
|
It should be doable. we will still have to recompute several quantities like (t_atm - t_ocn) also there are several terms that modify the air-sea flux (not the drag): rain impact, webb correction. we would need a 3 step process:
|
|
Fairall does things slightly differently and will have to be modified as it does not have a 'clean' value for all 3 coefficients. But we can still do it for Kondo and constant - will get rid of redundant code |
|
maybe the cd's should be moved to airsea_variables - and we split out the actual flux calculations from Kondo - and this can then be re-used in a dedicated flux routine still Fairall needs to be handled separately |
|
If major refactoring of the meteo code is desired, we might as well start from https://github.com/BoldingBruggeman/awex/ - which essentially is a refactored version of the GOTM meteo, adapted to also suit 3D models (pygetm). There the emphasis is on cd - but again fairall did not fit in easily, and is currently not enabled there. |
|
What Jorn suggest makes a lot of sense :-) I'll do that - over time .... @bderembl - you can use your own implementation for now - right? |
|
great for me -- as long as there is a constant cd option in the new version ;) |
Proposition for #77