-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cloud optical calculations for use in TUV-x (#167)
Adds the calculation of cloud optical properties to TUV-x for photolysis rate constant calculations. The algorithm is adapted from a post-calculation modification of photolysis rate constants calculated by the lookup version of TUV-x in CAM to account for the effects of clouds, [here](https://github.com/ESCOMP/CAM/blob/47dd341f83afc1e1faf28fd4cb6e463629db4c19/src/chemistry/mozart/mo_photo.F90#L949-L965) closes #100 Adds a few more Valgrind suppressions for minor memory leaks during initialization functions in 2 tests (9 and 72 bytes). We will look into these, but they are expected to go away as TUV-x is moved out of Fortran.
- Loading branch information
1 parent
045b630
commit 557e42a
Showing
10 changed files
with
574 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.