Skip to content

Commit 5c43d30

Browse files
[develop] Add/update FAQs for user guides (#1374)
Adding new and updating old FAQs --------- Co-authored-by: michael.lueken <Michael.Lueken@noaa.gov> Co-authored-by: Michael Lueken <63728921+MichaelLueken@users.noreply.github.com>
1 parent 77602ed commit 5c43d30

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

doc/UsersGuide/Reference/FAQ.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,4 +375,9 @@ Users should try reducing the number of MPI tasks allocated to the ``make_ics``
375375
nnodes: 1
376376
ppn: 12
377377
378-
If the issue persists, try increasing the grid size by a bit and reducing the tasks per node, ``ppn``, further.
378+
If the issue persists, try increasing the grid size by a bit and reducing the tasks per node, ``ppn``, further.
379+
380+
Can the UFS SRW App be built and run on non-Tier-1 platforms?
381+
=============================================================
382+
383+
Yes, the UFS SRW App can be built and run on systems outside of the officially supported Tier-1 platforms; however, work on non-Tier-1 platforms is not currently supported and these environments are not part of the standard regression testing infrastructure. Community experience suggests that the SRW App can run on non-NOAA HPC systems and other computing environments by installing dependencies with spack-stack, adapting site or workflow configuration files, and adjusting module or compiler settings to match the local environment. Because configurations and system environments vary widely across non-Tier-1 platforms, users may need to perform additional troubleshooting or customization to successfully build and run the application.

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
r'https://doi.org/10.5281/zenodo.14834682',
128128
r'https://www.naturalearthdata.com/downloads/',
129129
r'https://www.xquartz.org/',
130+
r'https://doi.org/10.5194/gmd-14-5487-2021',
130131
]
131132

132133
# Ignore anchor tags for SRW App data bucket. Shows Not Found even when they exist.

0 commit comments

Comments
 (0)