forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into issue178
* upstream/develop: Update Fit2Obs tag to newm.1.3 for bugfix Update Fit2Obs tag to newm.1.3 for bugfix Update EMC_verif-global tag for Hera bug Pull in nwpara/gfsv16.0.6 updates for parse-storm-type.pl HOTFIX: Update EMC_verif-global tag for Hera bug Issue #1 and issue NOAA-EMC#238 - update Externals.cfg to match checkout.sh updates for v16.0.6 move errchk definition from script to job for wave prdgen and gempak adding definition of errchk which was undefined in these scripts Issue NOAA-EMC#179 and issue NOAA-EMC#243 - update Fit2Obs to newm.1.2 tag and correct COMROOT path for Hera HOTFIX: Issue NOAA-EMC#241 - update EMC_verif-global tag to remove use of /tmp space Issue #1 and issue NOAA-EMC#233 - update GLDAS tag to gldas_gfsv16_release.v1.13.0 Issue #1 and issue NOAA-EMC#241 - update EMC_verif-global tag Issue #1 and issue NOAA-EMC#238 - remove ak_10m grid from config.wave and update checkout.sh tags for ufs-weather-model and EMC_gfs_wafs Issue NOAA-EMC#179 - update to config.vrfy for Fit2Obs tag which supports Orion Issue #1 and issue NOAA-EMC#226 - update UPP tag to upp_gfsv16_release.v1.1.3 in Externals.cfg Issue #1 and issue NOAA-EMC#226 - update UPP tag to upp_gfsv16_release.v1.1.3 Issue NOAA-EMC#233 - remove unnecessary extra space in tag line for gldas Issue NOAA-EMC#233 - update GLDAS tag to gldas_gfsv16_release.v1.13.0 Issue #1 and issue NOAA-EMC#226 - update exgfs_atmos_grib2_special_npoess.sh for dbn_alert issue NOAA-EMC#227 reducing output bufr files to 64 levels per NCO request issue NOAA-EMC#227 reducing output bufr files to 64 levels per NCO request Issue #1: update ecflow to be consistent with NCO's gfs.v16.0.4 and update checkout to bring in new UPP tag (see issue NOAA-EMC#226) Upaded ush script scale_dec.sh Updated scripts gfs_v16.0 Refs: NOAA-EMC#178
- Loading branch information
Showing
182 changed files
with
752 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
ecflow/ecf/scripts/gdas/enkf/post/jgdas_enkf_post_f003.ecf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
#BSUB -L /bin/sh | ||
#BSUB -J %E%gdas_enkf_post_f%FHOUT_EPOS%_%CYC% | ||
#BSUB -o %COM%/output/%ENVIR%/today/gdas_enkf_post_f%FHOUT_EPOS%_%CYC%.o%J | ||
#BSUB -q %QUEUE% | ||
#BSUB -P %PROJ% | ||
#BSUB -W 0:15 | ||
#BSUB -n 80 | ||
#BSUB -R affinity[core(7)] | ||
#BSUB -R span[ptile=4] | ||
#BSUB -cwd /tmp | ||
|
||
%include <head.h> | ||
%include <envir-p3.h> | ||
|
||
set -x | ||
|
||
export NODES=20 | ||
export ntasks=80 | ||
export ptile=4 | ||
|
||
export NET=%NET:gfs% | ||
export RUN=%RUN% | ||
export CDUMP=%RUN% | ||
|
||
model=gfs | ||
%include <model_ver.h> | ||
|
||
############################################################ | ||
# Load modules | ||
############################################################ | ||
module load lsf/$lsf_ver | ||
module load impi/$impi_ver | ||
module load NetCDF-parallel/${netcdf_parallel_ver} | ||
module load HDF5-parallel/${hdf5_parallel_ver} | ||
|
||
module list | ||
|
||
############################################################# | ||
# WCOSS environment settings | ||
############################################################# | ||
export FHMIN_EPOS=%FHOUT_EPOS% | ||
export FHMAX_EPOS=%FHOUT_EPOS% | ||
export FHOUT_EPOS=%FHOUT_EPOS% | ||
export cyc=%CYC% | ||
export cycle=t%CYC%z | ||
export USE_CFP=YES | ||
|
||
############################################################ | ||
# CALL executable job script here | ||
############################################################ | ||
$HOMEgfs/jobs/JGDAS_ENKF_POST | ||
|
||
if [ $? -ne 0 ]; then | ||
ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" | ||
ecflow_client --abort | ||
exit | ||
fi | ||
|
||
%include <tail.h> | ||
%manual | ||
|
||
%end |
62 changes: 62 additions & 0 deletions
62
ecflow/ecf/scripts/gdas/enkf/post/jgdas_enkf_post_f004.ecf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
#BSUB -L /bin/sh | ||
#BSUB -J %E%gdas_enkf_post_f%FHOUT_EPOS%_%CYC% | ||
#BSUB -o %COM%/output/%ENVIR%/today/gdas_enkf_post_f%FHOUT_EPOS%_%CYC%.o%J | ||
#BSUB -q %QUEUE% | ||
#BSUB -P %PROJ% | ||
#BSUB -W 0:15 | ||
#BSUB -n 80 | ||
#BSUB -R affinity[core(7)] | ||
#BSUB -R span[ptile=4] | ||
#BSUB -cwd /tmp | ||
|
||
%include <head.h> | ||
%include <envir-p3.h> | ||
|
||
set -x | ||
|
||
export NODES=20 | ||
export ntasks=80 | ||
export ptile=4 | ||
|
||
export NET=%NET:gfs% | ||
export RUN=%RUN% | ||
export CDUMP=%RUN% | ||
|
||
model=gfs | ||
%include <model_ver.h> | ||
|
||
############################################################ | ||
# Load modules | ||
############################################################ | ||
module load lsf/$lsf_ver | ||
module load impi/$impi_ver | ||
module load NetCDF-parallel/${netcdf_parallel_ver} | ||
module load HDF5-parallel/${hdf5_parallel_ver} | ||
|
||
module list | ||
|
||
############################################################# | ||
# WCOSS environment settings | ||
############################################################# | ||
export FHMIN_EPOS=%FHOUT_EPOS% | ||
export FHMAX_EPOS=%FHOUT_EPOS% | ||
export FHOUT_EPOS=%FHOUT_EPOS% | ||
export cyc=%CYC% | ||
export cycle=t%CYC%z | ||
export USE_CFP=YES | ||
|
||
############################################################ | ||
# CALL executable job script here | ||
############################################################ | ||
$HOMEgfs/jobs/JGDAS_ENKF_POST | ||
|
||
if [ $? -ne 0 ]; then | ||
ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" | ||
ecflow_client --abort | ||
exit | ||
fi | ||
|
||
%include <tail.h> | ||
%manual | ||
|
||
%end |
62 changes: 62 additions & 0 deletions
62
ecflow/ecf/scripts/gdas/enkf/post/jgdas_enkf_post_f005.ecf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
#BSUB -L /bin/sh | ||
#BSUB -J %E%gdas_enkf_post_f%FHOUT_EPOS%_%CYC% | ||
#BSUB -o %COM%/output/%ENVIR%/today/gdas_enkf_post_f%FHOUT_EPOS%_%CYC%.o%J | ||
#BSUB -q %QUEUE% | ||
#BSUB -P %PROJ% | ||
#BSUB -W 0:15 | ||
#BSUB -n 80 | ||
#BSUB -R affinity[core(7)] | ||
#BSUB -R span[ptile=4] | ||
#BSUB -cwd /tmp | ||
|
||
%include <head.h> | ||
%include <envir-p3.h> | ||
|
||
set -x | ||
|
||
export NODES=20 | ||
export ntasks=80 | ||
export ptile=4 | ||
|
||
export NET=%NET:gfs% | ||
export RUN=%RUN% | ||
export CDUMP=%RUN% | ||
|
||
model=gfs | ||
%include <model_ver.h> | ||
|
||
############################################################ | ||
# Load modules | ||
############################################################ | ||
module load lsf/$lsf_ver | ||
module load impi/$impi_ver | ||
module load NetCDF-parallel/${netcdf_parallel_ver} | ||
module load HDF5-parallel/${hdf5_parallel_ver} | ||
|
||
module list | ||
|
||
############################################################# | ||
# WCOSS environment settings | ||
############################################################# | ||
export FHMIN_EPOS=%FHOUT_EPOS% | ||
export FHMAX_EPOS=%FHOUT_EPOS% | ||
export FHOUT_EPOS=%FHOUT_EPOS% | ||
export cyc=%CYC% | ||
export cycle=t%CYC%z | ||
export USE_CFP=YES | ||
|
||
############################################################ | ||
# CALL executable job script here | ||
############################################################ | ||
$HOMEgfs/jobs/JGDAS_ENKF_POST | ||
|
||
if [ $? -ne 0 ]; then | ||
ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" | ||
ecflow_client --abort | ||
exit | ||
fi | ||
|
||
%include <tail.h> | ||
%manual | ||
|
||
%end |
Oops, something went wrong.