Skip to content

Commit

Permalink
Conversion to .gitmodules: Updated .gitmodules file
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Goldhaber committed Oct 16, 2024
1 parent dcef24d commit e47a038
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 305 deletions.
27 changes: 0 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
# Ignore externals
ccs_config
chem_proc
cime
components
manage_externals.log
src/chemistry/oslo_aero
src/physics/ali_arms/
src/physics/camnor_phys
src/physics/carma/base
src/physics/clubb
src/physics/cosp2/src
src/physics/silhs
src/chemistry/geoschem/geoschem_src
src/physics/pumas
src/physics/pumas-frozen
src/physics/rrtmgp/data/
src/physics/rrtmgp/ext/
src/dynamics/fv3/atmos_cubed_sphere
src/hemco
libraries/FMS
libraries/mct
libraries/parallelio
src/atmos_phys
src/dynamics/mpas/dycore
share

# Ignore compiled python
buildnmlc
buildcppc
Expand Down
169 changes: 99 additions & 70 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[submodule "ali_arms"]
path = src/physics/ali_arms
url = https://github.com/ESCOMP/ALI-ARMS
fxrequired = AlwaysRequired
fxrequired = AlwaysOptional
fxtag = ALI_ARMS_v1.0.1
fxDONOTUSEurl = https://github.com/ESCOMP/ALI-ARMS

Expand All @@ -40,17 +40,10 @@
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics

[submodule "fv3"]
path = src/dynamics/fv3
url = https://github.com/ESCOMP/CAM_FV3_interface.git
fxrequired = AlwaysRequired
fxtag = fv3int_053124
fxDONOTUSEurl = https://github.com/ESCOMP/CAM_FV3_interface.git

[submodule "geoschem"]
path = src/chemistry/geoschem/geoschem_src
url = https://github.com/geoschem/geos-chem.git
fxrequired = AlwaysRequired
fxrequired = AlwaysOptional
fxtag = 14.1.2
fxDONOTUSEurl = https://github.com/geoschem/geos-chem.git

Expand Down Expand Up @@ -78,7 +71,7 @@
[submodule "mpas"]
path = src/dynamics/mpas/dycore
url = https://github.com/MPAS-Dev/MPAS-Model.git
fxrequired = AlwaysRequired
fxrequired = AlwaysOptional
fxsparse = ../.mpas_sparse_checkout
fxtag = b8c33daa
fxDONOTUSEurl = https://github.com/MPAS-Dev/MPAS-Model.git
Expand All @@ -99,101 +92,137 @@
fxtag = clubb_4ncar_20231115_5406350
fxDONOTUSEurl = https://github.com/larson-group/clubb_release

[submodule "cism"]
path = components/cism
url = https://github.com/ESCOMP/CISM-wrapper
fxtag = cismwrap_2_2_001
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/CISM-wrapper
[submodule "camnor_phys"]
path = src/physics/camnor_phys
url = https://github.com/NorESMhub/CAM-Nor-physics
fxrequired = AlwaysRequired
fxtag = 1f23c7c
fxDONOTUSEurl = https://github.com/NorESMhub/CAM-Nor-physics

[submodule "rtm"]
path = components/rtm
url = https://github.com/ESCOMP/RTM
fxtag = rtm1_0_79
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/RTM
[submodule "oslo_aero"]
path = src/chemistry/oslo_aero
url = https://github.com/NorESMhub/OSLO_AERO
fxrequired = AlwaysRequired
fxtag = 1f23c7c
fxDONOTUSEurl = https://github.com/NorESMhub/OSLO_AERO

[submodule "mosart"]
path = components/mosart
url = https://github.com/ESCOMP/MOSART
fxtag = mosart1_0_49
#-----------------------------
# Libraries
#-----------------------------

[submodule "parallelio"]
path = libraries/parallelio
url = https://github.com/NCAR/ParallelIO
fxtag = pio2_6_2
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/MOSART
fxDONOTUSEurl = https://github.com/NCAR/ParallelIO

[submodule "mizuRoute"]
path = components/mizuRoute
url = https://github.com/ESCOMP/mizuRoute
fxtag = cesm-coupling.n02_v2.1.2
[submodule "mct"]
path = libraries/mct
url = https://github.com/MCSclimate/MCT
fxtag = MCT_2.11.0
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/mizuRoute
fxDONOTUSEurl = https://github.com/MCSclimate/MCT

