Skip to content

Commit

Permalink
Updates for the 9.0.3 bugfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jun 26, 2020
1 parent 1541e27 commit 6a77092
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 5 deletions.
13 changes: 11 additions & 2 deletions met/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Model Evaluation Tools version 9.0.2 (May 22, 2020)
Model Evaluation Tools version 9.0.3 (June 25, 2020)

================================================================================
Model Evaluation Tools (MET) TERMS OF USE - IMPORTANT!
Expand Down Expand Up @@ -252,9 +252,18 @@ When applicable, release notes are followed by the GitHub issue number which
describes the bugfix, enhancement, or new feature:
https://github.com/NCAR/MET/issues

Version 9.0.3 Release Notes:
----------------------------
https://github.com/NCAR/MET/milestone/66?closed=1

- Fix support for fractional days in NetCDF files (#1370).
- Fix runtime issues for regrid_data_plane (#1363).
- Fix Fractions Skill Score aggregation for missing data values (#1362).
- Fix Ensemble-Stat NMEP configuration options (#1351).

Version 9.0.2 Release Notes:
----------------------------
https://github.com/NCAR/MET/milestone/64?closed=1
https://github.com/NCAR/MET/milestone/65?closed=1

- Fix Ensemble-Stat runtime error when requesting only RHIST, PHIST, or RELP
output line types (#1342).
Expand Down
4 changes: 2 additions & 2 deletions met/doc/MET_Users_Guide/MET_Users_Guide_Master.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
\begin_layout Title

\series bold
Model Evaluation Tools Version 9.0.2
Model Evaluation Tools Version 9.0.3
\begin_inset Newline newline
\end_inset

Expand Down Expand Up @@ -166,7 +166,7 @@ Minna Win-Gildenmeister, George McCabe, James Frimel, David Fillmore, and
\begin_layout Date

\series bold
May 2020
June 2020
\end_layout

\begin_layout Standard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,35 @@ Each of these release notes is followed by the GitHub issue number which
describes the bugfix.
\end_layout

\begin_layout Subsection*
Bugfixes in v9.0.3:
\begin_inset CommandInset href
LatexCommand href
name "https://github.com/NCAR/MET/milestone/66?closed=1"
target "https://github.com/NCAR/MET/milestone/66?closed=1"
literal "false"

\end_inset


\end_layout

\begin_layout Itemize
Fix support for fractional days in NetCDF files (#1370).
\end_layout

\begin_layout Itemize
Fix runtime issues for regrid_data_plane (#1363).
\end_layout

\begin_layout Itemize
Fix Fractions Skill Score aggregation for missing data values (#1362).
\end_layout

\begin_layout Itemize
Fix Ensemble-Stat NMEP configuration options (#1351).
\end_layout

\begin_layout Subsection*
Bugfixes in v9.0.2:
\begin_inset CommandInset href
Expand Down
3 changes: 2 additions & 1 deletion met/src/basic/vx_util/util_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
////////////////////////////////////////////////////////////////////////

// Released versions of MET
static const char met_version_9_0_3[] = "V9.0.3";
static const char met_version_9_0_2[] = "V9.0.2";
static const char met_version_9_0_1[] = "V9.0.1";
static const char met_version_9_0[] = "V9.0";
Expand All @@ -39,7 +40,7 @@ static const char met_version_1_1[] = "V1.1";

////////////////////////////////////////////////////////////////////////

static const char * const met_version = met_version_9_0_2;
static const char * const met_version = met_version_9_0_3;
static const char default_met_data_dir[] = "MET_BASE";
static const char txt_file_ext[] = ".txt";
static const char stat_file_ext[] = ".stat";
Expand Down

0 comments on commit 6a77092

Please sign in to comment.