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

ERRORS while reading one or more namelists with WRFV4.0

mirabelle

Member
Good morning,

I am using WRF v 4.0

I have been having issues with an MPI error being invoked when I am trying to run real.exe.
I have attached my rsl.error file and the namelist.input.

Thank you so much!
 

Attachments

  • rsl.zip
    53.1 KB · Views: 2
  • namelist.input
    13 KB · Views: 1
Although you said you are using WRFv4.0, the rsl files indicate you're using v3.8.1, which is very old and not supported anymore.

Code:
taskid: 0 hostname: foghunter
 module_io_quilt_old.F        2931 T
 Ntasks in X            2 , ntasks in Y            5
Setting blank km_opt entries to domain #1 values.
 --> The km_opt entry in the namelist.input is now max_domains.
Setting blank diff_opt entries to domain #1 values.
 --> The diff_opt entry in the namelist.input is now max_domains.
Linear vertical interpolation is recommended with input vertical resolution this coarse, changing lagrange_order to 1
---
---
REAL_EM V3.8.1 PREPROCESSOR

Can you please try the latest version - v4.6.1 - to make sure this is not a lingering issue from a bug in old code? Thanks!
 
Although you said you are using WRFv4.0, the rsl files indicate you're using v3.8.1, which is very old and not supported anymore.

Code:
taskid: 0 hostname: foghunter
 module_io_quilt_old.F        2931 T
 Ntasks in X            2 , ntasks in Y            5
Setting blank km_opt entries to domain #1 values.
 --> The km_opt entry in the namelist.input is now max_domains.
Setting blank diff_opt entries to domain #1 values.
 --> The diff_opt entry in the namelist.input is now max_domains.
Linear vertical interpolation is recommended with input vertical resolution this coarse, changing lagrange_order to 1
---
---
REAL_EM V3.8.1 PREPROCESSOR

Can you please try the latest version - v4.6.1 - to make sure this is not a lingering issue from a bug in old code? Thanks!
Thanks, I resolved this problem when I used the new-namelist from WRFV3/test/em_real, instead of old_namelist
 
Top