Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Error in Spectral Nudging for Q

Dipti Hingmire

New member
I want to run WRF simulations with two domains and spectral nudging applied to both domains. I want to apply nudging for winds, q, t and geopotential. Whenever I am providing any information about q nudging like the following in namelist.input file, I am getting error when I run real.exe

------ ERROR while reading namelist fdda ------


Maybe here?: if_no_pbl_nudging_ph = 0, 0, 0,


Maybe here?: if_no_pbl_nudging_q = 1, 1, 0,


-------------- FATAL CALLED ---------------


FATAL CALLED FROM FILE: <stdin> LINE: 11082


ERRORS while reading one or more namelists from namelist.input.
.
I added one of the following lines in my namelist one at a time, all lines gives error.
if_no_pbl_nudging_q = 1, 1, 0,

if_zfac_q = 0, 0, 0,


k_zfac_q = 10, 10, 10,

dk_zfac_q = 1, 1, 1,

gq = 0.000045, 0.000045, 0.000045,


ktop = 27,
I am attaching my namelist.input file for the reference.
Please let me know what is wrong with my simulation.
I am using WRF-4.2.1.
 

Attachments

  • namelist.input
    6 KB · Views: 4
Can you change the option below from
!if_no_pbl_nudging_q = 1, 1, 0,
to
if_no_pbl_nudging_q = 1, 1, 0,

The try again?
 
Hi Ming,


I Tried this and getting same error -


------ ERROR while reading namelist fdda ------

Maybe here?: if_no_pbl_nudging_ph = 0, 0, 0,

Maybe here?: if_no_pbl_nudging_q = 1, 1, 0,

-------------- FATAL CALLED ---------------

FATAL CALLED FROM FILE: <stdin> LINE: 11082

ERRORS while reading one or more namelists from namelist.input.

-------------------------------------------

--------------------------------------------------------------------------

MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD

As mentioned earlier when I comment lines related to q nudging, real.exe runs fine but otherwise it gives error like above.
 
Top