Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 2716 headers #2725

Merged
merged 23 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
996f591
updating headers for consistency
lisagoodrich Oct 30, 2023
0254390
fixing headers adding captialization
lisagoodrich Oct 30, 2023
865b352
capitalizing titles
lisagoodrich Oct 31, 2023
98cb681
adding capitalization to headers
lisagoodrich Oct 31, 2023
03080b7
switching headers back
lisagoodrich Nov 1, 2023
22785cf
updating headers
lisagoodrich Nov 1, 2023
e1e7673
Merge branch 'develop' of github.com:dtcenter/MET into feature_2716_h…
lisagoodrich Nov 2, 2023
725f86a
updating headers
lisagoodrich Nov 2, 2023
ad7d315
capitalizing titles
lisagoodrich Nov 3, 2023
ef7198f
capitalizing titles
lisagoodrich Nov 3, 2023
86426a7
Update docs/Contributors_Guide/dev_details/index.rst
lisagoodrich Nov 6, 2023
1907623
Update docs/index.rst
lisagoodrich Nov 6, 2023
85a422a
Update docs/Contributors_Guide/dev_details/index.rst
lisagoodrich Nov 9, 2023
323fcba
Update docs/Contributors_Guide/dev_details/tmp_file_use.rst
lisagoodrich Nov 9, 2023
b97d8a2
Update docs/Contributors_Guide/dev_details/tmp_file_use.rst
lisagoodrich Nov 9, 2023
479fe3c
Update docs/Contributors_Guide/dev_details/tmp_file_use.rst
lisagoodrich Nov 9, 2023
70c756e
Update docs/Contributors_Guide/dev_details/tmp_file_use.rst
lisagoodrich Nov 9, 2023
73d6bb7
Update docs/Contributors_Guide/dev_details/tmp_file_use.rst
lisagoodrich Nov 9, 2023
4fc3a0d
Update docs/Contributors_Guide/dev_details/tmp_file_use.rst
lisagoodrich Nov 9, 2023
d8c7f56
Update docs/Contributors_Guide/dev_details/tmp_file_use.rst
lisagoodrich Nov 9, 2023
dc28d89
Update docs/Contributors_Guide/dev_details/tmp_file_use.rst
lisagoodrich Nov 9, 2023
59862e4
Update docs/Users_Guide/appendixC.rst
lisagoodrich Nov 9, 2023
0effa86
Update docs/Users_Guide/masking.rst
lisagoodrich Nov 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Contributors_Guide/dev_details/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*******************
###################
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved
Development Details
*******************
###################
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved

This chapter provides specific details about select topics within the
MET code base. The list of topics is certainly not comprehensive.
Expand Down
15 changes: 8 additions & 7 deletions docs/Contributors_Guide/dev_details/tmp_file_use.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.. _tmp_file_use:

**********************
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved
Use of Temporary Files
======================
**********************
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved

The MET application and library code uses temporary files in several
places. Each specific use of temporary files is described below. The
Expand Down Expand Up @@ -31,7 +32,7 @@ abnormally, the temporary files may remain.
.. _tmp_files_pb2nc:

PB2NC Tool
^^^^^^^^^^
==========
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved

The PB2NC tool reads input binary files in the BUFR or PrepBUFR
format, extracts and/or derives observations from them, filters
Expand Down Expand Up @@ -59,7 +60,7 @@ PB2NC creates the following temporary files when running:
.. _tmp_files_point2grid:

Point2Grid Tool
^^^^^^^^^^^^^^^
===============
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved

The Point2Grid tool reads point observations from a variety of
inputs and summarizes them on a grid. When processing GOES input
Expand All @@ -77,7 +78,7 @@ tool. Once created, it is intended to be reused in future runs.
.. _tmp_files_bootstrap:

Bootstrap Confidence Intervals
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
==============================
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved

Several MET tools support the computation of bootstrap confidence
intervals, as described in :numref:`User's Guide Section %s <config_boot>`
Expand Down Expand Up @@ -106,7 +107,7 @@ Where {LINE_TYPE} is :code:`cnt`, :code:`cts`, :code:`mcts`,
.. _tmp_files_stat_analysis:

