You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RRFS runs a pre-processing task on MRMS radar reflectivity files. Specifically the process_radarref task executes process_NSSL_mosaic.exe from rrfs-utl on files like MergedReflectivityQC_00.50_${YYYY}${MM}${DD}-${HH}${min}${ss}.grib2.
Solution
Use the RRFS_dev1 version of this task as a guide to a solution. Include any necessary default configuration settings, add j-jobs, and ex-scripts, and hook them into the workflow.
This task has no dependencies other than data retrieval, so should be able to stand alone as a full workflow without other components.
Requirements**
All contributions must be machine independent and follow the style and guidelines of the SRW App.
The contributed scripts must be tested, and new tests should be contributed for SRW. These WE2E tests can be short and only include data retrieval and running the task.
Acceptance Criteria (Definition of Done)
Matches answers obtained in RRFS. Please reach out to someone at NOAA GSL to help with this test case.
The text was updated successfully, but these errors were encountered:
Description
RRFS runs a pre-processing task on MRMS radar reflectivity files. Specifically the process_radarref task executes
process_NSSL_mosaic.exe
from rrfs-utl on files likeMergedReflectivityQC_00.50_${YYYY}${MM}${DD}-${HH}${min}${ss}.grib2
.Solution
Use the RRFS_dev1 version of this task as a guide to a solution. Include any necessary default configuration settings, add j-jobs, and ex-scripts, and hook them into the workflow.
This task has no dependencies other than data retrieval, so should be able to stand alone as a full workflow without other components.
Requirements**
Acceptance Criteria (Definition of Done)
Matches answers obtained in RRFS. Please reach out to someone at NOAA GSL to help with this test case.
The text was updated successfully, but these errors were encountered: