diff --git a/met/docs/Users_Guide/reformat_point.rst b/met/docs/Users_Guide/reformat_point.rst index 999393b72d..3331f43234 100644 --- a/met/docs/Users_Guide/reformat_point.rst +++ b/met/docs/Users_Guide/reformat_point.rst @@ -677,7 +677,7 @@ Optional arguments for madis2nc An example of the madis2nc calling sequence is shown below: .. code-block:: none - + madis2nc sample_madis_obs.nc \ sample_madis_obs_met.nc -log madis.log -v 3 @@ -704,6 +704,16 @@ _________________ The configuration options listed above are common to many MET tools and are described in :numref:`config_options`. +_________________ + + +.. code-block:: none + + mesonet_opt_var = [ "precip3hr", "precip6hr", "precip12hr", "precip10min" ]; + + +This entry is an array of variables which are optional variables for the MESONET type input data. Above variables are not available from sometime in 2016. + __________________