File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1- v2
1+ SCREAMv1
22==========================================
33
44.. toctree ::
55 :maxdepth: 2
66 :caption: Contents:
77
8- FourSeason/index
9- CessPotter/index
8+ FourSeasons/index
Original file line number Diff line number Diff line change 1- python generate_tables.py
1+ pr_num=49
2+
3+ # 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/"
6+ # 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/"
9+
10+ # python generate_tables.py
211cd ../docs/ && make html
3- rm -rf /global/cfs/cdirs/e3sm/www/$USER /data_docs
4- mv _build /global/cfs/cdirs/e3sm/www/$USER /data_docs
5- chmod -R o+rx /global/cfs/cdirs/e3sm/www/$USER /data_docs
12+ rm -rf ls ${destination_dir}
13+ mv _build ${destination_dir}
14+ chmod -R o+rx ${destination_dir}
15+ echo " Go to: ${web_page} "
You can’t perform that action at this time.
0 commit comments