Skip to content

Commit

Permalink
changed to using met_config GridStat config and overrides -- need cha…
Browse files Browse the repository at this point in the history
…nges from #768 available to be able to do the same for MODE config, but I added the overrides that will be needed when that is available
  • Loading branch information
georgemccabe committed Mar 8, 2021
1 parent a87b788 commit 5b99ce6
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ OBS_MODE_VAR1_OPTIONS = file_type = NETCDF_MET;

CONFIG_DIR={PARM_BASE}/use_cases/model_applications/convection_allowing_models/MODE_fcstFV3_obsGOES_BrightnessTempObjs
MODE_CONFIG_FILE = {CONFIG_DIR}/MODEConfig_BrightnessTemp

#MODE_CONFIG_FILE = {PARM_BASE}/met_config/MODEConfig_wrapped

#MODE_GRID_RES = 3

#MODE_MET_CONFIG_OVERRIDES = fcst = {censor_thresh = [<=0]; censor_val = [9999];} obs = {censor_thresh = [<=0]; censor_val = [9999];} max_centroid_dist = 600.0/grid_res; mask = {poly_flag = BOTH; } weight = {centroid_dist = 4.0; boundary_dist = 3.0;convex_hull_dist = 1.0;area_ratio = 4.0; int_area_ratio = 3.0;} interest_function = { centroid_dist = ( ( 0.0, 1.0 ) ( 60.0/grid_res, 1.0 ) ( 450.0/grid_res, 0.0 ) );total_interest_thresh = 0.65; nc_pairs_flag = {polylines = FALSE;}

MODE_REGRID_TO_GRID = NONE

MODE_OUTPUT_PREFIX = FV3_core_{instance}
Expand All @@ -68,7 +75,10 @@ OBS_GRID_STAT_VAR1_OPTIONS = file_type = NETCDF_MET; censor_thresh = eq-9999; ce
GRID_STAT_NEIGHBORHOOD_WIDTH = 1
GRID_STAT_NEIGHBORHOOD_SHAPE = SQUARE

GRID_STAT_CONFIG_FILE = {CONFIG_DIR}/GridStatConfig_BrightnessTempObj
GRID_STAT_CONFIG_FILE = {PARM_BASE}/met_config/GridStatConfig_wrapped

GRID_STAT_MET_CONFIG_OVERRIDES = output_flag = {ctc = NONE;cts = NONE; eclv = NONE; nbrctc = BOTH; grad = NONE; dmap = BOTH; } nc_pairs_flag = {latlon = TRUE; raw = TRUE; diff = TRUE; distance_map = TRUE; apply_mask = TRUE;}

GRID_STAT_OUTPUT_PREFIX = FV3_core_{instance}

[dir]
Expand Down

0 comments on commit 5b99ce6

Please sign in to comment.