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

Run consistency tests on Jet under new role account #607

Merged
merged 1 commit into from
Dec 8, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion reg_tests/chgres_cube/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export HDF5_DISABLE_VERSION_CHECK=2

export HOMEufs=$PWD/../..

export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/reg_tests/chgres_cube
export HOMEreg=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/reg_tests/chgres_cube

LOG_FILE=consistency.log
SUM_FILE=summary.log
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/global_cycle/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ QUEUE="${QUEUE:-batch}"

export DATA_DIR="${WORK_DIR}/reg-tests/global-cycle"

export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/reg_tests/global_cycle
export HOMEreg=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/reg_tests/global_cycle

export OMP_NUM_THREADS_CY=2

Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export APRUN=time
export APRUN_SFC=srun
export OMP_STACKSIZE=2048m
export machine=JET
export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/reg_tests/grid_gen/baseline_data
export HOMEreg=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/reg_tests/grid_gen/baseline_data

ulimit -a
ulimit -s unlimited
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/ice_blend/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export COPYGB=/lfs4/HFIP/emcda/George.Gayno/ufs_utils.git/jet_port/grib_util/cop
export COPYGB2=/lfs4/HFIP/emcda/George.Gayno/ufs_utils.git/jet_port/grib_util/copygb2
export CNVGRIB=/apps/cnvgrib/1.4.0/bin/cnvgrib
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GeorgeGayno-NOAA, is it possible to change the COPYGB and COPYGB2 locations to somewhere more general on Jet? Do you know if these utilities exist in a base directory somewhere? Or can we build them in our role.ufsutils directory? I figured I'd check, since we already moved the baselines out of your personal directory.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Those utilities are part of the hpc-stack (module load grib_util/1.2.2). I will update the scripts to use them.


export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/reg_tests/ice_blend
export HOMEreg=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/reg_tests/ice_blend
export HOMEgfs=$PWD/../..

rm -fr $DATA
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd ${WORK_DIR}
rm -f reg_test_results.txt
rm -rf UFS_UTILS

git clone --recursive https://github.com/NOAA-EMC/UFS_UTILS.git
git clone --recursive https://github.com/ufs-community/UFS_UTILS.git
cd UFS_UTILS

source sorc/machine-setup.sh
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/snow2mdl/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export DATA="${DATA}/reg-tests/snow2mdl"
# Should not have to change anything below.
#-----------------------------------------------------------------------------

export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/reg_tests/snow2mdl
export HOMEreg=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/reg_tests/snow2mdl
export HOMEgfs=$PWD/../..
export WGRIB=/apps/wgrib/1.8.1.0b/bin/wgrib
export WGRIB2=/apps/wgrib2/0.1.9.6a/bin/wgrib2
Expand Down