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
Note that this will be slow and inefficient since you'll have to download the tar files.
44
44
45
+
**Tip for users without NERSC access**: Before downloading large tar files, you can first download the ``index.db`` file and use sqlite to check the archive contents: ::
46
+
47
+
sqlite3 index.db "SELECT tar,name,size from files;" > archive_contents.txt
48
+
49
+
This will help you identify which specific tar files contain the data you need before downloading.
50
+
45
51
**v2.LR** simulations data has been archived on NERSC HPSS under: ::
print(f"csv of the simulations will be available at https://github.com/E3SM-Project/e3sm_data_docs/blob/main/machine_readable_data/{model_version}_{group_name}_simulations.csv")
359
377
# TODO: add proper subdirs and index.rst files in docs/
0 commit comments