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

Run-Time IO

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.

Nima_mv

New member
Hello,

Using WRF-SFIRE in WRF V3.4, I am trying to get only few variables of interest as my output. Reading through the instructions in user guide and tutorial, I have added the following lines to the &time_control record:

iofields_filename = “myouts.txt”,"myouts.txt",“myoutsFire.txt”,
ignore_iofields_warning = .true.,
auxhist19_outname = “wrfselect_d<domain>_<date>”
auxhist19_interval = 360,360,15,
frames_per_aushist19 = 1,1,1,
io_form_auxhist19 = 2,


I may miss something here because it does not work and gives me the following error when running the real.exe:

taskid: 0 hostname: atm
Namelist noah_mp not found in namelist.input. Using registry defaults for variables in noah_mp
------ ERROR while reading namelist time_control ------
Namelist dfi_control not found in namelist.input. Using registry defaults for variables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for variables in tc
Namelist scm not found in namelist.input. Using registry defaults for variables in scm
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 9460
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0


I have attached the text files, just in case.


Any thoughts and comments are appreciated,
Nima
 

Attachments

  • myouts.txt
    26 bytes · Views: 44
  • myoutsFire.txt
    117 bytes · Views: 50
Hi,
WRF-SFIRE is not an application that is supported by our group at NCAR. Using a web search, I found that it was developed by this group:
https://www.openwfm.org/wiki/WRF-SFIRE_user_guide
You will need to try to reach out to them to see if they can help.
 
Top