Skip to content

Commit

Permalink
Merge pull request #1522 from branch 'feature/cloud-j' into dev/14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msulprizio committed Dec 12, 2023
2 parents b74f52e + ecceee7 commit e4145fe
Show file tree
Hide file tree
Showing 27 changed files with 1,746 additions and 308 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Restored consideration of both isSnow and isIce in dry deposition
- Fixed calculation of FRLAND_NOSNO_NOICE in `calc_met_mod.F90`

### Added
- Added interface to Cloud-J package for computing photolysis rates
- Added compile-time option FASTJX to use legacy Fast-JX photolysis instead of Cloud-J
- Added new diagnostics OD600 and TCOD600 for 600 nm optical depths (per-level and total column) used for computing J-values in either Fast-JX or Cloud-J

## [14.2.3] - 2023-12-01
### Added
- GEOS-Chem Classic rundir script `run/GCClassic/setupForRestarts.sh`
Expand Down
1 change: 1 addition & 0 deletions GeosCore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ add_library(GeosCore
carbon_gases_mod.F90
chemistry_mod.F90
cldice_HBrHOBr_rxn.F90
cldj_interface_mod.F90
cleanup.F90
co2_mod.F90
convection_mod.F90
Expand Down
Loading

0 comments on commit e4145fe

Please sign in to comment.