Skip to content

Commit

Permalink
Removed ^M characters and updated MET version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hankenstein2 committed Jul 25, 2019
1 parent 92d230c commit 05fb815
Show file tree
Hide file tree
Showing 15 changed files with 3,200 additions and 3,200 deletions.
470 changes: 235 additions & 235 deletions parm/use_cases/hwt/met_config/EnsembleStatConfig_hwt

Large diffs are not rendered by default.

448 changes: 224 additions & 224 deletions parm/use_cases/hwt/met_config/EnsembleStatConfig_hwt_apcp03

Large diffs are not rendered by default.

448 changes: 224 additions & 224 deletions parm/use_cases/hwt/met_config/EnsembleStatConfig_hwt_apcp24

Large diffs are not rendered by default.

478 changes: 239 additions & 239 deletions parm/use_cases/hwt/met_config/EnsembleStatConfig_hwt_hail

Large diffs are not rendered by default.

422 changes: 211 additions & 211 deletions parm/use_cases/hwt/met_config/GridStatConfig_hwt

Large diffs are not rendered by default.

424 changes: 212 additions & 212 deletions parm/use_cases/hwt/met_config/GridStatConfig_hwt_hrrreregrid

Large diffs are not rendered by default.

424 changes: 212 additions & 212 deletions parm/use_cases/hwt/met_config/GridStatConfig_hwt_nsslfv3regrid

Large diffs are not rendered by default.

442 changes: 221 additions & 221 deletions parm/use_cases/hwt/met_config/GridStatConfig_ss_perc

Large diffs are not rendered by default.

444 changes: 222 additions & 222 deletions parm/use_cases/hwt/met_config/GridStatConfig_ss_perc_prob

Large diffs are not rendered by default.

534 changes: 267 additions & 267 deletions parm/use_cases/hwt/met_config/MODEConfig_hail

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions parm/use_cases/hwt/met_config/PB2NCConfig_hwt
Original file line number Diff line number Diff line change
@@ -1,141 +1,141 @@
////////////////////////////////////////////////////////////////////////////////
//
// PB2NC configuration file.
//
// For additional information, see the MET_BASE/config/README file.
//
////////////////////////////////////////////////////////////////////////////////
//
// PrepBufr message type
//
message_type = ${PB2NC_MESSAGE_TYPE} ;
//
// Mapping of input PrepBufr message types to output message types
//
message_type_map = [];
//
// PrepBufr station ID
//
station_id = ${PB2NC_STATION_ID} ;
////////////////////////////////////////////////////////////////////////////////
//
// Observation time window
//
obs_window = {
beg = ${OBS_WINDOW_BEGIN};
end = ${OBS_WINDOW_END};
}
////////////////////////////////////////////////////////////////////////////////
//
// Observation retention regions
//
mask = {
grid = "${PB2NC_GRID}";
poly = "${PB2NC_POLY}";
}
////////////////////////////////////////////////////////////////////////////////
//
// Observing location elevation
//
elevation_range = {
beg = -1000;
end = 100000;
}
////////////////////////////////////////////////////////////////////////////////
//
// Observation types
//
pb_report_type = [ 120, 220, 221, 122, 222, 223, 224, 131, 133, 233, 153, 156, 157, 180, 280, 181, 182, 281, 282, 183, 284, 187, 287 ];
in_report_type = [];
instrument_type = [];
////////////////////////////////////////////////////////////////////////////////
//
// Vertical levels to retain
//
level_range = {
beg = 1;
end = 511;
}
level_category = [0, 1, 4, 5, 6];
////////////////////////////////////////////////////////////////////////////////
//
// BUFR variable names to retain or derive.
// If emtpy, process all available variables.
//
obs_bufr_var = ${OBS_BUFR_VAR_LIST};
////////////////////////////////////////////////////////////////////////////////
//
// Mapping of BUFR variable name to GRIB name. The default map is defined at
// obs_prepbufr_map. This replaces/expends the default map.
//
obs_bufr_map = [];
// This map is for PREPBUFR. It will be added into obs_bufr_map.
// Please do not override this map.
obs_prefbufr_map = [
{ key = "POB"; val = "PRES"; },
{ key = "QOB"; val = "SPFH"; },
{ key = "TOB"; val = "TMP"; },
{ key = "ZOB"; val = "HGT"; },
{ key = "UOB"; val = "UGRD"; },
{ key = "VOB"; val = "VGRD"; },
{ key = "PMO"; val = "PRMSL"; },
{ key = "D_DPT"; val = "DPT"; },
{ key = "D_WDIR"; val = "WDIR"; },
{ key = "D_WIND"; val = "WIND"; },
{ key = "D_RH"; val = "RH"; },
{ key = "D_MIXR"; val = "MIXR"; },
{ key = "D_PRMSL"; val = "PRMSL"; }
];
////////////////////////////////////////////////////////////////////////////////
quality_mark_thresh = 3;
event_stack_flag = TOP;
////////////////////////////////////////////////////////////////////////////////
//
// Time periods for the summarization
//
time_summary = {
flag = FALSE;
beg = "000000";
//beg = ${TIME_SUMMARY_BEG};
end = "235959";
//end = ${TIME_SUMMARY_END};
step = 3600;
width = 3600;
var_name = [ "TMP", "WDIR", "RH" ];
//var_name = [ ${TIME_SUMMARY_VAR_NAMES} ];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80" ];
//type = [ ${TIME_SUMMARY_TYPES} ];
vld_freq = 0;
vld_thresh = 0.0;
}
////////////////////////////////////////////////////////////////////////////////
tmp_dir = "/tmp";
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
// PB2NC configuration file.
//
// For additional information, see the MET_BASE/config/README file.
//
////////////////////////////////////////////////////////////////////////////////

