On atlas-interpolation tool and 'Output and visualisation'#5
Conversation
…returned that dvisvgm may not function properly
…ge of sites.ecmwf.int/docs/atlas
| require : atlas | ||
|
|
||
| - atlas-fesom : | ||
| git : ${BITBUCKET}/~nawd/atlas-fesom |
There was a problem hiding this comment.
| git : ${BITBUCKET}/~nawd/atlas-fesom | |
| git : ${GITHUB}/ecmwf/atlas-fesom |
There was a problem hiding this comment.
Corrected. Thanks! Still the problem is that people may not use the atlas-bundle script.
| .. note-warning:: | ||
|
|
||
| Gmsh is great to visualize low resolution meshes but becomes sluggish to unresponsive for high resolution meshes. | ||
| This tool is however invaluable for development and for understanding of how low resolution grids and meshes are constructed. |
There was a problem hiding this comment.
I think it was OK to leave this.
There was a problem hiding this comment.
I have moved this sentence to Design >> Output and Visualisation, because under Tools >> atlas-meshgen it does not make much sense. The Tools pages are not about Gmsh.
Let me know if you still want that warning repeated under atlas-meshgen.
| .. code :: bash | ||
|
|
||
| $ OMP_NUM_THREADS=1 mpirun -np 4 atlas-interpolation --s.grid <sgrid> --t.grid <tgrid> --interpolation <interpolation> \ | ||
| [--output-matrix|--read-matrix|--test-matrix] [--format scrip|eckit] [--output-gmsh] |
There was a problem hiding this comment.
it is not needed to add the OMP_NUM_THREADS=1 mpirun -np 4 here, but it can be further that parallelisation may be achieved via OpenMP multithreading (export OMP_NUM_THREADS=...) and distributed memory parallelisation via mpirun, srun etc.
There was a problem hiding this comment.
I have removed the parallelisation from the line 24, and only mentioned it in the text below.
| $ atlas-interpolation --help | ||
|
|
||
| It is worth noting that some other interpolation methods available in Atlas can be | ||
| better suited (see `ECMWF documentation <https://confluence.ecmwf.int/x/ITsbHg>`_). |
There was a problem hiding this comment.
Is this page publicly accessible? Should it be?
There was a problem hiding this comment.
I have copied over the content from the restricted page. The diffusion properties and timings of the Atlas operators are now available to the public.
…mings and diffusion properties
Description
Contributor Declaration
By opening this pull request, I affirm the following: