Skip to content

Commit

Permalink
add MET variable names that were missing, clean up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Nov 10, 2023
1 parent de03b43 commit 58ce1c3
Show file tree
Hide file tree
Showing 12 changed files with 226 additions and 32 deletions.
38 changes: 19 additions & 19 deletions docs/Users_Guide/wrappers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ ${METPLUS_ENS_THRESH}
* - :term:`GEN_ENS_PROD_ENS_THRESH`
- ens.ens_thresh

${METPLUS_ENS_THRESH}
${METPLUS_VLD_THRESH}
"""""""""""""""""""""

.. list-table::
Expand Down Expand Up @@ -8160,7 +8160,7 @@ ${METPLUS_JOBS}

* - METplus Config(s)
- MET Config File
* - :term:`STAT_ANALYSIS_JOB_NAME`
* - :term:`STAT_ANALYSIS_JOB\<n\>`
- jobs

${METPLUS_HSS_EC_VALUE}
Expand Down Expand Up @@ -9652,7 +9652,7 @@ ${METPLUS_INIT_EXC}
* - :term:`TC_PAIRS_INIT_EXCLUDE`
- init_exc

${METPLUS_VALID_INC}
${METPLUS_VALID_BEG}
""""""""""""""""""""

.. list-table::
Expand All @@ -9661,10 +9661,10 @@ ${METPLUS_VALID_INC}

* - METplus Config(s)
- MET Config File
* - :term:`TC_PAIRS_VALID_INCLUDE`
- valid_inc
* - :term:`TC_PAIRS_VALID_BEG`
- valid_beg

${METPLUS_VALID_EXC}
${METPLUS_VALID_END}
""""""""""""""""""""

.. list-table::
Expand All @@ -9673,22 +9673,22 @@ ${METPLUS_VALID_EXC}

* - METplus Config(s)
- MET Config File
* - :term:`TC_PAIRS_VALID_EXCLUDE`
- valid_exc
* - :term:`TC_PAIRS_VALID_END`
- valid_end

${METPLUS_WRITE_VALID}
""""""""""""""""""""""
${METPLUS_VALID_INC}
""""""""""""""""""""

.. list-table::
:widths: 5 5
:header-rows: 1

* - METplus Config(s)
- MET Config File
* - :term:`TC_PAIRS_WRITE_VALID`
- write_valid
* - :term:`TC_PAIRS_VALID_INCLUDE`
- valid_inc

${METPLUS_VALID_BEG}
${METPLUS_VALID_EXC}
""""""""""""""""""""

.. list-table::
Expand All @@ -9697,20 +9697,20 @@ ${METPLUS_VALID_BEG}

* - METplus Config(s)
- MET Config File
* - :term:`TC_PAIRS_VALID_BEG`
- valid_beg
* - :term:`TC_PAIRS_VALID_EXCLUDE`
- valid_exc