//
// PrepBufr message type
//
message_type = ${PB2NC_MESSAGE_TYPE} ;


//
// Mapping of input PrepBufr message types to output message types
//
message_type_map = [];

//
// PrepBufr station ID
//
station_id = ${PB2NC_STATION_ID} ;

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

//
// Observation time window
//
obs_window = {
beg = ${OBS_WINDOW_BEGIN};
end = ${OBS_WINDOW_END};
}

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

//
// Observation retention regions
//
mask = {
grid = "${PB2NC_GRID}";
poly = "${PB2NC_POLY}";
}

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

//
// Observing location elevation
//
elevation_range = {
beg = -1000;
end = 100000;
}

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

//
// Observation types
//
pb_report_type = [ 120, 220, 221, 122, 222, 223, 224, 131, 133, 233, 153, 156, 157, 180, 280, 181, 182, 281, 282, 183, 284, 187, 287 ];

in_report_type = [];

instrument_type = [];

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

//
// Vertical levels to retain
//
level_range = {
beg = 1;
end = 511;
}

level_category = [0, 1, 4, 5, 6];

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

//
// BUFR variable names to retain or derive.
// If emtpy, process all available variables.
//
obs_bufr_var = ${OBS_BUFR_VAR_LIST};

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

//
// Mapping of BUFR variable name to GRIB name. The default map is defined at
// obs_prepbufr_map. This replaces/expends the default map.
//
obs_bufr_map = [];

// This map is for PREPBUFR. It will be added into obs_bufr_map.
// Please do not override this map.
obs_prefbufr_map = [
{ key = "POB"; val = "PRES"; },
{ key = "QOB"; val = "SPFH"; },
{ key = "TOB"; val = "TMP"; },
{ key = "ZOB"; val = "HGT"; },
{ key = "UOB"; val = "UGRD"; },
{ key = "VOB"; val = "VGRD"; },
{ key = "PMO"; val = "PRMSL"; },
{ key = "D_DPT"; val = "DPT"; },
{ key = "D_WDIR"; val = "WDIR"; },
{ key = "D_WIND"; val = "WIND"; },
{ key = "D_RH"; val = "RH"; },
{ key = "D_MIXR"; val = "MIXR"; },
{ key = "D_PRMSL"; val = "PRMSL"; }
];

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

quality_mark_thresh = 3;
event_stack_flag = TOP;

////////////////////////////////////////////////////////////////////////////////
//
// Time periods for the summarization
//
time_summary = {
flag = FALSE;
beg = "000000";
//beg = ${TIME_SUMMARY_BEG};
end = "235959";
//end = ${TIME_SUMMARY_END};
step = 3600;
width = 3600;
var_name = [ "TMP", "WDIR", "RH" ];
//var_name = [ ${TIME_SUMMARY_VAR_NAMES} ];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80" ];
//type = [ ${TIME_SUMMARY_TYPES} ];
vld_freq = 0;
vld_thresh = 0.0;
}

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

tmp_dir = "/tmp";

////////////////////////////////////////////////////////////////////////////////
Loading

0 comments on commit 05fb815

Please sign in to comment.