RRFS_v1beta not Recognizing Physics Suite Changes #1302
|
I'm attempting to replicate an experiment in Gallus Jr. & Harrold where they ran the SRW using the RRFS_v1beta physics package to simulate the August 10 2020 derecho. They performed two simulations, one with convective parameterization off and one with convective parameterization on, and obtained wildly different results. I've attempted this experiment myself but I am getting identical results with and without convective parameterization enabled. The results are incredibly similar to the results obtained in the study when convective parameterization is turned off, which makes me think that it is being disabled somewhere. The run_fcst logs seem to indicate that the change in physics schemes has been recognized, so I'm unsure where the issue is occuring. Below I've linked logs, as well as images from the two runs to illustrate the issue. |
Replies: 2 comments 1 reply
|
Hello @rgsmith27, Your question has been forwarded to an internal subject matter expert (SME), and you will get a response soon. Thank you, Josh |
|
Hi @rgsmith27, The issue is that the In August 2020, the experimental RRFS would have been using the FV3_RAP physics suite - https://github.com/NOAA-GSL/regional_workflow/blob/feature/RRFS_dev1/ush/config.sh.RRFS_NA_13km. Please look for the CCPP_PHYS_SUITE entry in the above file. The documentation for this physics suite also notes that it is set up to use |


Hi @rgsmith27,
The issue is that the
FV3_RRFS_v1betaphysics suite doesn't use theGrell-Freitas convection scheme. This documentation shows the parameterizations used by theFV3_RRFS_v1betaphysics suite.In August 2020, the experimental RRFS would have been using the FV3_RAP physics suite - https://github.com/NOAA-GSL/regional_workflow/blob/feature/RRFS_dev1/ush/config.sh.RRFS_NA_13km. Please look for the CCPP_PHYS_SUITE entry in the above file. The documentation for this physics suite also notes that it is set up to use
Grell-Freitas convection scheme. Please try rerunning your experiment usingFV3_RAPand see if the results change between turning on or off the GF convection scheme.