Skip to content

Commit

Permalink
remove unnecessary variables from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed May 8, 2024
1 parent f00c5c5 commit 1e59f1b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions scripts/exlandda_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ HP=${PTIME:8:2}
mem_ens="mem000"

MEM_WORKDIR=${WORKDIR}/${mem_ens}
MEM_MODL_OUTDIR=${COMOUT}/${mem_ens}
RSTRDIR=${MEM_WORKDIR}
JEDIWORKDIR=${WORKDIR}/mem000/jedi
FILEDATE=${YYYY}${MM}${DD}.${HH}0000
JEDI_STATICDIR=${JEDI_INSTALL}/jedi-bundle/fv3-jedi/test/Data
Expand Down
2 changes: 0 additions & 2 deletions scripts/exlandda_prep_bmat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ HH=${cyc}
mem_ens="mem000"

MEM_WORKDIR=${WORKDIR}/${mem_ens}
MEM_MODL_OUTDIR=${COMOUT}/${mem_ens}
RSTRDIR=${MEM_WORKDIR}
JEDIWORKDIR=${WORKDIR}/mem000/jedi
FILEDATE=${YYYY}${MM}${DD}.${HH}0000

Expand Down
5 changes: 0 additions & 5 deletions scripts/exlandda_prep_obs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ else
SAVE_TILE="YES"
fi

TPATH=${LANDDA_INPUTS}/forcing/${ATMOS_FORC}/orog_files/
YYYY=${PDY:0:4}
MM=${PDY:4:2}
DD=${PDY:6:2}
Expand All @@ -24,11 +23,7 @@ HP=${PTIME:8:2}

mem_ens="mem000"

MEM_WORKDIR=${WORKDIR}/${mem_ens}
MEM_MODL_OUTDIR=${COMOUT}/${mem_ens}
RSTRDIR=${MEM_WORKDIR}
JEDIWORKDIR=${WORKDIR}/mem000/jedi
FILEDATE=${YYYY}${MM}${DD}.${HH}0000

cd $JEDIWORKDIR

Expand Down

0 comments on commit 1e59f1b

Please sign in to comment.