Stat-Analysis Tool
^^^^^^^^^^^^^^^^^^
==================
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved

The Stat-Analysis tool reads ASCII output created by the MET
statistics tools. A single job can be specified on the command line
Expand All @@ -132,7 +133,7 @@ and writes the result to a temporary file.
.. _tmp_files_python_embedding:

Python Embedding
^^^^^^^^^^^^^^^^
================
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved

As described in
:numref:`User's Guide Appendix F, Section %s <appendixF>`, when the
Expand All @@ -154,7 +155,7 @@ temporary files.
.. _tmp_files_tc_diag:

TC-Diag Tool
^^^^^^^^^^^^
============
lisagoodrich marked this conversation as resolved.
Show resolved Hide resolved

The TC-Diag tool requires the use of Python embedding. It processes
one or more ATCF tracks and computes model diagnostics. For each
Expand Down
4 changes: 2 additions & 2 deletions docs/Contributors_Guide/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===================
###################
Contributor's Guide
===================
###################

Welcome to the Model Evaluation Tools (MET) Contributor's Guide.

Expand Down
18 changes: 9 additions & 9 deletions docs/Users_Guide/appendixA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ scripts available in the MET's *scripts/* directory show examples of how
one might use these commands on example datasets. Here are suggestions
on other things to check if you are having problems installing or running MET.

MET won't compile
MET Won't Compile
-----------------

.. dropdown:: Troubleshooting Help
Expand All @@ -1828,7 +1828,7 @@ MET won't compile
* Have these libraries been compiled and installed using the same set
of compilers used to build MET?

BUFRLIB Errors during MET installation
BUFRLIB Errors During MET Installation
--------------------------------------

.. dropdown:: Troubleshooting Help
Expand Down Expand Up @@ -1866,7 +1866,7 @@ BUFRLIB Errors during MET installation
`METplus GitHub Discussions Forum <https://github.com/dtcenter/METplus/discussions>`_.


Command line double quotes
Command Line Double Quotes
--------------------------

.. dropdown:: Troubleshooting Help
Expand All @@ -1882,7 +1882,7 @@ Command line double quotes
'G003', '/h/data/global/WXQC/data/met/nc_mdl/umm/1701150006', '- field',
'\'name="HGT"; level="P500";\'', '-v', '6']

Environment variable settings
Environment Variable Settings
-----------------------------

.. dropdown:: Troubleshooting Help
Expand Down Expand Up @@ -1916,7 +1916,7 @@ Environment variable settings
value should be:
https://met.readthedocs.io/en/latest/Users_Guide/installation.html

NetCDF install issues
NetCDF Install Issues
---------------------

.. dropdown:: Troubleshooting Help
Expand Down Expand Up @@ -1945,7 +1945,7 @@ NetCDF install issues
MET_NETCDF environment variable, then run "make clean", reconfigure,
and then run "make install" and "make test" again.

Error while loading shared libraries
Error While Loading Shared Libraries
------------------------------------

.. dropdown:: Troubleshooting Help
Expand All @@ -1957,7 +1957,7 @@ Error while loading shared libraries
gsl lib (for example, */home/user/MET/gsl-2.1/lib*)
to your LD_LIBRARY_PATH.

General troubleshooting
General Troubleshooting
-----------------------

.. dropdown:: Troubleshooting Help
Expand All @@ -1971,15 +1971,15 @@ General troubleshooting
* Try rerunning with a higher verbosity level. Increasing the verbosity
level to 4 or 5 prints much more diagnostic information to the screen.

Where to get help
Where to Get Help
=================

If none of the above suggestions have helped solve your problem, help
is available through the
`METplus GitHub Discussions Forum <https://github.com/dtcenter/METplus/discussions>`_.


How to contribute code
How to Contribute Code
======================

If you have code you would like to contribute, we will gladly consider
Expand Down
Loading