We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc44f8 commit 18ccbfbCopy full SHA for 18ccbfb
docs/sources/stagyydata.rst
@@ -77,11 +77,10 @@ Parameters file
77
78
Parameters set in the ``par`` file are accessible through the
79
:attr:`~stagpy.stagyydata.StagyyData.par` attribute of a
80
-:class:`~stagpy.stagyydata.StagyyData` instance. ``sdat.par`` is organized as
81
-a dictionary of dictionaries. For example, to access the Rayleigh number from
+:class:`~stagpy.stagyydata.StagyyData` instance.
+For example, to access the Rayleigh number from
82
the ``refstate`` section of the par file, one can use
83
-``sdat.par['refstate']['ra0']``. Parameters that are not set in the par file
84
-are given a default value.
+``sdat.par.nml['refstate']['ra0']``.
85
86
Radial profiles
87
---------------
0 commit comments