Skip to content

Commit

Permalink
feature/geo_ref This commit references #22.
Browse files Browse the repository at this point in the history
Merge branch 'develop' into feature/geo_ref
  • Loading branch information
GeorgeGayno-NOAA committed Jun 3, 2020
2 parents cd0aafc + f71d94e commit a3ea604
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions driver_scripts/driver_grid.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ fi
#-----------------------------------------------------------------------

export home_dir=$SLURM_SUBMIT_DIR/..
export TMPDIR=/mnt/lfs3/projects/emcda/$LOGNAME/stmp/fv3_grid.$gtype
export out_dir=/mnt/lfs3/projects/emcda/$LOGNAME/stmp/C${res}
export TMPDIR=/lfs4/HFIP/emcda/$LOGNAME/stmp/fv3_grid.$gtype
export out_dir=/lfs4/HFIP/emcda/$LOGNAME/stmp/C${res}

#-----------------------------------------------------------------------
# Should not need to change anything below here.
Expand Down
2 changes: 1 addition & 1 deletion fix/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ elif [ $machine = "dell" ]; then
elif [ $machine = "hera" ]; then
FIX_DIR="/scratch1/NCEPDEV/global/glopara/fix"
elif [ $machine = "jet" ]; then
FIX_DIR="/lfs3/projects/hfv3gfs/glopara/git/fv3gfs/fix"
FIX_DIR="/lfs4/HFIP/hfv3gfs/glopara/git/fv3gfs/fix"
fi
for dir in fix_am fix_fv3 fix_orog fix_fv3_gmted2010 fix_sfc_climo; do
[[ -d $dir ]] && rm -rf $dir
Expand Down
6 changes: 3 additions & 3 deletions modulefiles/build.jet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Build and run module for Jet
#############################################################

module use /lfs3/projects/hfv3gfs/nwprod/NCEPLIBS/modulefiles
module use /lfs4/HFIP/hfv3gfs/nwprod/NCEPLIBS/modulefiles
module load cmake/3.16.1
module load intel/18.0.5.274
module load impi/2018.4.274
Expand All @@ -24,7 +24,7 @@ module load landsfcutil/v2.1.0
module load g2/v3.1.0

# Use DTCs version of esmf v8. POC Dom H.
module use -a /lfs3/projects/hfv3gfs/GMTB/modulefiles/intel-18.0.5.274
module use -a /lfs4/HFIP/hfv3gfs/software/modulefiles/intel-18.0.5.274/impi-2018.4.274
module load esmf/8.0.0

export WGRIB2_ROOT="/mnt/lfs3/projects/hwrfv3/Jili.Dong/wgrib2-2.0.8/grib2/lib"
export WGRIB2_ROOT="/lfs4/HFIP/hwrfv3/Jili.Dong/wgrib2-2.0.8/grib2/lib"
2 changes: 1 addition & 1 deletion modulefiles/module-setup.sh.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
__ms_shell=sh
fi

