Skip to content

Commit

Permalink
feature/global_ens_atmos_prep_COMINs (NOAA-EMC#246)
Browse files Browse the repository at this point in the history
* Update COMIN paths for NAEFS v7 NCO para

* Reverting walltime back to 2 hours.

---------

Co-authored-by: Shelley Melchior <Shelley.Melchior@noaa.gov>
  • Loading branch information
malloryprow and ShelleyMelchior-NOAA authored Sep 15, 2023
1 parent 16344f2 commit 73c0595
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ export jobid=$job.${PBS_JOBID:-$$}
export run_mpi=no
export gefs_number=30

########################################
# This is for NAEFS v7
export COMINgefs_bc=/lfs/h2/emc/ptmp/bo.cui/com/${MODELNAME}/${naefs_ver}
########################################

export maillist='geoffrey.manikin@noaa.gov,binbin.zhou@noaa.gov'

if [ -z "$maillist" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ export run_mpi=yes
export get_gefs_bc_apcp24h=yes
export get_model_bc=yes

########################################
# This is for NAEFS v7
export COMINgefs_bc=/lfs/h2/emc/ptmp/bo.cui/com/${MODELNAME}/${naefs_ver}
########################################

export maillist='geoffrey.manikin@noaa.gov,binbin.zhou@noaa.gov'

if [ -z "$maillist" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#PBS -S /bin/bash
#PBS -q dev
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l walltime=02:00:00
#PBS -l select=1:ncpus=1:mem=15GB
#PBS -l debug=true
#PBS -V
Expand Down
2 changes: 1 addition & 1 deletion jobs/global_ens/prep/JEVS_GLOBAL_ENS_PREP
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export COMINnaefs=${COMINnaefs:-$(compath.py $envir/com/naefs/${naefs_ver})}
export DCOMIN=${DCOMIN:-${DCOMROOT}}
export COMINccpa=${COMINccpa:-$(compath.py $envir/com/ccpa/${ccpa_ver})}
export COMINcmce=$COMINnaefs
export COMINprepbufr=${COMINprepbufe:-$(compath.py $envir/com/obsproc/${obsproc_ver})}
export COMINprepbufr=${COMINprepbufr:-$(compath.py $envir/com/obsproc/${obsproc_ver})}
export COMINsnow=${DCOMIN}
export COMINosi_saf=${COMINosi_saf:-/lfs/h1/ops/dev/dcom}
export COMINsst=${COMINsst:-/lfs/h1/ops/dev/dcom}
Expand Down
2 changes: 1 addition & 1 deletion versions/run.ver
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export sref_ver=v7.1
export st4_ver=v4.1
export urma_ver=v2.10

export COMPATH=/lfs/h1/ops/prod/com/gfs/:/lfs/h1/ops/prod/com/hrrr/:/lfs/h1/ops/prod/com/rtma/:/lfs/h1/ops/prod/com/aqm/:/lfs/h1/ops/prod/com/gefs/:/lfs/h1/ops/prod/com/nam/:/lfs/h1/ops/prod/com/urma/:/lfs/h1/ops/prod/com/narre/:/lfs/h1/ops/prod/com/hiresw/:/lfs/h1/ops/prod/com/rap/:/lfs/h1/ops/prod/com/sref/:/lfs/h1/ops/prod/com/hourly/
export COMPATH=/lfs/h1/ops/prod/com/gfs/:/lfs/h1/ops/prod/com/hrrr/:/lfs/h1/ops/prod/com/rtma/:/lfs/h1/ops/prod/com/aqm/:/lfs/h1/ops/prod/com/gefs/:/lfs/h1/ops/prod/com/nam/:/lfs/h1/ops/prod/com/urma/:/lfs/h1/ops/prod/com/narre/:/lfs/h1/ops/prod/com/hiresw/:/lfs/h1/ops/prod/com/rap/:/lfs/h1/ops/prod/com/sref/:/lfs/h1/ops/prod/com/hourly/:/lfs/h1/ops/para/com/naefs/
export DATAFS=h1
export DCOMROOT=/lfs/h1/ops/prod/dcom
export envir=prod

0 comments on commit 73c0595

Please sign in to comment.