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/v1/WaterCycle/simulation_data/index.rst
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,59 @@
2
2
Simulation Data
3
3
***************
4
4
5
+
The E3SMv1 simulation data is available on **ESGF** and **NERSC HPSS**.
6
+
7
+
The preferred retrieval method is **ESGF**. Native output is available at `ESGF <https://esgf-node.llnl.gov/search/e3sm/?model_version=1_0>`_, and a subset of the data is reformatted to conform to CMIP conventions and submmited to the CMIP6 ESGF archive (ESGF links are provided in the table below for published data).
8
+
9
+
Additionally, all native model output data has also been archived on **NERSC HPSS** using `zstash <https://e3sm-project.github.io/zstash>`_.
10
+
11
+
**If you have an account on NERSC**, you can retrieve the data locally or remotely using Globus.
12
+
13
+
To download simulation data locally on a NERSC machine: ::
14
+
15
+
zstash extract --hpss=<HPSS path in table>
16
+
17
+
To download simulation data remotely using the zstash Globus interface: ::
18
+
19
+
zstash extract --hpss=globus://nersc/<HPSS path in table>
Note that the data management tool `zstash <https://github.com/E3SM-Project/zstash>`_ is available from the `E3SM-Unified <https://github.com/E3SM-Project/e3sm-unified>`_ conda environment. An example of retrieving all **eam.h0** (monthly atmosphere output files) between **years 0030 and 0049** for the v2.LR.piControl simulation at NERSC locally is demonstrated as below in two steps:
Note that this will be slow and inefficient since you'll have to download the tar files.
44
+
45
+
**v1.LR** simulations data has been archived on NERSC HPSS under: ::
46
+
47
+
/home/projects/e3sm/www/WaterCycle/E3SMv1/LR
48
+
49
+
and **v1.HR** simulations data under: ::
50
+
51
+
/home/projects/e3sm/www/WaterCycle/E3SMv1/HR
52
+
53
+
54
+
Scripts are not available to reproduce v1 simulations.
55
+
56
+
Original run scripts (the scripts that were originally used to create the simulations) have been archived here `here <https://github.com/E3SM-Project/e3sm_data_docs/tree/main/run_scripts/v1/original/>`_. These latter scripts are provided for reference only.
zstash extract --hpss=globus://nersc/<HPSS path in table>
20
20
21
21
or ::
22
22
@@ -53,7 +53,7 @@ and **v2.NARRM** simulations data under: ::
53
53
54
54
Scripts to reproduce v2 simulations are available `here <https://github.com/E3SM-Project/e3sm_data_docs/tree/main/run_scripts/v2/reproduce/>`_
55
55
with specific instructions details in `Reproducing Simulations`.
56
-
Original run scripts (the scripts that were originally used to create the simulations) have been archived here `here <https://github.com/E3SM-Project/e3sm_data_docs/tree/main/run_scripts/v2/original/>`_. These latter srcipts are provided for reference only.
56
+
Original run scripts (the scripts that were originally used to create the simulations) have been archived here `here <https://github.com/E3SM-Project/e3sm_data_docs/tree/main/run_scripts/v2/original/>`_. These latter scripts are provided for reference only.
0 commit comments