Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rtodling committed Nov 5, 2024
1 parent a5bda76 commit f004018
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/atm_ens.j
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#SBATCH --ntasks=96
#SBATCH --ntasks-per-node=>>>NCPUS_PER_NODE<<<
#SBATCH --time=6:00:00
#SBATCH --no-requeue
#
#SBATCH --job-name=atm_ens
#SBATCH --output=atm_ens.log.o%j
Expand Down Expand Up @@ -66,7 +67,11 @@
if( `uname -m` != "ia64" ) then
setenv FORT90L -Wl,-T
endif
# NOTE: if user has access to TSE:
# (i) comment out line below
# (ii) uncomment and adjust following line
setenv FVWORK $FVHOME/../enswork.$BIGNAME
# setenv FVWORK /discover/nobackup/projects/gmao/dadev/TSE_staging/$user/enswork.$BIGNAME
if ($?kidwork) then # this case, overwrite FVWORK with user-specific
setenv FVWORK $FVHOME/../$kidwork
endif
Expand Down

0 comments on commit f004018

Please sign in to comment.