Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archive/tar_avedir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ date

# get varlist
cd ${INPUT_AVEDIR}
FIRST_TIME=`ls ave*${REF_VAR}.nc | head -1 | cut -c 1-22`
ls ${FIRST_TIME}*nc | cut -d "." -f 3 > $HERE/allvarlist.txt
SECOND_TIME=`ls ave*${REF_VAR}.nc | head -2 | tail -1 | cut -c 1-22`
ls ${SECOND_TIME}*nc | cut -d "." -f 3 > $HERE/allvarlist.txt


# creating tars
Expand Down