Thompson Aware physics (28) scheme error

While m running the MP_Phys as 28 and running ./real.exe m getting the error,
(base) dell@dell-precision-7960-tower:~/Build_WRF/WRFV4.5/test/em_real$ tail -f rsl.out.0000
taskid: 0 hostname: dell-precision-7960-tower
------ ERROR while reading namelist physics ------
Maybe here?: mp_physics = 28, 28,
Maybe here?: wif_input_opt = 2, 2,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11575
ERRORS while reading one or more namelists from namelist.input.
I am attching my namelist.input file pls let me know where m doing the mistake, I have downloaded the QNWFA_QNIFA_QNBCA_SIGMA_MONTHLY.dat this file and put inside test/em_real folder. I am running the scheme with WRFV4.5. I dont want recompile as WRF_Chem.


Pls check and let me know.
Thanks
 

Attachments

Hi,
The issue is that the namelist has the setting "wif_input_opt = 2, 2," but the model only expects a single entry for that variable (i.e., not for each column/domain). Set it as "wif_input_opt = 2" and you should get past that error.
 
Back
Top