Skip to content

Commit

Permalink
Issue #3 - initial add of manage_externals and needed Externals.cfg. …
Browse files Browse the repository at this point in the history
…Also added .gitignore file and removed scripts/files associated with no-longer-used prod_util and grid_util builds.
  • Loading branch information
KateFriedman-NOAA committed Jan 27, 2020
1 parent 091f4ba commit bfc7bb0
Show file tree
Hide file tree
Showing 39 changed files with 3,450 additions and 487 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Ignore all compiled files
*.pyc
*.o
*.mod

# Ignore exec folder
exec/

# Ignore sorc folders from externals
sorc/logs/
sorc/fv3gfs.fd/
sorc/gfs_post.fd/
sorc/gsi.fd/
sorc/ufs_utils.fd/
sorc/gfs_wafs.fd/
sorc/verif-global.fd/
46 changes: 46 additions & 0 deletions Externals.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# External sub-modules of global-workflow

[NEMSfv3gfs]
tag = gfs.v16_PhysicsUpdate
local_path = sorc/fv3gfs.fd
repo_url = ssh://vlab.ncep.noaa.gov:29418/NEMSfv3gfs
protocol = git
required = True

[GSI]
hash = cb8f69d82f38dcf85669b45aaf95dad068f0103c
local_path = sorc/gsi.fd
repo_url = ssh://vlab.ncep.noaa.gov:29418/ProdGSI
protocol = git
required = True

[EMC_post]
hash = ba7e59b290c8149ff1c2fee98d01e99e4ef92ee6
local_path = sorc/gfs_post.fd
repo_url = https://github.com/NOAA-EMC/EMC_post.git
protocol = git
required = True

[UFS_UTILS]
tag = v1.1.0
local_path = sorc/ufs_utils.fd
repo_url = https://github.com/NOAA-EMC/UFS_UTILS.git
protocol = git
required = True

[EMC_verif-global]
tag = verif_global_v1.2.2
local_path = sorc/verif-global.fd
repo_url = ssh://vlab.ncep.noaa.gov:29418/EMC_verif-global
protocol = git
required = True

[EMC_gfs_wafs]
tag = gfs_wafs.v5.0.11
local_path = sorc/gfs_wafs.fd
repo_url = https://github.com/NOAA-EMC/EMC_gfs_wafs.git
protocol = git
required = False

[externals_description]
schema_version = 1.0.0
10 changes: 0 additions & 10 deletions modulefiles/module_nemsutil.hera

This file was deleted.

15 changes: 0 additions & 15 deletions modulefiles/module_nemsutil.theia

This file was deleted.

13 changes: 0 additions & 13 deletions modulefiles/module_nemsutil.wcoss

This file was deleted.

17 changes: 0 additions & 17 deletions modulefiles/module_nemsutil.wcoss_cray

This file was deleted.

19 changes: 0 additions & 19 deletions modulefiles/module_nemsutil.wcoss_cray_userlib

This file was deleted.

12 changes: 0 additions & 12 deletions modulefiles/module_nemsutil.wcoss_dell_p3

This file was deleted.

20 changes: 0 additions & 20 deletions modulefiles/modulefile.grib_util.theia

This file was deleted.

32 changes: 0 additions & 32 deletions modulefiles/modulefile.grib_util.wcoss

This file was deleted.

22 changes: 0 additions & 22 deletions modulefiles/modulefile.grib_util.wcoss_cray

This file was deleted.

22 changes: 0 additions & 22 deletions modulefiles/modulefile.grib_util.wcoss_cray_userlib

This file was deleted.

15 changes: 0 additions & 15 deletions modulefiles/modulefile.grib_util.wcoss_dell_p3

This file was deleted.

8 changes: 0 additions & 8 deletions modulefiles/modulefile.prod_util.theia

This file was deleted.

11 changes: 0 additions & 11 deletions modulefiles/modulefile.prod_util.wcoss_cray

This file was deleted.

13 changes: 0 additions & 13 deletions modulefiles/modulefile.prod_util.wcoss_cray_userlib

This file was deleted.

6 changes: 0 additions & 6 deletions modulefiles/modulefile.prod_util.wcoss_dell_p3

This file was deleted.

19 changes: 0 additions & 19 deletions modulefiles/modulefile.wgrib2.theia

This file was deleted.

24 changes: 0 additions & 24 deletions modulefiles/modulefile.wgrib2.wcoss

This file was deleted.

13 changes: 0 additions & 13 deletions modulefiles/modulefile.wgrib2.wcoss_cray

This file was deleted.

15 changes: 0 additions & 15 deletions modulefiles/modulefile.wgrib2.wcoss_cray_userlib

This file was deleted.

Loading

0 comments on commit bfc7bb0

Please sign in to comment.