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 pull request NOAA-EMC#253 from NOAA-EMC/issue240
NCO updates for GFSv16.0.4[5][6]
- Loading branch information
Showing
179 changed files
with
741 additions
and
223 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.