Skip to content

Commit

Permalink
No content.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 15, 2024
1 parent ae1d9e9 commit 80742bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nczarr_test/run_nccopyz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fileargs tmp_pds

${NCCOPY} -M0 -4 -c "time/10,lat/15,lon/20" "$SRC" "$fileurl"
${NCDUMP} -n tmp_pds -hs "$fileurl" > tmp_pds.cdl
STORAGE=`cat tmp_pds.cdl | sed -e "/tas:_Storage/p" -ed | tr '"' "\'" | tr -d "[:space:]"`
STORAGE=`cat tmp_pds.cdl | sed -e "/tas:_Storage/p" -ed | tr '"' '\'' | tr -d "[:space:]"`
test "x$STORAGE" = "xtas:_Storage='chunked';"
CHUNKSIZES=`cat tmp_pds.cdl | sed -e "/tas:_ChunkSizes/p" -ed | tr -d "[:space:]"`
test "x$CHUNKSIZES" = "xtas:_ChunkSizes=10,15,20;"
Expand Down

0 comments on commit 80742bd

Please sign in to comment.