Problem with NOAH MP parameter for WRF4.8.0

alainF

Member
Hello, I have upgraded to WRF4.8.0 from WRF4.7.1
.
I have a crash in real.exe by using my old parameters for NOAH MP. I get this :

(base) wrf@wrf-virtual-machine:~/WRF/run$ cat rsl.error.0000
taskid: 0 hostname: wrf-virtual-machine
module_io_quilt_old.F 2931 F
Quilting with 1 groups of 0 I/O tasks.
------ ERROR while reading namelist noah_mp ------
Maybe here?: opt_btr = 1,
Maybe here?: opt_run = 1,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 12011
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

By commenting these both options, it works.
Why is it so ?
Thank you.
 
Hi,

The old option "opt_run" is replaced by "opt_runsrf" and "opt_runsub", which specify surface runoff and ground water schemes respectively.

Please chane the option and let me know if you still have any issues. Thanks.
 
Back
Top