From f004018c4ce72ef170deb77ab6f9b2f0a00bd7d8 Mon Sep 17 00:00:00 2001 From: Ricardo Todling Date: Tue, 5 Nov 2024 08:17:27 -0500 Subject: [PATCH] minor --- src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/atm_ens.j | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/atm_ens.j b/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/atm_ens.j index 7de642d..8990d81 100755 --- a/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/atm_ens.j +++ b/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/atm_ens.j @@ -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 @@ -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