You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/v3/CoupledSystem/index.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@ manuscripts.
14
14
15
15
For information on how to access and use the simulation data, see :doc:`../../v2/WaterCycle/simulation_data/index`.
16
16
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.
0 commit comments