Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
exa
docs
Commits
af7267da
Commit
af7267da
authored
2 years ago
by
Roberto Porcu
Browse files
Options
Downloads
Patches
Plain Diff
added new Monitors features
parent
9f2390cd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/inputs/InputsMonitors.rst
+25
-12
25 additions, 12 deletions
docs/source/inputs/InputsMonitors.rst
with
25 additions
and
12 deletions
docs/source/inputs/InputsMonitors.rst
+
25
−
12
View file @
af7267da
...
...
@@ -100,18 +100,31 @@ output file is in Comma Separated Value (CSV) format. The first line of the file
provides header information. The following inputs must be preceded by the
"amr.monitors." prefix.
+----------------------------+-------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+============================+=============================================================+=============+===========+
| [monitor].plot_file | Define the name of the plotfile where monitor output will | String | None |
| | be saved | | |
+----------------------------+-------------------------------------------------------------+-------------+-----------+
| [monitor].plot_int | Define the timestep frequency for saving monitored data to | Int | -1 |
| | file | | |
+----------------------------+-------------------------------------------------------------+-------------+-----------+
| [monitor].plot_per_approx | Define the approximated simulation time at which saving | Real | 0 |
| | monitored data | | |
+----------------------------+-------------------------------------------------------------+-------------+-----------+
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+===============================+==========================================================+=============+===========+
| [monitor].plot_file | Define the name of the plotfile where monitor output | String | None |
| | will be saved | | |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| [monitor].plot_int | Define the timestep frequency for saving monitored data | Int | -1 |
| | to file | | |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| [monitor].plot_per_approx | Define the approximated simulation time at which saving | Real | 0 |
| | monitored data | | |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| [monitor].output.setw | Sets the field width to be used on output file | Int | 0 |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| [monitor].output.setfill | Sets the filling character for the output file | Char | '' |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| [monitor].output.setprecision | Sets the decimal precision to be used to format | Int | 0 |
| | floating-point values in the output file | | |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| [monitor].output.format | Sets the format flags. Admissible values are: | String | "" |
| | | | |
| | * "defaultfloat" | | |
| | * "fixed" | | |
| | * "scientific" | | |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
.. code-block:: none
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment