Skip to content

Commit

Permalink
Fix git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Goldhaber committed Oct 31, 2024
1 parent fc4dcd8 commit 7ea7a4f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
24 changes: 13 additions & 11 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics

[submodule "oslo_aero"]
path = src/chemistry/oslo_aero
url = https://github.com/NorESMhub/OSLO_AERO
[submodule "camnor_phys"]
path = src/physics/camnor_phys
url = https://github.com/NorESMhub/CAM-Nor-physics
fxtag = camnor_noresm_v0.0.5
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/CAM-Nor-physics.git
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/NorESMhub/OSLO_AERO

[submodule "carma"]
path = src/physics/carma/base
Expand Down Expand Up @@ -81,12 +81,14 @@
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/HEMCO_CESM.git

[submodule "camnor_phys"]
path = src/physics/camnor_phys
url = https://github.com/NorESMhub/CAM-Nor-physics
fxtag = oslo_aero_2_3a2
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/NorESMhub/OSLO_AERO
[submodule "oslo_aero"]
path = src/chemistry/oslo_aero
# url = https://github.com/NorESMhub/OSLO_AERO
# fxtag = noresm_oslo_aero_v2
fxtag = UpdateNorESMBranch
url = https://github.com/gold2718/OSLO_AERO
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/CAM-Nor-physics.git

[submodule "pumas"]
path = src/physics/pumas
Expand Down
2 changes: 1 addition & 1 deletion src/chemistry/oslo_aero
2 changes: 1 addition & 1 deletion src/hemco
2 changes: 1 addition & 1 deletion src/physics/clubb
Submodule clubb updated 349 files

0 comments on commit 7ea7a4f

Please sign in to comment.