How to Enable Subhourly Output in postprd/ Directory of UFS SRW App #1313
|
I am trying to generate subhourly output in the postprd/ directory, I want output at every 5mins using the UFS SRW Application. I’ve done some modification, but the post-processing step still only outputs files at hourly intervals. I am working on orion, with SRW App develop version. Compiler: intel compiler with intelmpi I’ve checked past GitHub issues, but haven’t found guidance specific to subhourly postprd output. |
Replies: 3 comments 2 replies
|
Hello @AyoolaAbe. Currently, subhourly post isn't possible in the SRW App. A PR has been opened that will add subhourly output into the SRW App, but it is low priority with respect to other work at this time. Please look at the changes to |
|
Having done with the changes as mentioned above, how or what do i change in config.yaml to run subhourly or hourly? Thanks. |
|
The workflow failed during JREGIONAL_RUN_FCST (task run_fcst_mem000). The immediate cause is create_model_configure_file.py erroring with missing required argument -t/--dt-atmos. |

Hello @AyoolaAbe,
It looks like you removed the
--dt-atmos "${DT_ATMOS}" \line inscripts/exregional_run_fcst.sh, but didn't remove:or
from
ush/create_model_configure_file.py.Please make sure that these lines are removed, then you should be able to run the
run_fcsttask without this error message.