.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "generated/model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsOSTIA_iceCover.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_model_applications_marine_and_cryosphere_GridStat_fcstRTOFS_obsOSTIA_iceCover.py: GridStat: Python Embedding to read and process ice cover ======================================================== model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsOSTIA_iceCover.conf .. GENERATED FROM PYTHON SOURCE LINES 9-13 .. contents:: :depth: 1 :local: :backlinks: none .. GENERATED FROM PYTHON SOURCE LINES 15-21 Scientific Objective -------------------- This use case utilizes Python embedding to extract several statistics from the ice cover data over both pole regions, which was already being done in a closed system. By producing the same output via METplus, this use case provides standardization and reproducible results. .. GENERATED FROM PYTHON SOURCE LINES 23-27 Version Added ------------- METplus version 4.1 .. GENERATED FROM PYTHON SOURCE LINES 29-48 Datasets -------- **Forecast:** NOAA Real-Time Ocean Forecast System (RTOFS) ice cover file via Python Embedding script/file **Observation:** NASA Operational Sea Surface Temperature and Sea Ice Analysis (OSTIA) ice cover file via Python Embedding script/file **Climatology:** None **Location:** All of the input data required for this use case can be found in a sample data tarball. Each use case category will have one or more sample data tarballs. It is only necessary to download the tarball with the use case’s dataset and not the entire collection of sample data. Click here to access 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 :ref:`running-metplus` section for more information. .. GENERATED FROM PYTHON SOURCE LINES 50-65 External Dependencies --------------------- You will need to use a version of Python 3.6+ that has the following packages installed: * scikit-learn * pyproj * pyresample If the version of Python used to compile MET did not have these libraries at the time of compilation, you will need to add these packages or create a new Python environment with these packages. If this is the case, you will need to set the MET_PYTHON_EXE environment variable to the path of the version of Python you want to use. If you want this version of Python to only apply to this use case, set it in the [user_env_vars] section of a METplus configuration file.: [user_env_vars] MET_PYTHON_EXE = /path/to/python/with/required/packages/bin/python .. GENERATED FROM PYTHON SOURCE LINES 67-72 METplus Components ------------------ This use case utilizes the METplus GridStat wrapper to generate a command to run the MET tool GridStat with Python Embedding for the specified user hemispheres. .. GENERATED FROM PYTHON SOURCE LINES 74-92 METplus Workflow ---------------- **Beginning time (VALID_BEG):** 20210305 **End time (VALID_END):** 20210305 **Increment between beginning and end times (VALID_INCREMENT):** 1M **Sequence of forecast leads to process (LEAD_SEQ):** 0 GridStat is the only tool called in this example. This use case will pass in the two hemispheres via a custom loop list, with both the observation and forecast gridded data being pulled from the files via Python Embedding. All of the desired statistics reside in the CNT line type, so that is the only output requested. It processes the following run time: **Valid:** 2021-03-05 0Z .. GENERATED FROM PYTHON SOURCE LINES 94-103 METplus Configuration --------------------- METplus first loads all of the configuration files found in parm/metplus_config, then it loads any configuration files passed to METplus via the command line, i.e. parm/use_cases/model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsOSTIA_iceCover.conf .. highlight:: bash .. literalinclude:: ../../../../parm/use_cases/model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsOSTIA_iceCover.conf .. GENERATED FROM PYTHON SOURCE LINES 105-119 MET Configuration ----------------- METplus sets environment variables based on user settings in the METplus configuration file. See :ref:`How METplus controls MET config file settings` for more details. **YOU SHOULD NOT SET ANY OF THESE ENVIRONMENT VARIABLES YOURSELF! THEY WILL BE OVERWRITTEN BY METPLUS WHEN IT CALLS THE MET TOOLS!** If there is a setting in the MET configuration file that is currently not supported by METplus you'd like to control, please refer to: :ref:`Overriding Unsupported MET config file settings` .. dropdown:: GridStatConfig_wrapped .. literalinclude:: ../../../../parm/met_config/GridStatConfig_wrapped .. GENERATED FROM PYTHON SOURCE LINES 121-134 Python Embedding ---------------- This use case uses one Python script to read forecast and observation data. .. dropdown:: parm/use_cases/model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsOSTIA_iceCover/read_ice_data.py .. highlight:: python .. literalinclude:: ../../../../parm/use_cases/model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsOSTIA_iceCover/read_ice_data.py For more information on the basic requirements to utilize Python Embedding in METplus, please refer to the MET User’s Guide section on `Python embedding `_. .. GENERATED FROM PYTHON SOURCE LINES 136-140 User Scripting -------------- User Scripting is not used in this use case. .. GENERATED FROM PYTHON SOURCE LINES 142-151 Running METplus --------------- Pass the use case configuration file to the run_metplus.py script along with any user-specific system configuration files if desired:: run_metplus.py /path/to/METplus/parm/use_cases/model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsOSTIA_iceCover.conf /path/to/user_system.conf See :ref:`running-metplus` for more information. .. GENERATED FROM PYTHON SOURCE LINES 153-168 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 thisIce use case will be found in 20210305 (relative to **OUTPUT_BASE**) and will contain the following files: * grid_stat_north_000000L_20210305_120000V_cnt.txt * grid_stat_south_000000L_20210305_120000V_cnt.txt * grid_stat_north_000000L_20210305_120000V.stat * grid_stat_south_000000L_20210305_120000V.stat .. GENERATED FROM PYTHON SOURCE LINES 170-183 Keywords -------- .. note:: * GridStatToolUseCase * PythonEmbeddingFileUseCase * MarineAndCryosphereAppUseCase Navigate to the :ref:`quick-search` page to discover other similar use cases. .. GENERATED FROM PYTHON SOURCE LINES 183-185 .. code-block:: Python # .. _sphx_glr_download_generated_model_applications_marine_and_cryosphere_GridStat_fcstRTOFS_obsOSTIA_iceCover.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: GridStat_fcstRTOFS_obsOSTIA_iceCover.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: GridStat_fcstRTOFS_obsOSTIA_iceCover.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: GridStat_fcstRTOFS_obsOSTIA_iceCover.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_