if [[ -d /lfs3 ]] ; then
if [[ -d /lfs4 ]] ; then
# We are on NOAA Jet
if ( ! eval module help > /dev/null 2>&1 ) ; then
source /apps/lmod/lmod/init/$__ms_shell
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/module_base.jet
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ proc ModulesHelp {} {

module load intel/15.0.3.187 impi/2018.4.274 szip hdf5 netcdf4/4.2.1.1

module use /lfs3/projects/hfv3gfs/nwprod/NCEPLIBS/modulefiles
module use /lfs4/HFIP/hfv3gfs/nwprod/NCEPLIBS/modulefiles
module load bacio/v2.0.2
module load sp/v2.0.2
module load ip/v2.0.0
module load w3nco/v2.0.6
module load w3emc/v2.3.0
module load nemsio/v2.2.3

module use /lfs3/projects/hwrf-vd/soft/modulefiles
module use /lfs4/HFIP/hwrf-vd/soft/modulefiles
module load prod_util
module load grib_util
module load hpss
Expand Down
4 changes: 2 additions & 2 deletions reg_tests/chgres_cube/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -x
source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.$target

export OUTDIR=/mnt/lfs3/projects/emcda/$LOGNAME/stmp/chgres_reg_tests
export OUTDIR=/lfs4/HFIP/emcda/$LOGNAME/stmp/chgres_reg_tests
PROJECT_CODE="hfv3gfs"
QUEUE="debug"

Expand All @@ -39,7 +39,7 @@ QUEUE="debug"

export HOMEufs=$PWD/../..

export HOMEreg=/mnt/lfs3/projects/emcda/George.Gayno/reg_tests/chgres_cube
export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/reg_tests/chgres_cube

export NCCMP=/apps/nccmp/1.8.5/intel/18.0.5.274/bin/nccmp

Expand Down
4 changes: 2 additions & 2 deletions reg_tests/global_cycle/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ set -x
source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.$target

export DATA=/lfs3/HFIP/emcda/$LOGNAME/stmp/reg_tests.cycle
export DATA=/lfs4/HFIP/emcda/$LOGNAME/stmp/reg_tests.cycle

#-----------------------------------------------------------------------------
# Should not have to change anything below.
#-----------------------------------------------------------------------------

export HOMEreg=/lfs3/HFIP/emcda/George.Gayno/reg_tests/global_cycle
export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/reg_tests/global_cycle

export OMP_NUM_THREADS_CY=2

Expand Down
4 changes: 2 additions & 2 deletions reg_tests/grid_gen/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -x

QUEUE="windfall"
PROJECT_CODE="emcda"
export WORK_DIR=/mnt/lfs3/projects/emcda/$LOGNAME/stmp/reg_tests.grid
export WORK_DIR=/lfs4/HFIP/emcda/$LOGNAME/stmp/reg_tests.grid

#-----------------------------------------------------------------------------
# Should not have to change anything below here.
Expand All @@ -42,7 +42,7 @@ export APRUN_SFC=srun
export OMP_STACKSIZE=2048m
export machine=JET
export NCCMP=/apps/nccmp/1.8.5/intel/18.0.5.274/bin/nccmp
export HOMEreg=/mnt/lfs3/projects/emcda/George.Gayno/reg_tests/grid_gen/baseline_data
export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/reg_tests/grid_gen/baseline_data

ulimit -a
ulimit -s unlimited
Expand Down
8 changes: 4 additions & 4 deletions reg_tests/ice_blend/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ set -x
source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.$target

export DATA="/mnt/lfs3/projects/emcda/$LOGNAME/stmp/reg_test.ice_blend"
export DATA="/lfs4/HFIP/emcda/$LOGNAME/stmp/reg_test.ice_blend"

#-----------------------------------------------------------------------------
# Should not have to change anything below.
#-----------------------------------------------------------------------------

export WGRIB=/apps/wgrib/1.8.1.0b/bin/wgrib
export WGRIB2=/apps/wgrib2/0.1.9.6a/bin/wgrib2
export COPYGB=/mnt/lfs3/projects/emcda/George.Gayno/ufs_utils.git/jet_port/grib_util/copygb
export COPYGB2=/mnt/lfs3/projects/emcda/George.Gayno/ufs_utils.git/jet_port/grib_util/copygb2
export COPYGB=/lfs4/HFIP/emcda/George.Gayno/ufs_utils.git/jet_port/grib_util/copygb
export COPYGB2=/lfs4/HFIP/emcda/George.Gayno/ufs_utils.git/jet_port/grib_util/copygb2
export CNVGRIB=/apps/cnvgrib/1.4.0/bin/cnvgrib

export HOMEreg=/lfs3/HFIP/emcda/George.Gayno/reg_tests/ice_blend
export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/reg_tests/ice_blend
export HOMEgfs=$PWD/../..

rm -fr $DATA
Expand Down
4 changes: 2 additions & 2 deletions reg_tests/snow2mdl/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ set -x
source ../../sorc/machine-setup.sh > /dev/null 2>&1
source ../../modulefiles/build.$target

export DATA="/mnt/lfs3/projects/emcda/$LOGNAME/stmp/reg_tests.snow2mdl"
export DATA="/lfs4/HFIP/emcda/$LOGNAME/stmp/reg_tests.snow2mdl"

#-----------------------------------------------------------------------------
# Should not have to change anything below.
#-----------------------------------------------------------------------------

export HOMEreg=/lfs3/HFIP/emcda/George.Gayno/reg_tests/snow2mdl
export HOMEreg=/lfs4/HFIP/emcda/George.Gayno/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

0 comments on commit a3ea604

Please sign in to comment.