#---------------------------------------------------------# # Office of Water Prediction MPE Processing Configuration # # This configuration file will help guide the MPE workflow # component to search for STAGE IV products on the system, # perform processing to get the data onto hourly # HRAP grids, then regrid the final hourly precipitation # rates to the 1 km NWM modeling domain. # # Logan Karsten # National Center for Atmospheric Research # Research Applications Laboratory # karsten@ucar.edu # 303-497-2693 #-------------------------------------------------------# [logistics] # Turn on wcoss flag ncepWcoss = 0 # This is a top-level directory that will contain final # output files. These will be regridded NetCDF4 files # of the MPE data with full CF compliance. outDir = /glade/scratch/karsten/MPE_OUT # This will be a temporary staging directory to hold # temporary regridded files, copies of files that # are used by the workflow. tmpDir = /glade/scratch/karsten # This will be a logging directory to contain # vital information on the status of the workflow. logDir = /glade/scratch/karsten/MPE_OUT/LOG # Specify the top-level directories on the system containing # necessary input HRRR, MRMS, STAGE IV, and RAP files which # will be used by the workflow. stageIVDir = /glade/work/karsten/NWM_V21/MPE/Inputs/StageIV mrmsDir = /glade/work/karsten/NWM_V21/MPE/Inputs/MRMS hrrrDir = /glade/work/karsten/NWM_V21/MPE/Inputs/HRRR rapDir = /glade/work/karsten/NWM_V21/MPE/Inputs/RAP # Specify paths to NWM-related geospatial files. geo1kmPath = /glade/p/cisl/nwc/nwmv20_finals/CONUS/DOMAIN/geo_em.d01.conus_1km_NWMv2.0.nc landMetaPath = /glade/p/cisl/nwc/nwmv20_finals/CONUS/DOMAIN/GEOGRID_LDASOUT_Spatial_Metadata_1km_NWMv2.0.nc hrrrHrapWghtPath = /glade/work/karsten/NWM_V21/MPE/Params/HRRR_to_HRAP_regrid_weight_conserve.nc rapWghtPath = /glade/work/karsten/NWM_V21/MPE/Params/RAP130_to_HRAP_regrid_weight_conserve.nc mrmsWghtPath = /glade/work/karsten/NWM_V21/MPE/Params/MRMS_to_HRAP_regrid_weight_conserve.nc hrapNwmWghtPath = /glade/work/karsten/NWM_V21/MPE/Params/HRAP_to_NWM_regrid_weight_bilinear.nc # NOTE - May need to specify more weight files here. # Collab with Kent on this # Specify the number of hours to look back for processing. # NOTE - This number must be an equal division of the # accumulation duration specified below. numHoursProc = 24 # Specify the accumulation duration of STAGE IV data to use. accDuration = 6 # For RFC regions where we want to default to using the accumulated # period precipitation (6-hour,24-hour,etc), list them below. # For these region, the code will dissagregate all data values using # MRMS/HRRR/RAP/Flat. # EXAMPLE: rfcsExcludeHourly = CBRFC CNRFC rfcsExcludeHourly = # For RFC regions we want to exclude completely from the MPE processing.... # These regions will be masked out from the final MPE files during # creation. # EXAMPLE rfcsMaskOut = NWRFC #rfcsMaskOut = CBRFC MBRFC WGRFC_special rfcsMaskOut = WGRFC_special [mpe_params] # These are specific parameters to the MPE workflow. # Specify the RQI threshold for MRMS data. rqiThresh = 0.9 # Specify the number of minutes during the accumulation # duration period to check MRMS GC data for RQI values # to exceed the threshold listed above with rqiThresh. rqiStepMinutes = 20 # Specify a path to the NetCDF file containing a mask of RFC # regions on the HRAP grid. rfcGrid = /glade/work/karsten/NWM_V21/MPE/Params/RFC_grid_HRAP_NEW.nc # Specify the HRRR forecast hour (1,2,3) to pull the hourly # precipitation accumulation from. Valid options include: # 1 - 0-1 hour forecasted precipitation # 2 - 1-2 hour forecasted precipitation # 3 - 2-3 hour forecasted precipitation hrrrFcstHr = 1 # The minimum total precipitation amount across DurationHours # that will be subdivided. For cells where the total does not # exceed this threshold, the original hourly MPE is left # unchanged as long as it does not fail the missing or RQI/RFC # conditions, even if it is flatlined. thresholdMM = 0.2