#-----------------------------
# Configuration/CCS
#-----------------------------

[submodule "ccs_config"]
path = ccs_config
url = https://github.com/ESMCI/ccs_config_cesm.git
fxtag = ccs_config_cesm0.0.106
url = https://github.com/NorESMhub/ccs_config_noresm.git
fxtag = ccs_config_noresm0.0.35
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git
fxDONOTUSEurl = https://github.com/NorESMhub/ccs_config_noresm.git

[submodule "cime"]
path = cime
url = https://github.com/ESMCI/cime
fxtag = cime6.0.246
url = https://github.com/NorESMhub/cime.git
fxtag = cime6.1.28_noresm_v0
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESMCI/cime
fxDONOTUSEurl = https://github.com/NorESMhub/cime.git

[submodule "cmeps"]
path = components/cmeps
url = https://github.com/ESCOMP/CMEPS.git
fxtag = cmeps0.14.63
#-----------------------------
# Share
#-----------------------------

[submodule "share"]
path = share
url = https://github.com/NorESMHub/NorESM_share
fxtag = share1.1.2_noresm_v0
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git
fxDONOTUSEurl = https://github.com/NorESMHub/NorESM_share

#-----------------------------
# Components
#-----------------------------

[submodule "cdeps"]
path = components/cdeps
url = https://github.com/ESCOMP/CDEPS.git
fxtag = cdeps1.0.34
fxtag = cdeps1.0.51
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git

[submodule "share"]
path = share
url = https://github.com/ESCOMP/CESM_share
fxtag = share1.0.19
[submodule "cice6"]
path = components/cice
url = https://github.com/NorESMhub/NorESM_CICE
fxtag = cesm_cice6_5_0_20240702_noresm_v1
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_share
fxDONOTUSEurl = https://github.com/NorESMhub/NorESM_CICE

[submodule "mct"]
path = libraries/mct
url = https://github.com/MCSclimate/MCT
fxtag = MCT_2.11.0
[submodule "cism"]
path = components/cism
url = https://github.com/ESCOMP/CISM-wrapper
fxtag = cismwrap_2_2_001
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/MCSclimate/MCT
fxDONOTUSEurl = https://github.com/ESCOMP/CISM-wrapper

[submodule "parallelio"]
path = libraries/parallelio
url = https://github.com/NCAR/ParallelIO
fxtag = pio2_6_2
[submodule "clm"]
path = components/clm
url = https://github.com/NorESMhub/CTSM
fxtag = ctsm5.3.0-noresm_v0
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/NCAR/ParallelIO
fxDONOTUSEurl = https://github.com/NorESMhub/CTSM

[submodule "cice"]
path = components/cice
url = https://github.com/ESCOMP/CESM_CICE
fxtag = cesm_cice6_5_0_9
[submodule "cmeps"]
path = components/cmeps
url = https://github.com/NorESMhub/CMEPS.git
fxtag = cmeps1.0.20_noresm_v0
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/NCAR/ParallelIO
fxDONOTUSEurl = https://github.com/NorESMhub/CMEPS.git

[submodule "clm"]
path = components/clm
url = https://github.com/ESCOMP/CTSM
fxtag = ctsm5.2.007
[submodule "mosart"]
path = components/mosart
url = https://github.com/ESCOMP/MOSART
fxtag = mosart1.1.02
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/MOSART

[submodule "ww3"]
path = components/ww3
url = https://github.com/NorESMhub/WW3_interface
fxtag = ww3_interface_noresm0.0.15
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/CTSM
fxDONOTUSEurl = https://github.com/NorESMhub/WW3_interface

[submodule "rtm"]
path = components/rtm
url = https://github.com/ESCOMP/RTM
fxtag = rtm1_0_79
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/RTM

[submodule "mizuRoute"]
path = components/mizuRoute
url = https://github.com/ESCOMP/mizuRoute
fxtag = cesm-coupling.n02_v2.1.2
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/mizuRoute

[submodule "fms"]
path = libraries/FMS
url = https://github.com/ESCOMP/FMS_interface
fxtag = fi_240516
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/FMS_interface

112 changes: 0 additions & 112 deletions Externals.cfg

This file was deleted.

Loading

0 comments on commit e47a038

Please sign in to comment.