"""
PlotDataPlane: Python Embedding of tripolar coordinate file
===========================================================

model_applications/marine_and_cryosphere/PlotDataPlane_obsHYCOM_coordTripolar.conf

"""
##############################################################################
# .. contents::
#   :depth: 1
#   :local:
#   :backlinks: none

##############################################################################
# Scientific Objective
# --------------------
#
# By producing a postscript image from a file that utilizes a tripolar coordinate system, this use case shows METplus can utilize
# python embedding to ingest and utilize file structures on the same coordinate system.

##############################################################################
# Version Added
# -------------
#
# METplus version 4.0

##############################################################################
# Datasets
# --------
#
# **Forecast:** HYbrid Coordinate Ocean Model (HYCOM)
#
# **Observation:** None
#
# **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.

##############################################################################
# External Dependencies
# ---------------------
#
# You will need to use a version of Python 3.6+ that has the following packages installed:
#
# * xesmf
#
# 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

##############################################################################
# METplus Components
# ------------------
#
# This use case utilizes the METplus PlotDataPlane wrapper to generate a
# command to run the MET tool PlotDataPlane with Python Embedding if all required files are found.

##############################################################################
# METplus Workflow
# ----------------
#
# **Beginning time (VALID_BEG):** 20200127
#
# **End time (VALID_END):** 20200127
#
# **Increment between beginning and end times (VALID_INCREMENT):** 1M
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 0
#
# PlotDataPlane is the only tool called in this example.
# It processes the following run time:
#
# **Valid:** 2020-01-27 0Z
#
# As it is currently set, the configuration file will pass in the path to the observation data,
# as well as a path to the weights for the coordinate system. This is done in an effort to speed up running the use case.
# These weight files are not required to run at the time of executing the use case, but will be made via Python Embedding
# if they are not found/passed in at run time. Additional user configurations, including the lat/lon spacing, can be found in the
# python script.

##############################################################################
# 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/PlotDataPlane_obsHYCOM_coordTripolar.conf
#
# .. highlight:: bash
# .. literalinclude:: ../../../../parm/use_cases/model_applications/marine_and_cryosphere/PlotDataPlane_obsHYCOM_coordTripolar.conf

##############################################################################
# MET Configuration
# -----------------
#
# This tool does not use a MET configuration file.

##############################################################################
# Python Embedding
# ----------------
#
# This use case uses one Python script to read input data, passed through two times.
#
# .. dropdown:: parm/use_cases/model_applications/marine_and_cryosphere/PlotDataPlane_obsHYCOM_coordTripolar/read_tripolar_grid.py
#
#   .. highlight:: python
#   .. literalinclude:: ../../../../parm/use_cases/model_applications/marine_and_cryosphere/PlotDataPlane_obsHYCOM_coordTripolar/read_tripolar_grid.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 <https://met.readthedocs.io/en/latest/Users_Guide/appendixF.html#appendix-f-python-embedding>`_.

##############################################################################
# User Scripting
# --------------
#
# User Scripting is not used in this use case.

##############################################################################
# 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/PlotDataPlane_obsHYCOM_coordTripolar.conf /path/to/user_system.conf
#
# See :ref:`running-metplus` for more information.

##############################################################################
# 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 model_applications/PlotDataPlane_obsHYCOM_coordTripolar
# (relative to **OUTPUT_BASE**)
# and will contain the following files:
#
# * HYCOM_iceCoverage_north.ps
# * HYCOM_iceCoverage_south.ps 

##############################################################################
# Keywords
# --------
#
# .. note::
#
#   * PlotDataPlaneToolUseCase
#   * PythonEmbeddingFileUseCase
#   * MarineAndCryosphereAppUseCase
#
#   Navigate to the :ref:`quick-search` page to discover other similar use cases.
#
#
#

# sphinx_gallery_thumbnail_path = '_static/marine_and_cryosphere-PlotDataPlane_obsHYCOM_coordTripolar.png'
#
