I am running WRF v4.5 in 2 domains(one nested) configuration using GFS data. They cover the Black and Caspian Seas (the first one with a 9km resolution) and Georgia (the nested one with a 3km resolution).
By the user guide recommendation (WRF Physics — WRF Users Guide documentation)
"Domains with grid spacing >=3km to <=10km: This is a “gray zone” where cumulus parameterization may or may not be necessary. If possible, try to avoid domains this size, but if it is unavoidable, it is best to use either the Multi-scale Kain Fritsch or Grell-Freitas scheme, as these take this scale into account."
When I use the Grell-Freitas scheme (cu_physics=3) real.exe runs successfully but wrf.exe stops at the very beginning with the error:
------------------------------------------------------------------------------------------------------------------
d02 2023-07-21_00:00:12 calling inc/PERIOD_BDY_EM_MOIST_OLD_inline.inc
d02 2023-07-21_00:00:12 calling inc/HALO_EM_A_inline.inc
d02 2023-07-21_00:00:12 calling inc/PERIOD_BDY_EM_A_inline.inc
d02 2023-07-21_00:00:12 calling inc/HALO_EM_PHYS_A_inline.inc
d02 2023-07-21_00:00:12 Top of Radiation Driver
d02 2023-07-21_00:00:12 calling inc/HALO_PWP_inline.inc
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
wrf.exe 000000000386115A for__signal_handl Unknown Unknown
------------------------------------------------------------------------------------------------------------------
When I use Multi-scale Kain Fritsch (cu_physics=11) real.exe does not run!
But with cu_physics=1 and cu_physics=5 model runs flawlessly!
Here are my namelist files.
Can anyone help me?
By the user guide recommendation (WRF Physics — WRF Users Guide documentation)
"Domains with grid spacing >=3km to <=10km: This is a “gray zone” where cumulus parameterization may or may not be necessary. If possible, try to avoid domains this size, but if it is unavoidable, it is best to use either the Multi-scale Kain Fritsch or Grell-Freitas scheme, as these take this scale into account."
When I use the Grell-Freitas scheme (cu_physics=3) real.exe runs successfully but wrf.exe stops at the very beginning with the error:
------------------------------------------------------------------------------------------------------------------
d02 2023-07-21_00:00:12 calling inc/PERIOD_BDY_EM_MOIST_OLD_inline.inc
d02 2023-07-21_00:00:12 calling inc/HALO_EM_A_inline.inc
d02 2023-07-21_00:00:12 calling inc/PERIOD_BDY_EM_A_inline.inc
d02 2023-07-21_00:00:12 calling inc/HALO_EM_PHYS_A_inline.inc
d02 2023-07-21_00:00:12 Top of Radiation Driver
d02 2023-07-21_00:00:12 calling inc/HALO_PWP_inline.inc
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
wrf.exe 000000000386115A for__signal_handl Unknown Unknown
------------------------------------------------------------------------------------------------------------------
When I use Multi-scale Kain Fritsch (cu_physics=11) real.exe does not run!
But with cu_physics=1 and cu_physics=5 model runs flawlessly!
Here are my namelist files.
Can anyone help me?