Skip to content

Commit

Permalink
Add MOM6 and FMS in Externals.cfg as optional components
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Aug 21, 2019
1 parent 16e79d7 commit 99e769d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,22 @@ repo_url = https://svn-ccsm-models.cgd.ucar.edu/ww3/trunk_tags
local_path = components/ww3
required = True

[mom]
tag = mi_20190821
protocol = git
repo_url = https://github.com/ESCOMP/MOM_interface
local_path = components/mom
externals = Externals.cfg
required = False

[fms]
tag = fi_20190820
protocol = git
repo_url = https://github.com/ESCOMP/FMS_interface
local_path = libraries/FMS
externals = Externals_FMS.cfg
required = True

[externals_description]
schema_version = 1.0.0

0 comments on commit 99e769d

Please sign in to comment.