.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "generated/met_tool_wrapper/RMWAnalysis/RMWAnalysis.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_generated_met_tool_wrapper_RMWAnalysis_RMWAnalysis.py: RMWAnalysis: Basic Use Case =========================== met_tool_wrapper/RMWAnalysis/RMWAnalysis.conf .. GENERATED FROM PYTHON SOURCE LINES 9-13 Scientific Objective -------------------- The RMW-Analysis tool analyzes a set of output files generated by the TC-RMW tool. .. GENERATED FROM PYTHON SOURCE LINES 16-24 Datasets -------- | **Data:** TC-RMW output | **Location:** All of the input data required for this use case can be found in the met_test sample data tarball. Click here to the METplus releases page and download sample data for the appropriate release: https://github.com/dtcenter/METplus/releases | This tarball should be unpacked into the directory that you will set the value of INPUT_BASE. See `Running METplus`_ section for more information. | .. GENERATED FROM PYTHON SOURCE LINES 26-30 METplus Components ------------------ This use case runs the METplus RMWAnalysis wrapper to analyze TC-RMW output. .. GENERATED FROM PYTHON SOURCE LINES 32-40 METplus Workflow ---------------- RMWAnalysis is the only tool called in this example. It processes the following run times: | **Init:** 2023 | .. GENERATED FROM PYTHON SOURCE LINES 42-49 METplus Configuration --------------------- parm/use_cases/met_tool_wrapper/RMWAnalysis/RMWAnalysis.conf .. highlight:: bash .. literalinclude:: ../../../../parm/use_cases/met_tool_wrapper/RMWAnalysis/RMWAnalysis.conf .. GENERATED FROM PYTHON SOURCE LINES 51-63 MET Configuration ----------------- .. note:: See the :ref:`RMWAnalysis MET Configuration` section of the User's Guide for more information on the environment variables used in the file below. parm/met_config/RMWAnalysisConfig_wrapped .. highlight:: bash .. literalinclude:: ../../../../parm/met_config/RMWAnalysisConfig_wrapped .. GENERATED FROM PYTHON SOURCE LINES 65-74 Running METplus --------------- Provide the use case .conf configuration file to the run_metplus.py script. /path/to/METplus/parm/use_cases/met_tool_wrapper/RMWAnalysis/RMWAnalysis.conf See the :ref:`running-metplus` section of the System Configuration chapter for more details. .. GENERATED FROM PYTHON SOURCE LINES 76-89 Expected Output --------------- A successful run will output the following both to the screen and to the logfile:: INFO: METplus has successfully finished running. Refer to the value set for **OUTPUT_BASE** to find where the output data was generated. Output for this use case will be found in rmw_analysis (relative to **OUTPUT_BASE**) and will contain the following files: * rmw_analysis_aal142023.nc .. GENERATED FROM PYTHON SOURCE LINES 91-102 Keywords -------- .. note:: * RMWAnalysisToolUseCase Navigate to the :ref:`quick-search` page to discover other similar use cases. .. GENERATED FROM PYTHON SOURCE LINES 102-104 .. code-block:: Python # .. _sphx_glr_download_generated_met_tool_wrapper_RMWAnalysis_RMWAnalysis.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: RMWAnalysis.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: RMWAnalysis.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: RMWAnalysis.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_