Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes from UPP for GFSV16 #422

Merged
merged 5 commits into from
Dec 28, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ATMOS_POST_MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export cycle=t${cyc}z
setpdy.sh
. PDY

export ROTDIR=${ROTDIR:-{COMROOT:?}/$NET/$envir}
export ROTDIR=${ROTDIR:-${COMROOT:?}/$NET/$envir}
export COMIN=${COMIN:-$ROTDIR/$RUN.$PDY/$cyc/$COMPONENT}
export COMOUT=${COMOUT:-$ROTDIR/$RUN.$PDY/$cyc/$COMPONENT}

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