#---------------------------------------------------------# # 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 = /net/lfs0data6/nwc_forcings/projects/refine_mpe/TEST_OUT # This will be a temporary staging directory to hold # temporary regridded files, copies of files that # are used by the workflow. tmpDir = /net/lfs0data6/nwc_forcings/projects/refine_mpe/TEST_SCRATCH # This will be a logging directory to contain # vital information on the status of the workflow. logDir = /net/lfs0data6/nwc_forcings/projects/refine_mpe/TEST_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 = /nwcdev/archive/StageIV_archive mrmsDir = /nwcdev/archive/MRMS_archive hrrrDir = /nwcdev/archive/HRRR_archive rapDir = /nwcdev/archive/RAP_archive # Specify paths to NWM-related geospatial files. geo1kmPath = /net/lfs0data6/nwc_forcings/projects/refine_mpe/params/geo_em.d01.nc.conus_1km_nlcd11_glacfix_soilctopfix landMetaPath = /net/lfs0data6/nwc_forcings/projects/refine_mpe/params/WRF_Hydro_NWM_v1.1_geospatial_data_template_land_GIS.nc hrrrHrapWghtPath = /nwcdev/nwc_forcings/projects/anl_ext_2017_2018/ESMF_regrid/regrid_weight_gen/HRRR_to_HRAP_regrid_weight_conserve.nc rapWghtPath = /nwcdev/nwc_forcings/projects/anl_ext_2017_2018/ESMF_regrid/regrid_weight_gen/RAP130_to_HRAP_regrid_weight_conserve.nc mrmsWghtPath = /nwcdev/nwc_forcings/projects/anl_ext_2017_2018/ESMF_regrid/regrid_weight_gen/MRMS_to_HRAP_regrid_weight_conserve.nc hrapNwmWghtPath = /nwcdev/nwc_forcings/projects/anl_ext_2017_2018/ESMF_regrid/regrid_weight_gen/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 = CBRFC CNRFC # 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 = NWRFC [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 = /net/lfs0data6/nwc_forcings/projects/refine_mpe/params/RFC_grid_HRAP.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