-
Notifications
You must be signed in to change notification settings - Fork 19
Add Wesely and Zhang dry dep schemes #116
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: develop
Are you sure you want to change the base?
Conversation
|
note this should go in after #111 |
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.
Copilot reviewed 11 out of 27 changed files in this pull request and generated no comments.
Files not reviewed (16)
- .codespellrc: Language not supported
- src/api/CMakeLists.txt: Language not supported
- src/api/catchem.F90: Language not supported
- src/core/chemstate_mod.F90: Language not supported
- src/core/config_mod.F90: Language not supported
- src/core/config_opt_mod.F90: Language not supported
- src/core/diagstate_mod.F90: Language not supported
- src/core/metstate_mod.F90: Language not supported
- src/core/species_mod.F90: Language not supported
- src/process/CMakeLists.txt: Language not supported
- src/process/bvoc/CMakeLists.txt: Language not supported
- src/process/drydep/CCPr_DryDep_Mod.F90: Language not supported
- src/process/drydep/CMakeLists.txt: Language not supported
- src/process/drydep/ccpr_scheme_Wesely_mod.F90: Language not supported
- src/process/drydep/ccpr_scheme_Zhang_aerosol_mod.F90: Language not supported
- tests/CMakeLists.txt: Language not supported
Comments suppressed due to low confidence (1)
tests/Configs/Default/CATChem_config.yml:48
- [nitpick] Consider renaming 'aero_scheme_opt' to 'drydep_aero_scheme_opt' for improved clarity about its association with the dry deposition configuration.
aero_scheme_opt: 1
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.
Copilot reviewed 11 out of 27 changed files in this pull request and generated 1 comment.
Files not reviewed (16)
- .codespellrc: Language not supported
- src/api/CMakeLists.txt: Language not supported
- src/api/catchem.F90: Language not supported
- src/core/chemstate_mod.F90: Language not supported
- src/core/config_mod.F90: Language not supported
- src/core/config_opt_mod.F90: Language not supported
- src/core/diagstate_mod.F90: Language not supported
- src/core/metstate_mod.F90: Language not supported
- src/core/species_mod.F90: Language not supported
- src/process/CMakeLists.txt: Language not supported
- src/process/bvoc/CMakeLists.txt: Language not supported
- src/process/drydep/CCPr_DryDep_Mod.F90: Language not supported
- src/process/drydep/CMakeLists.txt: Language not supported
- src/process/drydep/ccpr_scheme_Wesely_mod.F90: Language not supported
- src/process/drydep/ccpr_scheme_Zhang_aerosol_mod.F90: Language not supported
- tests/CMakeLists.txt: Language not supported
| scheme_opt: 1 | ||
| aero_scheme_opt: 1 | ||
| resuspension: false | ||
| #CO2 effect on stomatal conductance in wesely |
Copilot
AI
Apr 13, 2025
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.
[nitpick] Consider capitalizing 'wesely' to 'Wesely' for consistency with the PR title and documentation.
| #CO2 effect on stomatal conductance in wesely | |
| #CO2 effect on stomatal conductance in Wesely |
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.
we should have these all be lowercase to be inline with the other schemes
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.
Done!
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.
same here
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.
Done!
Add different drydep processes for gas and zhang et al dry deposition
Note: #111 should be merged first