ESCOMP / ESCOMP/atmospheric_physics
Calculate NO photolysis rate constants
- Dominant language
- Fortran
- Stars
- 12
- Forks
- 38
- Avg merge
- 11h 16m
- Merged PRs (30d)
- 5
Description
In CAM, NO photolysis rate constants are calculated with a parameterization not based on the radiation field. This parameterization will need to be included into the photolysis rate constant calculation.
https://github.com/ESCOMP/CAM/blob/ab476f9b7345cbefdc4cf67ff17f0fe85d8c7387/src/chemistry/mozart/mo_jshort.F90#L1796-L1870
**Acceptance Criteria**
- Photolysis of NO is calculated using the parameterization in CAM when specified.
**Ideas**
- Follow the logic of the TUV-x PR into CAM: https://github.com/ESCOMP/CAM/blob/c12d1e46e0fdc1dccb0a651a6c9fefd6bb80b2ba/src/chemistry/mozart/mo_tuvx.F90#L1849-L1943
- This could be implemented in a separate "Scheme", in the MUSICA CCPP wrapper, or included directly in TUV-x
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.