3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| 116 | + | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
| |||
- .github/workflows/main.yml+1-1
- CMakeLists.txt+14-4
- Dockerfile+9-4
- Dockerfile.debug+7-5
- Dockerfile.mpi+8-3
- README.md+3-3
- data/CAMP_v1_paper/README.md+2-5
- doc/bib59505.aux+16
- doc/bib66484.aux+16
- doc/citelist.doc59505+18
- doc/citelist.doc66484+18
- doc/references.bib+14
- src/rxn_data.F90+2
- src/rxn_factory.F90+28-1
- src/rxn_solver.c+61
- src/rxns.h+52
- src/rxns/rxn_HL_phase_transfer.c+7-7
- src/rxns/rxn_SIMPOL_phase_transfer.c+5-5
- src/rxns/rxn_condensed_phase_photolysis.F90+661
- src/rxns/rxn_condensed_phase_photolysis.c+485
- src/rxns/rxn_surface.F90+297
- src/rxns/rxn_surface.c+405
- src/util.h+79-14
- test/unit_rxn_data/test_condensed_phase_arrhenius.json+181-170
- test/unit_rxn_data/test_condensed_phase_photolysis.json+98
- test/unit_rxn_data/test_condensed_phase_photolysis.sh+36
- test/unit_rxn_data/test_condensed_phase_photolysis_config.json+5
- test/unit_rxn_data/test_photolysis.json+48-48
- test/unit_rxn_data/test_rxn_condensed_phase_photolysis.F90+407
- test/unit_rxn_data/test_rxn_surface.F90+480
- test/unit_rxn_data/test_surface.json+80
- test/unit_rxn_data/test_surface.sh+36
- test/unit_rxn_data/test_surface_2.json+84
- test/unit_rxn_data/test_surface_config.json+5
- test/unit_rxn_data/test_surface_config_2.json+5
0 commit comments