Skip to content

Commit

Permalink
Merge pull request #135 from NOAA-EMC/feature/gfsda.v16.0.0_update
Browse files Browse the repository at this point in the history
GitHub Issue NOAA-EMC/GSI#2.  Final changes for GFSv16.
  • Loading branch information
MichaelLueken authored Mar 30, 2021
2 parents c7edb84 + cb6c599 commit 148d12b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
11 changes: 0 additions & 11 deletions jobs/JGDAS_ATMOS_ANALYSIS_DIAG
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,6 @@ if [ ! -f $ATMGES ]; then
fi


# Get LEVS
if [ ${GSUFFIX} = ".nc" ]; then
export LEVS=$($NCLEN $ATMGES pfull)
status=$?
else
export LEVS=$($NEMSIOGET $ATMGES dimz | awk '{print $2}')
status=$?
fi
[[ $status -ne 0 ]] && exit $status


if [ $DOHYBVAR = "YES" ]; then
export ATMGES_ENSMEAN="$COMIN_GES_ENS/${GPREFIX}atmf006.ensmean$GSUFFIX"
if [ ! -f $ATMGES_ENSMEAN ]; then
Expand Down
3 changes: 0 additions & 3 deletions jobs/JGDAS_ENKF_DIAG
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ if [ ! -f $ATMGES_ENSMEAN ]; then
exit 1
fi

export LEVS=$($NCDUMP -h $ATMGES_ENSMEAN | grep -i "pfull" | head -1 | awk -F" = " '{print $2}' | awk -F" " '{print $1}') # get LEVS
status=$?
[[ $status -ne 0 ]] && exit $status

# Link observational data
export PREPQC="$COMIN_ANL/${OPREFIX}prepbufr"
Expand Down

0 comments on commit 148d12b

Please sign in to comment.