${METPLUS_VALID_END}
""""""""""""""""""""
${METPLUS_WRITE_VALID}
""""""""""""""""""""""

.. list-table::
:widths: 5 5
:header-rows: 1

* - METplus Config(s)
- MET Config File
* - :term:`TC_PAIRS_VALID_END`
- valid_end
* - :term:`TC_PAIRS_WRITE_VALID`
- write_valid

${METPLUS_CHECK_DUP}
""""""""""""""""""""
Expand Down
20 changes: 17 additions & 3 deletions parm/met_config/EnsembleStatConfig_wrapped
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//
// Ensemble-Stat configuration file.
//
Expand Down Expand Up @@ -86,9 +86,10 @@ obs = {
// May be set separately in each "obs.field" entry
//

//message_type =
${METPLUS_MESSAGE_TYPE}
sid_exc = [];
//obs_thresh = [ NA ];
//obs_thresh =
${METPLUS_OBS_THRESH}

//obs_quality_inc =
Expand All @@ -97,9 +98,11 @@ ${METPLUS_OBS_QUALITY_INC}
//obs_quality_exc =
${METPLUS_OBS_QUALITY_EXC}

//duplicate_flag =
${METPLUS_DUPLICATE_FLAG}
obs_summary = NONE;
obs_perc_value = 50;
//skip_const =
${METPLUS_SKIP_CONST}

//
Expand All @@ -108,6 +111,7 @@ ${METPLUS_SKIP_CONST}
// May be set separately in each "obs.field" entry
//
obs_error = {
//flag =
${METPLUS_OBS_ERROR_FLAG}
dist_type = NONE;
dist_parm = [];
Expand All @@ -131,7 +135,9 @@ message_type_group_map = [
// Ensemble bin sizes
// May be set separately in each "obs.field" entry
//
//ens_ssvar_bin_size =
${METPLUS_ENS_SSVAR_BIN_SIZE}
//ens_phist_bin_size =
${METPLUS_ENS_PHIST_BIN_SIZE}

////////////////////////////////////////////////////////////////////////////////
Expand All @@ -151,13 +157,15 @@ ${METPLUS_CLIMO_STDEV_DICT}
//
// May be set separately in each "obs.field" entry
//
//climo_cdf = {
${METPLUS_CLIMO_CDF_DICT}

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

//
// Point observation time window
//
//obs_window = {
${METPLUS_OBS_WINDOW_DICT}

////////////////////////////////////////////////////////////////////////////////
Expand All @@ -166,7 +174,9 @@ ${METPLUS_OBS_WINDOW_DICT}
// Verification masking regions
//
mask = {
//grid =
${METPLUS_MASK_GRID}
//poly =
${METPLUS_MASK_POLY}
sid = [];
llpnt = [];
Expand All @@ -177,20 +187,23 @@ mask = {
//
// Confidence interval settings
//
//ci_alpha =
${METPLUS_CI_ALPHA}

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

//
// Interpolation methods
//
//interp = {
${METPLUS_INTERP_DICT}

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

//
// Statistical output types
//
//output_flag = {
${METPLUS_OUTPUT_FLAG_DICT}

////////////////////////////////////////////////////////////////////////////////
Expand All @@ -199,6 +212,7 @@ ${METPLUS_OUTPUT_FLAG_DICT}
// Gridded verification output types
// May be set separately in each "obs.field" entry
//
//nc_orank_flag = {
${METPLUS_NC_ORANK_FLAG_DICT}

////////////////////////////////////////////////////////////////////////////////
Expand All @@ -215,7 +229,7 @@ rng = {

//grid_weight_flag =
${METPLUS_GRID_WEIGHT_FLAG}

//output_prefix =
${METPLUS_OUTPUT_PREFIX}
//version = "V9.0";

Expand Down
6 changes: 6 additions & 0 deletions parm/met_config/GridDiagConfig_wrapped
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,34 @@
//
// Description
//
//desc =
${METPLUS_DESC}

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

//
// Output grid
//
//regrid = {
${METPLUS_REGRID_DICT}

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

//
// May be set separately in each "field" entry
//
//censor_thresh =
${METPLUS_CENSOR_THRESH}
//censor_val =
${METPLUS_CENSOR_VAL}

//
// Data fields
//
//data = {
${METPLUS_DATA_DICT}

//mask = {
${METPLUS_MASK_DICT}

tmp_dir = "${MET_TMP_DIR}";
Expand Down
25 changes: 25 additions & 0 deletions parm/met_config/MODEConfig_wrapped
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,56 @@ ${METPLUS_MULTIVAR_INTENSITY_FLAG}
// Forecast and observation fields to be verified
//
fcst = {
//field = {
${METPLUS_FCST_FIELD}

//censor_thresh = [
${METPLUS_FCST_CENSOR_THRESH}
//censor_val = [
${METPLUS_FCST_CENSOR_VAL}
//conv_radius =
${METPLUS_FCST_CONV_RADIUS}
//conv_thresh =
${METPLUS_FCST_CONV_THRESH}
//vld_thresh =
${METPLUS_FCST_VLD_THRESH}
//filter_attr_name = [
${METPLUS_FCST_FILTER_ATTR_NAME}
//filter_attr_thresh = [
${METPLUS_FCST_FILTER_ATTR_THRESH}
//merge_thresh =
${METPLUS_FCST_MERGE_THRESH}
//merge_flag =
${METPLUS_FCST_MERGE_FLAG}

${METPLUS_FCST_FILE_TYPE}
${METPLUS_FCST_MULTIVAR_NAME}
${METPLUS_FCST_MULTIVAR_LEVEL}
}

obs = {
//field = {
${METPLUS_OBS_FIELD}

//censor_thresh = [
${METPLUS_OBS_CENSOR_THRESH}
//censor_val = [
${METPLUS_OBS_CENSOR_VAL}
//conv_radius =
${METPLUS_OBS_CONV_RADIUS}
//conv_thresh =
${METPLUS_OBS_CONV_THRESH}
//vld_thresh =
${METPLUS_OBS_VLD_THRESH}
//filter_attr_name = [
${METPLUS_OBS_FILTER_ATTR_NAME}
//filter_attr_thresh = [
${METPLUS_OBS_FILTER_ATTR_THRESH}
//merge_thresh =
${METPLUS_OBS_MERGE_THRESH}
//merge_flag =
${METPLUS_OBS_MERGE_FLAG}

${METPLUS_OBS_FILE_TYPE}
${METPLUS_OBS_MULTIVAR_NAME}
${METPLUS_OBS_MULTIVAR_LEVEL}
Expand Down Expand Up @@ -137,10 +159,13 @@ ${METPLUS_WEIGHT_DICT}
//
interest_function = {

//centroid_dist = (
${METPLUS_INTEREST_FUNCTION_CENTROID_DIST}

//boundary_dist = (
${METPLUS_INTEREST_FUNCTION_BOUNDARY_DIST}

//convex_hull_dist = (
${METPLUS_INTEREST_FUNCTION_CONVEX_HULL_DIST}

angle_diff = (
Expand Down
14 changes: 14 additions & 0 deletions parm/met_config/MTDConfig_wrapped
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,21 @@
// Output model name to be written
//

//model =
${METPLUS_MODEL}

//
// Output description to be written
//

//desc =
${METPLUS_DESC}

//
// Output observation type to be written
//

//obtype =
${METPLUS_OBTYPE}

////////////////////////////////////////////////////////////////////////////////
Expand All @@ -30,6 +33,8 @@ ${METPLUS_OBTYPE}
// Verification grid
// May be set separately in each "field" entry
//

//regrid = {
${METPLUS_REGRID_DICT}

////////////////////////////////////////////////////////////////////////////////
Expand All @@ -50,12 +55,15 @@ fcst = {

${METPLUS_FCST_FILE_TYPE}

//field = {
${METPLUS_FCST_FIELD}

censor_thresh = [];
censor_val = [];
conv_time_window = { beg = -1; end = 1; };
//conv_radius =
${METPLUS_FCST_CONV_RADIUS}
//conv_thresh =
${METPLUS_FCST_CONV_THRESH}

}
Expand All @@ -64,12 +72,15 @@ obs = {

${METPLUS_OBS_FILE_TYPE}

//field = {
${METPLUS_OBS_FIELD}

censor_thresh = [];
censor_val = [];
conv_time_window = { beg = -1; end = 1; };
//conv_radius =
${METPLUS_OBS_CONV_RADIUS}
//conv_thresh =
${METPLUS_OBS_CONV_THRESH}
}

Expand All @@ -86,6 +97,8 @@ inten_perc_value = 99;
//
// Throw away 3D objects with volumes smaller than this
//

//min_volume =
${METPLUS_MIN_VOLUME}


Expand Down Expand Up @@ -236,6 +249,7 @@ txt_output = {

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

//output_prefix =
${METPLUS_OUTPUT_PREFIX}
//version = "V9.0";

Expand Down
Loading

0 comments on commit 58ce1c3

Please sign in to comment.