Skip to content

Commit c88e812

Browse files
committed
add instruction for using sqlite to query index.db for archive content
1 parent 0f02152 commit c88e812

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/v3/CoupledSystem/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ manuscripts.
1414

1515
For information on how to access and use the simulation data, see :doc:`../../v2/WaterCycle/simulation_data/index`.
1616

17+
**Additional tip for users without NERSC access**: If you don't have access to zstash via a NERSC account, you can first download the ``index.db`` file and use sqlite to check the archive contents before downloading specific tar files: ::
18+
19+
sqlite3 index.db "SELECT tar,name,size from files;" > archive_contents.txt
20+
21+
This will help you identify which tar files contain the data you need before downloading.
22+
1723
.. toctree::
1824
:maxdepth: 2
1925
:caption: Contents:

0 commit comments

Comments
 (0)