Skip to content

Commit

Permalink
Porting UPP for gfs v16 on wcoss2 (#420)
Browse files Browse the repository at this point in the history
* Add changes for building executable on wcoss2.

* Add changes for buding upp lib on wcoss2.

* Add changes for building upp lib on wcoss2.

* Update hdf5 and netcdf modules.

* Upgrade manage_externals to new version which works for python 3.8.5.

* Remove jlogfile in workflow scripts.

* Changes for overriding module versions from upstream setting.

* Changes for overriding module versions from upstream setting for
building upp lib.

* Update for POSTGRB2TBL default setting.

* Update for LMod compliance.

* Remove v8.0.0-wcoss2 and lib-wcoss2; correct typo in upp_wcoss2.lua and
post_wcoss2.lua.

* Remove jflofile per Kate's comments

* Change GTG checkout to submodule and remove manage_externals (#5)

* Retire manage_externals for GTG checkout

- remove manage_externals copy from repo
- remove associated Externals.cfg file
- replacing GTG checkout with submodules

Refs: #363

* Add UPP_GTG submodule

- created .gitmodules file via git submodule add command:
git submodule add https://github.com/NCAR/UPP_GTG sorc/post_gtg.fd
- new post_gtg.fd subfolder added (empty before submodule checkout)

Refs: #363

* Updating submodule pointer of GTG to ncep_post_gtg.v2.0.4

* Teak makefile_lib.

Co-authored-by: Wen Meng <Wen.Meng@clogin02.cactus.wcoss2.ncep.noaa.gov>
Co-authored-by: Kate Friedman <kate.friedman@noaa.gov>
  • Loading branch information
3 people authored Dec 9, 2021
1 parent fed7f01 commit 52af7f9
Show file tree
Hide file tree
Showing 142 changed files with 428 additions and 9,635 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "sorc/post_gtg.fd"]
path = sorc/post_gtg.fd
url = https://github.com/NCAR/UPP_GTG
9 changes: 0 additions & 9 deletions Externals.cfg

This file was deleted.

4 changes: 2 additions & 2 deletions jobs/JGLOBAL_ATMOS_NCEPPOST
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export SLEEP_INT=5
# Run relevant exglobal script
env
msg="HAS BEGUN on `hostname`"
postmsg "$jlogfile" "$msg"
postmsg "$msg"
$LOGSCRIPT


Expand All @@ -148,7 +148,7 @@ if [ -e "$pgmout" ]; then
fi

msg="ENDED NORMALLY."
postmsg "$jlogfile" "$msg"
postmsg "$msg"


##########################################
Expand Down
5 changes: 0 additions & 5 deletions jobs/J_NCEPPOST
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ mkdir -p $DATA
cd $DATA
export KEEPDATA=${KEEPDATA:-NO}

####################################
# File To Log Msgs
####################################
export jlogfile=${jlogfile:-${COMROOT}/logs/jlogfiles/jlogfile.${job}.${pid}}

####################################
# Determine Job Output Name on System
####################################
Expand Down
12 changes: 0 additions & 12 deletions manage_externals/.dir_locals.el

This file was deleted.

6 changes: 0 additions & 6 deletions manage_externals/.github/ISSUE_TEMPLATE.md

This file was deleted.

17 changes: 0 additions & 17 deletions manage_externals/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

14 changes: 0 additions & 14 deletions manage_externals/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions manage_externals/.travis.yml

This file was deleted.

34 changes: 0 additions & 34 deletions manage_externals/LICENSE.txt

This file was deleted.

211 changes: 0 additions & 211 deletions manage_externals/README.md

This file was deleted.

Loading

0 comments on commit 52af7f9

Please sign in to comment.