Skip to content

Commit 0050500

Browse files
committed
Formatting fixes
1 parent 113235c commit 0050500

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

docs/source/SCREAMv0/DYAMOND2/simulation_data/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ To download simulation data locally on a NERSC machine, refer to NERSC's documen
1212
`web interface <https://portal.nersc.gov/archive/home/t/terai/www/SCREAM/SCREAMv0.SCREAM-DY2.ne1024pg2.20201127>`_.
1313
Note that this will be slow given the large file sizes.
1414

15-
***************
16-
Original Run Scripts
17-
***************
15+
Original Run Scripts
16+
*********************
1817

1918
Scripts originally used to run SCREAMv0 DYAMOND2 simulations are available `here <https://github.com/E3SM-Project/e3sm_data_docs/tree/main/run_scripts/SCREAMv0/original/>`_.
2019

2120
**Warning, these will not run out-of-the-box**. They are provided to give guidance for setting up a similar run.
2221

22+
Table of simulation data
23+
************************
24+
2325
.. toctree::
2426
:maxdepth: 2
25-
:caption: Contents:
2627

2728
simulation_table

docs/source/SCREAMv1/FourSeasons/simulation_data/index.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,18 @@ For more information, refer to `zstash usage <https://e3sm-project.github.io/zst
2626
`web interface <https://portal.nersc.gov/archive/home/a/adonahue/www/>`_.
2727
Note that this will be slow and inefficient since you'll have to download the individual files.
2828

29-
***************
30-
Original Run Scripts
31-
***************
29+
30+
Original Run Scripts
31+
*********************
3232

3333
Scripts originally used to run SCREAMv1 FourSeasons simulations are available `here <https://github.com/E3SM-Project/e3sm_data_docs/tree/main/run_scripts/SCREAMv1/original/>`_.
3434

3535
**Warning, these will not run out-of-the-box**. They are provided to give guidance for setting up a similar run.
3636

37+
Table of simulation data
38+
************************
39+
3740
.. toctree::
3841
:maxdepth: 2
39-
:caption: Contents:
4042

4143
simulation_table

utils/generate_html.bash

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
pr_num=49
1+
pr_num=52
22

33
# Chrysalis
4-
destination_dir=/lcrc/group/e3sm/public_html/diagnostic_output/$USER/data_docs_${pr_num}
5-
web_page="https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/$USER/data_docs_${pr_num}/html/"
4+
#destination_dir=/lcrc/group/e3sm/public_html/diagnostic_output/$USER/data_docs_${pr_num}
5+
#web_page="https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/$USER/data_docs_${pr_num}/html/"
66
# Perlmutter
7-
#destination_dir=/global/cfs/cdirs/e3sm/www/$USER/data_docs_${pr_num}
8-
#web_page="https://portal.nersc.gov/cfs/e3sm/$USER/data_docs_${pr_num}/html/"
7+
destination_dir=/global/cfs/cdirs/e3sm/www/$USER/data_docs_${pr_num}
8+
web_page="https://portal.nersc.gov/cfs/e3sm/$USER/data_docs_${pr_num}/html/"
99

1010
#python generate_tables.py
1111
cd ../docs/ && make html

0 commit comments

Comments
 (0)