Skip to content

Commit 87839e8

Browse files
authored
redirect camp submodule back to open-atmos (#311)
1 parent ceed305 commit 87839e8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
shallow = true
2929
[submodule "gitmodules/camp"]
3030
path = gitmodules/camp
31-
url = https://github.com/zdaq12/camp
31+
url = https://github.com/open-atmos/camp
3232
shallow = true
3333
[submodule "gitmodules/SuiteSparse"]
3434
path = gitmodules/SuiteSparse

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ set(camp_SOURCES
101101
rxns/rxn_CMAQ_OH_HNO3.F90
102102
rxns/rxn_condensed_phase_arrhenius.c
103103
rxns/rxn_condensed_phase_arrhenius.F90
104+
rxns/rxn_condensed_phase_photolysis.c
105+
rxns/rxn_condensed_phase_photolysis.F90
104106
rxns/rxn_emission.c
105107
rxns/rxn_emission.F90
106108
rxns/rxn_first_order_loss.c
@@ -111,6 +113,8 @@ set(camp_SOURCES
111113
rxns/rxn_photolysis.F90
112114
rxns/rxn_SIMPOL_phase_transfer.c
113115
rxns/rxn_SIMPOL_phase_transfer.F90
116+
rxns/rxn_surface.F90
117+
rxns/rxn_surface.c
114118
rxns/rxn_troe.c
115119
rxns/rxn_troe.F90
116120
rxns/rxn_wennberg_no_ro2.c

0 commit comments

Comments
 (0)