-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed ^M characters and updated MET version number
- Loading branch information
1 parent
92d230c
commit 05fb815
Showing
15 changed files
with
3,200 additions
and
3,200 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
448 changes: 224 additions & 224 deletions
448
parm/use_cases/hwt/met_config/EnsembleStatConfig_hwt_apcp03
Large diffs are not rendered by default.
Oops, something went wrong.
448 changes: 224 additions & 224 deletions
448
parm/use_cases/hwt/met_config/EnsembleStatConfig_hwt_apcp24
Large diffs are not rendered by default.
Oops, something went wrong.
478 changes: 239 additions & 239 deletions
478
parm/use_cases/hwt/met_config/EnsembleStatConfig_hwt_hail
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
424 changes: 212 additions & 212 deletions
424
parm/use_cases/hwt/met_config/GridStatConfig_hwt_hrrreregrid
Large diffs are not rendered by default.
Oops, something went wrong.
424 changes: 212 additions & 212 deletions
424
parm/use_cases/hwt/met_config/GridStatConfig_hwt_nsslfv3regrid
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
444 changes: 222 additions & 222 deletions
444
parm/use_cases/hwt/met_config/GridStatConfig_ss_perc_prob
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
||
//////////////////////////////////////////////////////////////////////////////// |
Oops, something went wrong.