Skip to content

Commit

Permalink
Add RRTMGP as a submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Feb 13, 2024
1 parent 29da94d commit 8b1b752
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "rte-rrtmgp"]
path = src/physics/rrtmgp/ext
url = https://github.com/earth-system-radiation/rte-rrtmgp.git
[submodule "rrtmgp-data"]
path = src/physics/rrtmgp/data
url = https://github.com/earth-system-radiation/rrtmgp-data.git
8 changes: 2 additions & 6 deletions Externals_CAM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,13 @@ required = True
externals = Externals_HCO.cfg

[rte-rrtmgp]
local_path = src/physics/rrtmgp/ext
protocol = git
repo_url = https://github.com/earth-system-radiation/rte-rrtmgp.git
tag = v1.7
from_submodule = True
required = True

[rrtmgp-data]
local_path = src/physics/rrtmgp/data
protocol = git
repo_url = https://github.com/earth-system-radiation/rrtmgp-data.git
tag = v1.8
from_submodule = True
required = True

[externals_description]
Expand Down
1 change: 1 addition & 0 deletions src/physics/rrtmgp/data
Submodule data added at df0297
1 change: 1 addition & 0 deletions src/physics/rrtmgp/ext
Submodule ext added at 1e0872

0 comments on commit 8b1b752

Please sign in to comment.