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 to run real.exe with dfi_control option

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Hi everyone,
I had a problem when running the real.exe program with the dfi_control option. The error is displayed like that:
Code:
Warning: RDMA CM Initialization failed. Continuing without RDMA CM support. Please set MV2_USE_RDMA_CM=0 to disable RDMA CM.
 starting wrf task            0  of            1
 module_io_quilt_old.F        2931 T
  ------ ERROR while reading namelist dfi_control ------
  ------ ERROR while reading namelist dfi_control ------
Maybe here?:      dfi_write_dfi_history = .false.
Maybe here?:      dfi_write_dfi_history = .false.
Maybe here?:      dfi_cutoff_second = 3600
Maybe here?:      dfi_cutoff_second = 3600
-------------- FATAL CALLED ---------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:   10954
FATAL CALLED FROM FILE:  <stdin>  LINE:   10954
ERRORS while reading one or more namelists from namelist.input.
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
-------------------------------------------
The detail of my namelist is described in the attachment.
Please help me to solve this problem.
Any suggestions are appreciated.
 

Attachments

  • namelist.input.txt
    5.1 KB · Views: 45
Hi,
In your namelist, you have the line
Code:
dfi_cutoff_second = 3600
This should be
Code:
dfi_cutoff_seconds = 3600
(with an 's').

In the future, if you get any errors like this, take a look at your namelist settings and compare those to what is specified in the Registry.EM_COMMON file, or the WRF/run/README.namelist file to make sure you've spelled it correctly.
 
Top